Re: Re: [zope-chinese] VHM设置问题
"redame" <redame-9Onoh4P/[email protected]>
| Newsgroups | gmane.comp.web.zope.chinese |
|---|---|
| Message-ID | <011e01c4c25c$eab55a70$587ba8c0@jxd> |
这个是APACHE,virtualhost
具体一个设置差不多是这样
127.0.0.1换成你本地IP
域名为www.example.net
端口:8080,换成你的端口。
zope站点名字就是红色的地方Plone,注意大小写
替换就可以了
注意要在ZOPE里边建一个VHM
<VirtualHost 127.0.0.1:80>
ServerAdmin admin@localhost
ServerAlias example.net www.example.net
ServerName example.net
ProxyPass / http://localhost:8080/VirtualHostBase/http/www.example.net:80/Plone/VirtualHostRoot/
ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/www.example.net:80/Plone/VirtualHostRoot/
ErrorLog logs/www.example.net-error_log
CustomLog logs/www.example.net-access_log common
<LocationMatch "^[^/]">
Deny from all
</LocationMatch>
</VirtualHost>
----- Original Message -----
From: "jacinth" <[email protected]>
To: <[email protected]>
Sent: Thursday, November 04, 2004 5:17 PM
Subject: Re: Re: [zope-chinese] VHM设置问题
> redame,您好!
>
> 没有其他前后台,只有单独的zope。
>
> ======= 2004-11-04 15:37:57 您在来信中写道:=======
>
> >什么做WEB服务器?
> >
> >----- Original Message -----
> >From: "jacinth" <[email protected]>
> >To: "zope-chinese" <[email protected]>
> >Sent: Thursday, November 04, 2004 2:27 PM
> >Subject: [zope-chinese] VHM设置问题
> >
> >
> >> zope-chinese,各位好!
> >>
> >> 我的zope运行在6000端口,下面有好几个站点,我现在想把它们分别的对应它们的域名,不知道该如何写VHM里面的设置,请各位帮个忙,给个例子参考,谢谢!
> >>
> >> 致
> >> 礼!
> >>
> >>
> >> jacinth
> >> [email protected]
> >> 2004-11-04
> >>
> >
> >
> >--------------------------------------------------------------------------------
> >
> >
> >> _______________________________________________
> >> zope-chinese list
> >> [email protected]
> >> http://zope.cn/mailman/listinfo/zope-chinese
> >> _______________________________________________
> >zope-chinese list
> >[email protected]
> >http://zope.cn/mailman/listinfo/zope-chinese
> >
>
> = = = = = = = = = = = = = = = = = = = =
>
>
> 致
> 礼!
>
>
> jacinth
> [email protected]
> 2004-11-04
>
>
--------------------------------------------------------------------------------
> _______________________________________________
> zope-chinese list
> [email protected]
> http://zope.cn/mailman/listinfo/zope-chinese
>
_______________________________________________
zope-chinese list
[email protected]
http://zope.cn/mailman/listinfo/zope-chinese