Installation of 64-bit Apache server under Windows

Source: Internet
Author: User



The first thing to note is that the APACEH server does not have the official 64-bit version, only the folk master himself produced. The following are the specific installation steps.

  1. Download the 64-bit Apache server in https://blackdot.be/download-archive/ . The current version is 2.2.19, after the download of the compressed package named Httpd-2.2.19-win64.rar;
  2. Unzip the package to a directory, such as my directory is E:\Apache2.2.19;
  3. modify conf folder httpd.conf file: 
  4. " /httpd-2.2-x64 all replaced with its own extract directory, such as e:/apache2.2.19 , note that the path must use the slash " / ";
    will Listen to Listen 8080 , if IIS is turned on, port 80 is not available;
    will # loadmodule rewrite_module modules/mod_rewrite.so The first # minus.
  5. Executes the install command. Go to the Bin folder in your installation directory via the command line, such as E:\Apache2.2.19\bin, execute command httpd.exe-k install, This adds Apache to the system service, with the default service named Apache2.2. The command to start the service is httpd.exe-k start.
  6. Test whether the installation was successful. Turn on the service, after running the Apache server, open the browser input http://localhost:8080/, if the page shows It works!, the installation is successful, Apache server can be used normally.


Installation of 64-bit Apache server under Windows


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.