apache 多站点j简单配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache 多站点j简单配置相关的知识,希望对你有一定的参考价值。
apache 多站点配置
Include conf/extra/httpd-vhosts.conf? ?开启? ? ? ?主配置文件里去掉注销
vim /usr/local/apache2/conf/extra/httpd-vhosts.conf
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/usr/local/apache2/htdocs/文件"
ServerName 你的网站
ServerAlias web.你的网站
ErrorLog "logs/你的网站-error_log"
CustomLog "logs/你的网站-access_log" common
</VirtualHost>
第二个复制 改下网站名字就可以了...以此类推.....
以上是关于apache 多站点j简单配置的主要内容,如果未能解决你的问题,请参考以下文章