phpstudy 虚拟机配置
<VirtualHost *:80>
DocumentRoot "D:\phpStudy\WWW"
ServerName www.phpStudy.net
ServerAlias phpStudy.net
<Directory "D:\phpStudy\WWW">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
Listen 8080
<VirtualHost *:8080>
DocumentRoot "D:\phpStudy\WWW"
ServerName www.phpStudy.net
ServerAlias phpStudy.net
<Directory "D:\phpStudy\WWW">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>