[Zope-CMF] Setting up a Virtual Host Monster
Chris Larsen
chris@silentcooperative.com
Wed, 14 Aug 2002 17:45:34 -0700
I'm currently have the mod_rewrite + virtual host monster going on but
am having an issue that I have to log in twice whenever I get a
secondary request, like a background image for example. Any ideas
here??
Thanks
-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org] On Behalf
Of Gilles Lenfant
Sent: Wednesday, August 14, 2002 3:51 PM
To: zope-cmf@zope.org; mcolli@SyscomCipher.com.ar
Subject: Re: [Zope-CMF] Setting up a Virtual Host Monster
Try this...
It assumes Apache has mod_rewrite and is listening to IP 205.38.40.87
Zope listens to port 8080 on IP 205.38.40.88 on a remote server
<VirtualHost 205.38.40.87>
# Your IP above
ServerName www.company.com
RewriteEngine On
RewriteRule ^/(.*)
http://205.38.40.88:8080/VirtualHostBase/http/www.company.com:80/company
/VirtualHostRoot/$1 [P]
# Other usual options
</VirtualHost>
Warning : The line starting with RewriteRule may be cut by the mail
transpost.
Perhaps you should upgrade Apache to 1.3.24(+) that fixes a mod_rewrite
bug that raised problems to some CMF sites.
HTH
--Gilles
----- Original Message -----
From: <mcolli@SyscomCipher.com.ar>
To: <zope-cmf@zope.org>
Sent: Wednesday, August 14, 2002 10:17 PM
Subject: [Zope-CMF] Setting up a Virtual Host Monster
> Hi,
>
> I am having problems trying to set up a Virtual Host Monster in order
to
> change the URL of my Plone site.
>
> I have a Plone site created in the Root Folder called company.
>
> Then, I access it this way: http://host:port/company
>
> Now, I want to enter it this way: www.company.com
>
> I have tried several times cofiguring the Virtual Host Monster
(Mapping)
> but it does not work. I am probably doing something wrong as I do not
> understand very well the available documentation...
>
> I really appreciate your help on this.
>
> Mariela
>
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
>
>
_______________________________________________
Zope-CMF maillist - Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests