[Zope] - Zope running with Apache
Richard Jones
richard.jones@fulcrum.com.au
Tue, 15 Dec 1998 09:51:16 +1100
[Vincent Yau]
> got an installation problem. This is with the new release
> on last Friday Dec 11.
We have the same software installed.
> -- copy the mod_rewrite directives from the instruction to httpd.conf
Under Solaris 5.6 using Apache 1.3.3, we couldn't get the rewrite rule as
given in the documentation to work. We kept getting Zope telling us that it
wasn't getting the auth headers. There were no apache or pcgi errors. We used:
<Directory />
Options FollowSymLinks
AllowOverride None
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^/Zope/ - [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
</Directory>
And this works.
Richard
--
Richard Jones, developer for the Fulcrum Consulting Group. (03) 9621 2100
http://www.fulcrum.com.au/ http://alumni.dgs.monash.edu.au/~richard/