"Essays" Win7 Installation of Apache server

Source: Internet
Author: User

1, first download the 64-bit Apache server Httpd-2.4.10-win64.zip

2, decompression, can be the default path, you can also customize the path, I here is e:/

3. Open the E:/apache24/conf folder

4. Open the Edit httpd.conf configuration file with familiar editing tools

5. Change the parameters of the directory path in the file to the path of Apache24

6, will listen 80 change to listen 8080 (also can not change, but some services may occupy 80 port, so recommended change, is not 8080 does not matter)

7, will #loadmodule Rewrite_module modules/mod_rewrite.so this line of the most front of the # removed.

8, execute the installation command. From the command line into your own installation directory of the Bin folder, execute the command httpd.exe-k install, so that Apache joined the system services, the default service named Apache2.2. The command to start the service is httpd.exe-k start. Another way is to add the Apache24 bin path to the environment variable so that you can not enter the file, you can use the Httpd.exe command in the console.

9, test the installation is 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. Note: The Apache24 Web root directory is under the Htdocs folder.

"Essays" Win7 Installation of Apache server

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.