Results 1 to 1 of 1

Thread: Installing Apache HTTP Server on Windows 7

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Installing Apache HTTP Server on Windows 7

    At the time of writing, the latest stable version is 2.2.19.

    Do not follow this tutorial if you plan to install PHP 5.3.
    Instead, read Installing PHP 5.3 and Apache HTTP Server on Windows 7.


    1. Otherwise, download the latest stable version from this page:
      http://httpd.apache.org/download.cgi

      Click the first link under "Stable Releases", then pick one of the Win32 binary installers. (One includes SSL support (OpenSSL and mod_ssl) and one does not. SSL is only required if you are developing an application that is to be deployed over a secure connection.)


    2. Run the installer.
      You will be prompted for a hostname, domain, and email address.
      These values are only important if the server is to be accessible over a network, or the Internet. If it is for local development only, enter 'local' and 'localhost' and a junk mail address.

      Select the option to install as a service. This ensures the server will start on startup.


      Name:  apache01.png
Views: 6772
Size:  47.2 KB

    3. Proceed through the wizard in the usual fashion, selecting 'Typical install'.

    4. Once the wizard is complete, you should be able to navigate to http://localhost/.

      Name:  apache02.png
Views: 57394
Size:  53.4 KB

    5. The default root directory is
      C:\Program Files\Apache Software Foundation\Apache2.2\htdocs.
      The file you are seeing is named index.html.
      Any content you add into this directory is accessible through the server.
    Last edited by penagate; Jun 2nd, 2011 at 04:20 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width