Apache

 
 
Apache is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet. As a project of the Apache Software Foundation, the developers aim to collaboratively develop and maintain a robust, commercial-grade, standards-based server with freely available source code.

The Apache HTTP Server is distributed at no charge for commercial or non-commercial use. For more information read the LICENSE.txt file.

Apache can be used with Microsoft Windows. The Apache HTTP Server Version 2.0 runs under Windows NT, Windows 2000 and Windows XP. You should download the version of Apache for Windows with the .msi extension. This is a single Microsoft Installer file containing Apache, ready to install and run.

The latest Apache HTTP Server version can be downloaded from: http://httpd.apache.org/
The latest Apache 1.3 documentation can be found at: http://httpd.apache.org/docs/1.3/
The latest Apache 2.0 documentation can be found at: http://httpd.apache.org/docs/2.0/
The latest Apache 2.2 documentation can be found at: http://httpd.apache.org/docs/2.2/







Installing Apache 2.0.49



Information
none

Operating system used
Windows XP Home Edition Version 5.1 SP 2

Software prerequisites
none

Procedure
  1. Start the Apache installation wizard (apache_2.0.49-win32-x86-no_ssl.msi).

    apache installation step 1

  2. Press Next button.

    apache installation step 2


  3. Select "I accept the terms in the license agreement" and press Next button.

    apache installation step 3


  4. Enter the requested information and press Next button, e.g.:

    Network Domain: mobilefish.com
    Server Name: www.mobilefish.com
    Administrator's Email Address: webmaster@mobilefish.com

    Note: Make sure no other services are using Port 80 or Port 8080 (depending on your selection).


    apache installation step 4




  5. Select a setup type and press Next button.

    apache installation step 5


  6. Select your destination folder and press Next button.

    apache installation step 6


  7. Press Install button to start the installation.

    apache installation step 7


  8. After the installation is finished, you should see in the systems tray one of the following icons:
    Apache started:apache started
    Apache stopped:apache stopped

    If Apache is stopped, right click on the system tray icon and open the Apache Monitor to start the web server.

    apache monitor

  9. Verify if the web server is running by entering:
    http://127.0.0.1/manual/

    You should see:
    Apache HTTP Server Version 2.0 Documentation.