26-Apr-02 at 12:21, Devon Harding - GTHLA (DHarding@gilatla.com) wrote :
> How do I get squid to support WebDAV methods like SEARCH, PROPFIND,
> PROPPATCH, MKCOL, MOVE, BMOVE, DELETE, BDELETE.
>
From squid.conf :-
# TAG: extension_methods
# Squid only knows about standardized HTTP request methods.
# You can add up to 20 additional "extension" methods here.
#
#Default:
# none
So something like:
extension_methods SEARCH PROPFIND ....
You may also want to add a line like:
acl method SEARCH
so that you can limit use of WebDAV to those users you wish.
This has been mentioned before, you may search the archives for further
discussion.
Regards,
-- [Simon White. vim/mutt. simon@mtds.com. GIMPS:90.50% see www.mersenne.org] Hofstadter's Law states that projects take longer than expected, even when Hofstadter's Law is taken into account. [Linux user #170823 http://counter.li.org. Home cooked signature rotator.]Received on Fri Apr 26 2002 - 10:44:00 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:42 MST