Windows 7/8 64-bit under install 64-bit Apache 2.4.7

Source: Internet
Author: User
Prepare the software:

VC11 runtime

64-bit Apache version Portal: http://www.apachelounge.com/download/

installation steps:

Modify the httpd.conf configuration file

Line 37: ServerRoot "apache directory" (e.g. ‘c: \ apache24’ changed to d: \ apache)

Line 217: ServerName server name (e.g demo.app.com or 127.0.0.1) remove #

Line 241: DocumentRoot changes the website root directory address

Line 242: <Directory "Web site root directory address"

Line 358: ScriptAlias / cgi-bin / "apache directory + / cgi-bin /"

Line 374: <Directory "apache directory + / cgi-bin /">

Installation starts:

Start the command line administrator mode, then cd to the apache directory and run:

1 2 3 4 5 #Install service httpd -k install #Start service httpd -k start
Restart and uninstall:

1 2 3 4 5 #Restart service httpd -k restart #Uninstall service httpd -k uninstall
 

The installation of 64-bit Apache is over.

 

Python's Apache configuration is basically four steps:

1. Open http.conf, find #ScriptInterpreterSource Registry, and remove the preceding #. If you don't find it, add it yourself.

2. Find AddHandler cgi-script, remove the preceding #, and add .py to the back.

3. Find Options Indexes FollowSymLinks, add ExecCGI after it, remove Indexes

4. Save and restart apache.

Install 64-bit Apache 2.4.7 under Windows 7/8 64-bit
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.