当前位置: 首页 > 工具软件 > AOLserver > 使用案例 >

aolserver中使用虚拟域(转)

金健
2023-12-01
aolserver中使用虚拟域(转)[@more@]

1. ns_section "ns/server/${servername}/modules"段中增加一行:

ns_param vhost ${bindir}/vhost.so

2. 将编译好的vhost.so文件copy到目录/usr/local/aol/bin目录下

3. 启动aolserver即实现了简单的虚拟域,

比如:用户访问www.weiqiong:30080网站的首页index.html实际上访问的是pageroot

(一般是/usr/local/aolserver/servers/server1/pages)下面的www.weiqiong.com:30080目录下的index.html

4. 如果希望有些域名的访问,不受虚拟域配置的影响,就是说其根目录还是pageroot,做如下操作:

配置文件中增加如下一段:

ns_section "ns/server/${servername}/module/vhost"

ns_param realhosts "www.weiqiong.com:30080;www.chenxu.com"

这时候再访问www.weiqiong.com:30080,会直接找pageroot下面的index.html页

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8225414/viewspace-937334/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/8225414/viewspace-937334/

 类似资料: