Notes for configuring ApacheServer

Source: Internet
Author: User
When installing apacheserver, see http://tech.163.com/06/0206/11/299amblt0009159k.html. This article is very detailed and can be basically done according to this configuration. Here I will list a few problems I have encountered...

When installing apache server, I am referring to: http://www.2cto.com/ OS /201201/117385.html
This document is installed. This article is very detailed and can be basically done according to this configuration.

 

Here I will list several problems I have encountered and hope to help you.

 

1. how to input the Network Domain during Apache HTTP Server installation. This article is not written, but if you leave it empty, there is no way to install it successfully. Here, you need to enter a localhost like that before the installation is successful.

 

 

2. How to modify the Web file path:

There is an httpd. conf file in the conf Directory of the installation file. edit the. DocumentRoot node in the file and edit it to the following status.

#
# DocumentRoot: The directory out of which you will serve your
# Events. By default, all requests are taken from this directory,
# Symbolic links and aliases may be used to point to other locations.
#
# DocumentRoot "E:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
DocumentRoot "E:/Projects/microstream/SinaApp/1"

3. after editing the Directory, my system reports

Windows apache You don't have permission to access/on this server.

This is because your permissions are not set. follow the steps below to set the permissions to work.


Allow from all

Remember, you must rename Deny from all to Allow from all.

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.