Alex Povolotsky wrote:
> The problem is thad Squid (2.2.STABLE3) doesn't handle method used by DAV,
> such as OPTIONS.
See the Squid-2.2 bugs page.
> Have anyone tried to teach Squid to pass new methods? Or just redirect all
> non-understandable methods to (whatever_else_place)?
Squid isn't very kind to services requiring HTTP extensions, such as
WebDAV.
a) It isn't a HTTP/1.1 proxy (yet). Any requests/replies will be
downgraded to HTTP/1.0.
b) Support for chunked transfer encoding isn't yet in the base
distribution.
b) It only supports a fixed set of HTTP methods. Adding new methods
isn't that hard, but it involves changing the source and building a new
binary. (see the patch referred above for guidance).
-- Henrik Nordstrom Squid hackerReceived on Fri Jan 07 2000 - 14:32:43 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:16 MST