apache 虚拟主机配置技巧
NameVirtualHost 111.22.33.44
ServerName
DocumentRoot /www/sample
ServerName
DocumentRoot /www/sample2
但是在有些 IP 地址充裕,但是机器资源紧张的环境下,我们可能要把多个域名解析到同一台机器上,其配置方法为:
ServerName
DocumentRoot /groups/smallco/www
ServerName
DocumentRoot /groups/baygroup/www
这种方法下,要求机器配置多个 IP 地址。
(作者:徐永久)
ServerName
DocumentRoot /www/sample
ServerName
DocumentRoot /www/sample2
但是在有些 IP 地址充裕,但是机器资源紧张的环境下,我们可能要把多个域名解析到同一台机器上,其配置方法为:
ServerName
DocumentRoot /groups/smallco/www
ServerName
DocumentRoot /groups/baygroup/www
这种方法下,要求机器配置多个 IP 地址。
(作者:徐永久)
顶(0)
踩(0)
上一篇:Apache 安装和使用方法说明
下一篇:apache 配置文件解说
- 最新评论
