[Zope] Help!!! Virtual Hosting Zope behind Apache

Tim Willems tim at planetinterior.com
Mon Aug 11 16:31:08 EDT 2003


I'm starting to get desperate: seems none of the Virtual Hosting how-to's
fit my needs :-(

I simply need to make Apache 1.3.27 (with mod_rewrite & mod_proxy loaded)
redirect port 8080 to port 80. So my Zope CMF sites run on
www.planetinterior.be:8080/foo & rmw.planetinterior.be:8080/foo2, but I need
it to be known to the outside world as www.planetinterior.be/foo &
rmw.planetinterior.be/foo2.

Below you can find the last lines of my httpd.conf:

NameVirtualHost 194.78.49.253

<VirtualHost 194.78.49.253>
ServerName www.planetinterior.be
RewriteEngine On
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1 [L,P]
</VirtualHost>

</IfDefine>

What can be wrong? VHM is installed in the root. Is it the order of things
to install, or restarting (though i tried this already, Apache & zope)
Since this is a production site, i need to be up & running ASAP!
Thanks in advance,
_______________________________________________
Tim Willems - Architect
Planet Interior bvba
Brouwerijstraat 16
2200 Noorderwijk
Belgium

mob: +32 (0)496 532377
tel: +32 (0)14 279396
fax: +32 (0)14 264790
email: tim at planetinterior.com

portfolio: www.planetinterior.com

This email and any attached files are confidential and may be legally
privileged. If you are not the intended recipient, any disclosure,
reproduction, copying, distribution, or other dissemination or use of this
communication is strictly prohibited. If you have received this transmission
in error please notify the sender immediately and then delete this email.
Email transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete, or contain viruses.  The sender therefore is in no way liable
for any errors or omissions in the content of this message, which may arise
as a result of email transmission. If verification is required, please
request a hard copy.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.zope.org/pipermail/zope/attachments/20030811/1fcada46/attachment.htm


More information about the Zope mailing list