[Zope] Zope+Apache - probably trivial problem + one tip :)

Pawel Lewicki lewicki@provider.pl
Tue, 16 Jul 2002 11:03:09 +0200


Hi,
I've installed Zope and Apache following the instruction I found. Rewrite
line looks like this:

RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/localhost:80/VirtualHostRoot/$1

Everything works just fine, except for one little thing. How to get rid of
browser address looking like :

http://localhost:8080/VirtualHostBase/http/localhost:80/VirtualHostRoot/

And request for a tip: How to make it working with SSL tunnelling? (already
configured - https://localhost works fine and all attempts to change the
rule above fail )

Pawel Lewicki