10 Jun
1999
10 Jun
'99
1:24 p.m.
-----Original Message----- From: Phil Harris [mailto:phil@philh.org] Sent: Thursday, June 10, 1999 4:13 AM To: Michael Bernstein; beddow01@globalnet.co.uk Cc: zope@zope.org Subject: Re: [Zope] Newbie q: Name.error at startup
after installing Zope 2.0.0a1 on RedHat 5.2, Python 1.5.2 I had to make a slight adjustment to the RewriteRule :-
From:
RewriteRule ^/Zope/(.*) /usr/local/apache/cgi-bin/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
It actually works this way for pre 1.3 Apache...
To:
RewriteRule ^/Zope(.*) /usr/local/apache/cgi-bin/Zope.cgi$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
And this way for post 1.3... go figgure.