Re: [us...@httpd] mod_cache and se

2009-03-03 Thread Nuno Fernandes
On Monday 02 March 2009 18:12:59 Eric Covener wrote: On Mon, Mar 2, 2009 at 12:40 PM, Eric Covener cove...@gmail.com wrote: On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes npf-mli...@eurotux.com wrote: SetEnvIf Request_URI \.aspx$ no-cache This is in the manual but not yet in a 2.2.x

Re: [us...@httpd] mod_cache and se

2009-03-03 Thread Nuno Fernandes
To: users@httpd.apache.org Subject: [us...@httpd] mod_cache and se Hi, I'm using mod_cache and mod_disk_cache and mod_proxy in reverse-proxy mode to cache some content of some internal servers. CacheRoot /var/cache/httpd/mod_proxy CacheEnable disk / CacheDirLevels 5 CacheDirLength 3

RE: [us...@httpd] mod_cache and se

2009-03-03 Thread Anthony J. Biacco
] Sent: Tuesday, March 03, 2009 8:53 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] mod_cache and se Hi again, I think that creates a problem that downstream proxies are affected by that change, meaning that if i remove those headers, squids and browsers will not cache that content. I

[us...@httpd] mod_cache and se

2009-03-02 Thread Nuno Fernandes
Hi, I'm using mod_cache and mod_disk_cache and mod_proxy in reverse-proxy mode to cache some content of some internal servers. CacheRoot /var/cache/httpd/mod_proxy CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 CacheMinFileSize 1 CacheMaxFileSize 100

RE: [us...@httpd] mod_cache and se

2009-03-02 Thread Anthony J. Biacco
--- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com From: Nuno Fernandes [mailto:npf-mli...@eurotux.com] Sent: Monday, March 02, 2009 10:27 AM To: users@httpd.apache.org Subject: [us...@httpd] mod_cache and se Hi, I'm using mod_cache

Re: [us...@httpd] mod_cache and se

2009-03-02 Thread Eric Covener
On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes npf-mli...@eurotux.com wrote: SetEnvIf Request_URI \.aspx$ no-cache This is in the manual but not yet in a 2.2.x release -- Eric Covener cove...@gmail.com - The official

Re: [us...@httpd] mod_cache and se

2009-03-02 Thread Eric Covener
On Mon, Mar 2, 2009 at 12:40 PM, Eric Covener cove...@gmail.com wrote: On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes npf-mli...@eurotux.com wrote: SetEnvIf Request_URI \.aspx$ no-cache This is in the manual but not yet in a 2.2.x release Updated the manual to reflect version after 2.2.11