Yes, perhaps you'd like to revise WEBSERVER.txt acording to your experiences and send it to me? -Michel
-----Original Message----- From: Phil Harris [mailto:phil@philh.org] Sent: Thursday, June 10, 1999 9:32 AM To: Michel Pelletier; Michael Bernstein; beddow01@globalnet.co.uk Cc: zope@zope.org Subject: Re: [Zope] Newbie q: Name.error at startup
Should the docs be changed to reflect this?
Phil phil@philh.org
----- Original Message ----- From: Michel Pelletier <michel@digicool.com> To: 'Phil Harris' <phil@philh.org>; Michael Bernstein <mbernstein@profitscape.net>; <beddow01@globalnet.co.uk> Cc: <zope@zope.org> Sent: Thursday, June 10, 1999 2:24 PM Subject: RE: [Zope] Newbie q: Name.error at startup
-----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.
_______________________________________________ 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 )
_______________________________________________ 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 )