[Zope] Newbie Question: Cookie Crumbler and Virtual Hosting
Dieter Maurer
dieter@handshake.de
Sat, 12 Apr 2003 20:22:13 +0200
Mico Siahaan wrote at 2003-4-12 12:25 +0700:
> Can you tell me how to use cookie crumbler in a virtual host? I tried to use
> cookie crumbler in one of our virtual host. I did these:
> 1. Let say I put the all documents and files under directory /navs in our
> Zope server.
> 2. Then I added virtual host monster in our root
> 3. In directory /navs I added cookie crumbler
> 4. I created login_form, logged_in and logged_out documents
> 5. Then I put these lines in Apache virtual hosts conf :
>
> RewriteRule (.*) http://our.zope.server:8080/VirtualHostBase/http/www.navs
> or.id/navs/VirtualHostRoot/$1 [L,P]
You should have a port after "www.navsor.id": "www.navwor.id:80"
Dieter