<VirtualHost 172.16.6.100:80>
DocumentRoot "D:\phpStudy\WWW\mywork\many_school"
ServerName localhost
<Directory "D:\phpStudy\WWW\mywork\many_school">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>