[Zope] Yet another apache + zope config questions

Michel Pelletier michel@digicool.com
Sat, 04 Sep 1999 12:14:42 -0400


Geoffrey Makstutis wrote:
> 
> Hi,
> 
> I know that there is ample discussion in the docs and faq regarding the configuration of an existing web server and zope, but I still can't get it to work.
> 
> Here's my configuration:
> Suse Linux 6.2
> Apache 1.3.6 w/mod_rewrite loaded
> 
> Zope is installed in /usr/local/zope
> Zope CGI is in /usr/local/httpd/cgi-bin
> 
> Rewrite Rules are:
> RewriteCond %{HTTP:Authorization} ^(.*)
> RewriteRule ^/Zope(.*) /cgi-bin/Zope.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> 
> /usr/local/zope is defined in httpd.conf with execute options
> 
> No matter how I try this, I still can't get authentication.
> 

How and where does it fail?  What is the traceback?  What do the
RewriteLogs say when you jack them to level 9?  Does your Zope.cgi file
contain the correct information?

-Michel

> Any help would be greatly appreciated.
> 
> Thanks
> 
> Geoffrey Makstutis ------------------------------------
>                                51% Studios Ltd
>                                Architecture - Design
>                                1-5 Clerkenwell Road
>                                London EC1M 5PA
> gmak@51pct.com -------------------------------------
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
> 
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )