[Zope] Zope with Apache on NT

TFE MMS JARVIS JOHN jarvis.sd082@ex.tel.co.jp
Wed, 14 Apr 1999 13:30:32 +0900


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 is on NTWS 4.0.
[My other machine runs Linux  :^)   ]

HTH,
John Jarvis

> -----Original Message-----
> From:	Rob Page [SMTP:rob.page@digicool.com]
> Sent:	Wednesday, April 14, 1999 8:21 AM
> To:	'zope@zope.org'
> Subject:	[Zope] Zope with Apache on NT
> 
> Has anyone gotten Zope 1.10.2 to work with the windows version of Apache
> (1.3.6)?  I've checked, double-checked and triple-checked the notorious
> rewrite rule:
> 
> <httpd.conf snippet>
> LoadModule rewrite_module modules/ApacheModuleRewrite.dll
> #
> #
> RewriteEngine On
> RewriteCond %{HTTP:Authorization}  ^(.*)
> RewriteRule ^/Zope/(.*) /PROGRA~1/APACHE~1/cgi-bin/Zope1-10-2.exe/$1
> [last,e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> </httpd.conf snippet>
> 
> so on:
> 
> http://localhost/Zope/manage or
> http://localhost/Zope/anything-else-for-that-matter
> 
> I just get Error 403 Forbidden messages.
> 
> waaaaahhh... it's late and I'm getting cranky...  snivel...
> 
> :^)
> 
> --Rob
> 
> --
> Rob Page                  V: 540 371 6909         
> Digital Creations
> http://www.digicool.com 
> 
> _______________________________________________
> 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 )