Re: [Zope3-Users] Re: Total n00b to zope3 and apache.

2006-07-29 Thread Albertas Agejevas
On Fri, Jul 28, 2006 at 10:57:14AM -0700, Steve Juranich wrote: NameVirtualHost localhost:8000 VirtualHost localhost:8000 Servername localhost ErrorLog var/apache2/log/zope.log CustomLog var/apache2/log/zope.log common RewriteEngine On RewriteLog

Re: [Zope3-Users] Re: Total n00b to zope3 and apache.

2006-07-28 Thread Darryl Cousins
Hi Steve, keep playing with the rewrite rule. Try without the zope part: RewriteRule ^(/?.*) http://localhost:8080/++vh++http:localhost:8000/++$1 [P,L] Then http://locahost:8000/ 'should' take you to the zope instance. I think that you would want to have the zope/ inside ^(/zope/?.*) On my

Re: [Zope3-Users] Re: Total n00b to zope3 and apache.

2006-07-28 Thread Benji York
Darryl Cousins wrote: I often find it useful to access the same instance with different server names so I can stay logged in as manager (http auth) on one and log in as different site users (cookie auth) to test security settings and only need one browser open. Another good trick for that is