apache 虚拟主机设立

apache 虚拟主机设置1:httpd.confInclude conf/extra/httpd-vhosts.conf 2:httpd-vhosts.conf VirtualH

apache 虚拟主机设置
1:httpd.conf

Include "conf/extra/httpd-vhosts.conf" 

2:httpd-vhosts.conf
<VirtualHost *:80>    ServerAdmin webmaster@aaa.com    DocumentRoot"e:/wrokspace/phpWorkspase/mossyoakgraphics"    ServerName www.aaa.com<Directory "e:/wrokspace/phpWorkspase/mossyoakgraphics">        Options Indexes FollowSymLinksAllowOverride None        Order allow,denyAllow from allSatisfy all    </Directory></VirtualHost>

3:C:\Windows\System32\drivers\etc\hosts
127.0.0.1 www.aaa.com