About Apache virtual host configuration

Source: Internet
Author: User
Httpd-vhosts has been enabled in httpd. conf for Apache virtual host configuration,
Hosts is added
127.0.0.1 newtest.net
Configured in httpd-vhosts

DocumentRoot "F:/MYphp"
DirectoryIndex index.html index.htm index. php

Options FollowSymLinks
AllowOverride None
Order allow, deny
Allow from all


What is the problem in this section? why does the browser reject access error 403?


Reply to discussion (solution)

???

You should create a newtest.net directory under the htdocs directory of Apache, and write an echo "hello world"; in this directory to test... Then change DocumentRoot "the newtest.net directory under the Apache htdocs directory under a certain disk (write absolute path )"
ServerName newtest.net
Restart Apache

Thanks for your help. I just need to reinstall Apache. maybe I accidentally changed

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.