[ZDP] FW: [Zope] Apache Authorization
Paul Everitt
Paul@digicool.com
Fri, 12 Mar 1999 07:05:42 -0500
Howdy fellas. This is one red-hot answer!
--Paul
-----Original Message-----
From: Service Informatique CHSR [mailto:chsrinfo@guetali.fr]
Sent: Friday, March 12, 1999 12:37 AM
To: Milos Prudek
Cc: zope@zope.org
Subject: Re: [Zope] Apache Authorization
>Yes I turned rewite engine on, but maybe not in the right place. I
wrote
>it into global config.
>
>I believe do not need to use ExecCGI, since I use ScriptAlias. And
>Zope.cgi gets executed, I otherwise wouldn't be able to get to Zope
>introductory.
>
>I'm desperate....
>
Well, under RedHat 5.2, mod_rewrite is a DSO, and is activated
in the *middle* of the httpd.conf.
I had the same problem. The rewrite rules put a the top of the file
have no effect because they occur *before* mod_rewrite is activated.
I had to put the rewrite rules a the end of the file.
I works now.
I don't know if this will solve your problem, but, just in case...
Regards, Jephte CLAIN
Service Informatique CHSR
_______________________________________________
Zope maillist - Zope@zope.org
http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list,
zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )