Justin Erenkrantz wrote:
CacheOptions +StorePrivate +IgnoreClientControl +IgnoreServerControl +CachePOST +CacheAuth
CacheOptions +all
CacheOptions -all

I suggest avoiding the +/- syntax which has proven confusing to many users and adds very little in functionality. Just use


CacheOptions StorePrivate IgnoreClientControl IgnoreServerControl CachePOST CacheAuth
CacheOptions All
CacheOptions None


Use AllowOverride as your example rather than Options.

Joshua.

Reply via email to