标签目录:apache多站点

以下是与标签 “apache多站点” 相关联的文章

Apache虚拟主机多站点配置详细步骤

1、载入httpd-vhosts扩展 打开Apache配置文件,/conf/httpd.conf 去掉 #Include conf/extra/httpd-vhosts.conf 前面的“#”号,表示载入httpd-vhosts扩展 2、打开扩展文件: /conf/extra/httpd-vhosts.conf , 文件最底为虚拟主机配置信息: <VirtualHost *:80> ServerAdmin webmaster@dummy-host.caizhichao.cn Docume……