Install a 64-bit Apache server in Windows

Source: Internet
Author: User

The first thing to note is that the apaceh server does not have an official 64-bit version and is only prepared by a private expert. The installation steps are as follows.

  1. InHttps://blackdot.be/download-archive/Download a 64-bit Apache server. Currently, the zip package name is httpd-2.2.19-win64.rar;
  2. Decompress the package to a directory, for example, my directory isE: \ apache2.2.19;
  3. modify conf httpd. conf file:
    replace /httpd-2.2-x64 replace all with your own extract directory, such as E:/apache2.2.19 . Note that the path here must use the slash" / ";
    set listen 80 to listparts 8080 . If IIS is enabled, port 80 cannot be used;
    replace # loadmodule rewrite_module modules/mod_rewrite.so # .
  4. Run the installation command. Use the command line to accessBinFolder, suchE:/apache2.2.19/bin, Execute the commandHttpd.exe-K installIn this way, Apache is added to the system service. The default service name isApache2.2. The command to start the service isHttpd.exe-K start.
  5. Test whether the installation is successful. Open the service, run the Apache server, open the browser and enterHttp: // localhost: 8080/If the page displaysIt works!, Indicates that the installation is successful, and the Apache server can be used normally.

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.