读书人

apache配备虚拟主机(转载)

发布时间: 2012-06-30 17:20:12 作者: rapoo

apache配置虚拟主机(转载)
来源:
http://oss.org.cn/man/newsoft/ApacheManual/vhosts/name-based.html

使用基于域名的虚拟主机

NameVirtualHost *

<VirtualHost *>
ServerName www.domain.tld
ServerAlias domain.tld *.domain.tld
DocumentRoot /www/domain
</VirtualHost>

<VirtualHost *>
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>

读书人网 >Apache

热点推荐