标签:style blog http io ar os sp strong 文件


Listen 90
<VirtualHost *:90>
ServerAdmin koastal@foxmail.com
DocumentRoot D:\0oes\schooloes
ServerName *:90
<Directory "D:\0oes\schooloes">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Listen 8080
<VirtualHost *:8080>
ServerAdmin koastal@foxmail.com
DocumentRoot D:\0oes\collegeres
ServerName *:8080
<Directory "D:\0oes\collegeres">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Listen 9090
<VirtualHost *:9090>
ServerAdmin koastal@foxmail.com
DocumentRoot D:\0oes\schooloes
ServerName *:9090
<Directory "D:\0oes\schooloes">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>标签:style blog http io ar os sp strong 文件
原文地址:http://blog.csdn.net/qsyzb/article/details/40936181