Config  
|
  Login  
  
     
     Home   /  Download  /  Apache on Win XP  
     List   
     Mosaic   
     Details   
     Tree   
     Forum   
     RSS   
 
   
Apache on Win XP 2 
   
How to quickly install Apache HTTP server on Windows XP
    1 - Download

Download and install Apache from http://httpd.apache.org/download.cgi.

Look for the "Win32 Binary (MSI Installer)" version. (for example: apache_2.2.3-win32-x86-no_ssl.msi)

2 - Install

Choose typical installation and use these settings:
  • Network Domain: localhost
  • Server Name: localhost
  • Admin Email: (your email)
Select "For All Users, on Port 80, as a Service".

At this point if you have Windows XP with SP2, you'll get a "Windows Security Alert" about blocking incoming connections for Apache. Choose "Unblock" on the window that comes up.

3 - Starting/Stopping Apache

After installing, Apache automatically starts. You can easily start/stop/restart Apache using an icon in your System Tray.

4 - Testing

Open your browser and head to http://127.0.0.1/ or http://localhost/.

5 - Configurate

Now you can edit C:/Program Files/Apache Group/Apache2/conf/httpd.conf and set the document root:
  • DocumentRoot "C:/Path to htdocs folder".
  • <Directory "C:/Path to htdocs folder">.
Also make sure AllowOverride is set to All so that apache will process local .htaccess files and that a LoadModule is set in order to load mod_rewrite.

   
   
Apache Windows XP Install guide 
   
    Home  / Download / Apache on Win XP 2 Topics (4 Messages)   
   
  release mp3 demo screenshots critical error beta blog post gallery GNU Install guide Windows XP Apache license installation  
Folders  

About

Demo

      

Download

      

License

Last news  
   

Version 4.0.0 beta released

  
   

Version 3.2.2 released

  
   

Version 3.2.1 released

  
   

Version 3.2.0 released

  
   

Version 3.1.3 released

  
   

Version 3.1.2 released

  
   

Version 3.1.1 released

  
   

Version 3.1.0 released

  
   

Version 3.0.6 released

  
   

Version 3.0.5 released

  

Never look down on anybody unless you helping him up. Jesse Jackson.
    Powered by webmedia explorer 4.0.0 beta Copyright (C) 2008 Marc Salmurri (marc.salmurri@gmail.com)  
 
SourceForge.net Logo