文章标签 ‘虚拟主机’
转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/
NameVirtualHost *:80
<VirtualHost *:80>
ServerName a.lostk.com
DocumentRoot e:/webserver/htdocs/a
ErrorLog e:/webserver/apache/logs/a.lost-error.log
CustomLog e:/webserver/apache/logs/a.lost-access.log common
<Directory "e:/webserver/htdocs/a">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
[...]
分类: Linux&Webserver
