Guys, going through the "mod_cache" documentation, i found out that it's either mis-documented, or there's actually a small bug in the 2.0.52 (and earlier) code.
<http://httpd.apache.org/docs-2.0/mod/mod_cache.html#cacheignorecachecont rol>:
I think the documentation is wrong here. The C description for that directive in mod_cache says: "Ignore requests from the client for uncached content".
Thus, I'm uncomfortable extending CacheIgnoreCacheControl to encompass this behavior. However, I'd be fine introducing a 'CacheStorePrivate' directive as that makes it much clearer what the intention is.
Patches welcomed! -- justin
P.S. Your subject line should have said mod_cache not mod_proxy! ;-)
