Implementation of multi-site domain name binding in Apache2 _php Foundation

Source: Internet
Author: User
Tags mysql version
Configuring the Environment
System: Win7
PHP Version: 5.3.x
MYSQL version: 5.0.27
apache:2.2.4 (WIN32)
To set the method:
Open D:\wamp\bin\apache\Apache2.2.17\conf\httpd.conf
Add at the end
Namevirtualhost *:80
<virtualhost *:80>
DocumentRoot "D:\wamp\www\bbs"
ServerName www.a.com
</VirtualHost>

The configuration should note:
ServerName *:80
Here the * can be changed to native IP such as 192.168.1.11
Namevirtualhost *:80 VirtualHost *:80 remain unchanged
And then to the hosts file to write a sentence: 127.0.0.1 www.a.com
(Location of the Hosts file:-Windows nt/2000/xp/2003/vista default path:%systemroot%\system32\drivers\etc\)
So the domain a.com is tied to the local root directory, the equivalent of http://localhost or
http://127.0.0.1 input www.a.com more convenient AH.

Start Apache service, access with above domain

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.