You are not logged in Log in Join
You are here: Home » Members » Brian » Misc » Apache mod_cgi WebDAV patch » View Document

Log in
Name

Password

 

Apache mod_cgi WebDAV patch

Apache mod_cgi WebDAV patch

This patch fixes a problem with mod_cgi on Apache web servers that effectivly prevents WebDAV clients from recognizing the WebDAV support provided by Zope. WebDAV clients send an initial HTTP OPTIONS request to determine whether a resource supports WebDAV, but the current mod_cgi that ships with Apache handles all OPTIONS requests itself - in effect preventing Zope (or any other back-end process) from acknowledging WebDAV support to the client.

Download mod_cgi_webdav_patch.tgz

If you have questions or comments about the patch, please send them to the Zope mailing list at [email protected].

Comment

Discussion icon is this needed in zope 2.9.7

Posted by: rileydog at 2008-04-14

i am having troubling using webdav with zope. wondering if this is the problem.

does anyone know if zope 2.9.7 requires this patch?