RE: [Zope] Zope with Apache on NT
-----Original Message----- From: TFE MMS JARVIS JOHN [mailto:jarvis.sd082@ex.tel.co.jp] Sent: Wednesday, April 14, 1999 12:31 AM To: Rob Page Cc: 'zope@zope.org' Subject: RE: [Zope] Zope with Apache on NT
I don' t know if this will help much but I have version 1.3.4 working. The Zope install is named George so,
RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /Apache/cgi-bin/George.exe/$1 [E=HTTP_CGI_AUTHORIZATION:%1,T=application/x-httpd-cgi,L]
This doesn't seem much different from yours but I also had to append:
<Directory /Zope> Options All AllowOverride None </Directory> <Directory /apache/cgi-bin/george.exe> Options All AllowOverride None </Directory>
before I could get it to work. Only adding ExecCGI option still gave me 403 and authorization errors. Options All seems a bit extreme, but I didn't feel like messing with it a whole lot at the time...
BTW, this worked like a champ for Apache 1.3.6 for NT-- although, like you, I've not yet taken the time to figure out why the Options All is necessary! Thanks a million! --Rob
participants (1)
-
Rob Page