Apache Server installs "Windows"

Source: Internet
Author: User
Tags apache download

Install apache2.4.33 on Windows

Apache Download http://www.apachelounge.com/download/

1, unzip and put in the installation directory

2. Modify the apache24->conf->httpd.conf file

A) serverroot "C:/apache24"
Switch
ServerRoot "E:\Develop\wamp\www"
b) #ServerName www.example.com:80
Switch
ServerName www.example.com:80
c) documentroot "C:/apache24/htdocs"
<directory "C:/apache24/htdocs" >
Switch
DocumentRoot "E:\Develop\wamp\www"
<directory "E:\Develop\wamp\www" >
d) DirectoryIndex index.html
Switch
DirectoryIndex index.php index.html index.htm

3. Installing Apache

In cmd, go to Apache Install bin directory, execute httpd.exe-k install-n "Apache24"

Note: The DirectX Repair Tool can be downloaded if the application does not start 0xc000007b correctly : http://www.pc6.com/softview/SoftView_57945.html

After the installation is successful, look it up in the service.

4. Right-click in the service, open the service and see if the installation was successful in the browser

Apache Server installs "Windows"

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.