Re: [squid-users] OWA contents frame displays "Loading"

From: Jakob Curdes <jc@dont-contact.us>
Date: Mon, 24 Oct 2005 22:48:27 +0200

You should upgrade squid to a current version and add :

acl WEBDAV method PROPFIND TRACE PURGE PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK DELETE PUT GET HEAD

(Maybe you want to limit the available command set)
With this acl you can then construct a http_access line that allows
access to WebDAV services to a subset or all of your clients.

You will find the current squid useful in other aspects, too : delay
pools and other nice features.

You can install the new squid on the same machine using a separate
configuration file where you define a different port and cache_dir. In
this way you can safely play around with the new one and move it into
production when it is stable (hint : this will ork only when you do
_not_ install squid into the same location as the old one...)

Hope this helps,
Jakob Curdes
Received on Mon Oct 24 2005 - 14:47:30 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:05 MST