[Zope] mod_cgi patch for webdav doesn't work
Maarten Slaets
maarten.slaets@kpnqwest.com
Thu, 09 Dec 1999 17:13:15 +0100
yup that was the problem.
thanks brian
Brian Lloyd wrote:
>
> > hi,
> > I was very pleased to hear about the webdav patch for apache.
> > (http://www.zope.org/Members/Brian/Misc/mod_cgi_webdav_patch.h
> > tml) thanks
> > brian.
> >
> > , I recompiled apache, re-installed it, restarted it. But
> > when I Try to call
> > the HTTP OPTIONS, apache acts stupid :)
> >
>
> I think Apache is mad because you made an HTTP 1.1 request
> without sending an HTTP Host: header (required by spec).
>
> Try:
>
> OPTIONS /cust HTTP/1.1
> Host: zopera.is.belgium.eu.net
> <return>
> <return>
>
> Brian Lloyd brian@digicool.com
> Software Engineer 540.371.6909
> Digital Creations http://www.digicool.com
>