centos配置虚拟主机
Posted BaronYan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos配置虚拟主机相关的知识,希望对你有一定的参考价值。
首先注释掉 DocumentRoot /var/www/html
然后添加如下代码至文件底部:
NameVirtualHost 192.168.0.3
<virtualhost 192.168.0.3>
ServerAdmin [email protected]
DocumentRoot /var/www/html/website2
ServerName www.website2.com
ErrorLog /var/www/html/website2/logs/error_log
TransferLog /var/www/html/website2/logs/access_log
</virtualhost>
以上是关于centos配置虚拟主机的主要内容,如果未能解决你的问题,请参考以下文章