#Listen 876 <VirtualHost *:876>
ServerName localhost
DocumentRoot "D:\phpStudy\PHPTutorial\WWW"
DirectoryIndex index.html index.php
<Directory "D:\phpStudy\PHPTutorial\WWW">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost> <VirtualHost *:876>
DocumentRoot "E:\0000\XXX"
ServerName hr.flc.world
ServerAlias
<Directory "E:\0000\XXX">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>