[Zope] Auth w/ Virt. hosting

Jason C. Leach jleach@mail.ocis.net
Mon, 14 May 2001 07:47:02 -0700 (PDT)


hi,

Here is a pretty standard rule:

<IfModule mod_rewrite.c>
        RewriteEngine   On
        RewriteLog      "/var/log/apache/rewrite_log"
        RewriteLogLevel 0
        RewriteRule     ^/local/ - [L]
        RewriteRule 
   ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P]
</IfModule>

j.
......................
..... Jason C. Leach
... University College of the Cariboo.
.. 

On Mon, 14 May 2001, Mauricio Souza Lima wrote:

> Show us the RewriteRules and Conds and the virtual hosts names so we can
> help you...
> 
> Reagards,
> 
> "Jason C. Leach" wrote:
> > 
> > hi,
> > 
> > I have 3 sites hosted on 1 zope server. Apache is on the front re-writing
> > the URLs and interacting w/ SiteRoot on Zope.  Zope seems to always ask me
> > for a user/pass when I do somehting like edit a file or change
> > folders.  Is this just the way it is, or can I get around it?
> > 
> > j.
> > 
> > ......................
> > ..... Jason C. Leach
> > ... University College of the Cariboo.
> > ..
> > 
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> -- 
> Mauricio Souza Lima
> WebDeveloper - Catho ONLINE
> mauricio@catho.com.br www.catho.com.br
> mauriciosl@yahoo.com.br
> 
>