[Zope] I have tried everything!!! Isn't it possible to host s
everal domains in 1 Zope and have apache running ????
Farrell, Troy
troy.farrell@wcg.com
Fri, 8 Jun 2001 10:47:32 -0500
I'm not convinced that you've tried everything. An infinite number of
monkeys with an infinite number of typewriters . . .
I have a host on my intranet behind apache with mod-ssl. I connect to
zserver (on port 8080) using mod_proxy.
I have a Virtual Host Monster in my zope root. VHM rocks. I tried this
with SiteRoots and it was always a pain.
My virtualhost directives in httpd.conf are below:
<VirtualHost caustic.wcg.williams.com:80>
ServerAdmin troy.farrell@wcg.com
ServerName caustic.wcg.williams.com
ProxyPass /
http://caustic.wcg.williams.com:8080/VirtualHostBase/http/caustic.wcg.willia
ms.com:80/VirtualHostRoot/
ProxyPassReverse /
http://caustic.wcg.williams.com:8080/VirtualHostBase/http/caustic.wcg.willia
ms.com:80/VirtualHostRoot/
ProxyPass /misc_ http://caustic.wcg.williams.com:8080/misc_
ProxyPass /p_ http://caustic.wcg.williams.com:8080/p_
ProxyVia on
</VirtualHost>
<VirtualHost caustic.wcg.williams.com:443>
ServerAdmin troy.farrell@wcg.com
ServerName caustic.wcg.williams.com
ProxyPass /
http://caustic.wcg.williams.com:8080/VirtualHostBase/https/caustic.wcg.willi
ams.com:443/VirtualHostRoot/
ProxyPassReverse /
http://caustic.wcg.williams.com:8080/VirtualHostBase/https/caustic.wcg.willi
ams.com:443/VirtualHostRoot/
ProxyPass /misc_ http://caustic.wcg.williams.com:8080/misc_
ProxyPass /p_ http://caustic.wcg.williams.com:8080/p_
ProxyVia on
ErrorLog logs/caustic.log
SSLEngine on
SSLCertificateKeyFile /workspace/apache/conf/server2.key
SSLCertificateFile /workspace/apache/conf/server.crt
</VirtualHost>
Let me know what other info you need.
Troy
-----Original Message-----
From: Gitte Wange [mailto:gitte@mmmanager.org]
Sent: Friday, June 08, 2001 10:23 AM
To: Andreas Jung; zope@zope.org
Subject: Re: [Zope] I have tried everything!!! Isn't it possible to host
several domains in 1 Zope and have apache running ????
On Friday 08 June 2001 17:23, Andreas Jung wrote:
> 8080 is the port number of which Zope listening for incoming HTTP
requests.
> To change the port number to e.g.80 you must use the -w 80 option when you
> start Zope. But this requires root priviliges but this is sometimes not
> what you want.
>
> Another approach is to use Apache running on port 80 as frontend and pass
> all requests via reverse proxy to a running Zope instance.
And this is exactly what I have tried to do.
Writing the ProxyPass rules i easy.
It's the part of the SiteRoot I don't understand (and that's the place I
fail
everytime *S*)
I have used this howto:
http://www.zope.org/Members/anser/apache_zserver
Gitte
>
> Andreas
> ----- Original Message -----
> From: "Gitte Wange" <gitte@mmmanager.org>
> To: <zope@zope.org>
> Sent: Friday, June 08, 2001 11:07 AM
> Subject: [Zope] I have tried everything!!! Isn't it possible to host
> several domains in 1 Zope and have apache running ????
>
> > Hello,
> >
> > Maybe I am stupid but really ..
> > Every site I have visited that runs Zope doesn't have the ugly :8080
>
> present
>
> > in the URL.
> > Have do you do it ????
> >
> > And how do I host several domains in one Zope ???
> >
> > I have read - and tried - almost every howto on Zope.org but they are
> > very confusing. On thing I have descovered is that SiteRoot is a "mean"
>
> product -
>
> > or I just don't know how to use it.
> >
> > Please .. help ...
> >
> > Gitte