Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Joshua Slive
On 12/20/06, Roland Rabben <[EMAIL PROTECTED]> wrote: My goal was to use the "Cache-Control: public, no-cache" header. From what I understand that should make a cache-server cache the response, but still require authentication from the origin server before the cache releases its local representa

RE: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Roland Rabben
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: 20. desember 2006 15:58 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache > > On 12/20/06, Roland Rab

Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Joshua Slive
On 12/20/06, Roland Rabben <[EMAIL PROTECTED]> wrote: Hi I have set up Apache HTTP Server 2.2.3 with mod_proxy, mod_proxy_ajp and mod_cache as a reverse proxy in front of a Tomcat 5.5 server. The solution works fine except that I am having trouble getting Apache to cache content from a directory

[EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Roland Rabben
Hi I have set up Apache HTTP Server 2.2.3 with mod_proxy, mod_proxy_ajp and mod_cache as a reverse proxy in front of a Tomcat 5.5 server. The solution works fine except that I am having trouble getting Apache to cache content from a directory that is protected using Basic Authentication. Both serv