Re: [Zope] Disabling Services : WebDAV

2000-12-08 Thread ethan mindlace fremen

Chris Withers wrote:


> Great :-(
> 
> Any other way to turn WebDAV off? Not sure about Zopes supprot and not
> sure if I like the protocol on production servers anyway ;-)

As I'm sure someone has explained, WebDAV is just HTTP on crack.  HTTP 
requests go like so:

GET / HTTP/1.0

Webdav requests are *exactly the same* except sometimes it has something 
in lieu of 'GET'.

~ethan


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Disabling Services : WebDAV

2000-12-07 Thread Tres Seaver

> Chris Withers <[EMAIL PROTECTED]> wrote:
> 
> Dieter Maurer wrote:
> > 
> > Chris Withers writes:
> >  > ZServer Medusa (V1.16.4.3)
> >  > ...
> >  >
> >  > Which of those handles WebDAV requests?
> > WebDAV runs on top of HTTP.
> > You must disable ZServer Medusa.
> > Maybe, you accept WebDAV?
> 
> Great :-(
> 
> Any other way to turn WebDAV off? Not sure about Zopes supprot and not
> sure if I like the protocol on production servers anyway ;-)

For standard GET and PUT requests, WebDAV is indistiguishable from
"normal" HTTP.

Tres.
-- 
===
Tres Seaver[EMAIL PROTECTED]
Digital Creations "Zope Dealers"   http://www.zope.org

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Disabling Services : WebDAV

2000-12-07 Thread Chris Withers

Dieter Maurer wrote:
> 
> Chris Withers writes:
>  > ZServer Medusa (V1.16.4.3)
>  > ...
>  >
>  > Which of those handles WebDAV requests?
> WebDAV runs on top of HTTP.
> You must disable ZServer Medusa.
> Maybe, you accept WebDAV?

Great :-(

Any other way to turn WebDAV off? Not sure about Zopes supprot and not
sure if I like the protocol on production servers anyway ;-)

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )