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.

This patch was generated with the command:

diff -C3 mod_cgi-old.c mod_cgi.c

The included mod_cgi.diff file should be able to be fed directly
into the "patch" program to update your mod_cgi.c file. We are 
working with folks in the Apache group to get a permanent fix 
into a future version of Apache.

If you have questions or comments about the patch, please send
them to the Zope mailing list at zope@zope.org.
