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简单配置的主要内容,如果未能解决你的问题,请参考以下文章

apache的配置和多站点配置

APACHE 多站点配置方法

Apache多站点的配置

apache多站点配置+多端口配置

配置apache apache服务器如何配置多站点

apache 多站点配置