Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 7:46 AM, Karim Zaki [EMAIL PROTECTED] wrote: So the CacheIgnoreCacheControl directive ignores max-age as well as no-cache? I've seen some stuff online that suggested that it honors max-age=0, but not no-cache…which would provide a nice little backdoor. you might consider

RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Karim Zaki
Covener [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 2:54 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache On Mon, Dec 1, 2008 at 7:46 AM, Karim Zaki [EMAIL PROTECTED] wrote: So the CacheIgnoreCacheControl directive

Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:00 AM, Karim Zaki [EMAIL PROTECTED] wrote: That sounds like a great idea, but how do I configure mod_cache differently for the vhost? Would I configure it within the vhost scope? If so, that configuration would need to point to the same cache store, but without the

RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Tamer Embaby
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache On Mon, Dec 1, 2008 at 8:00 AM, Karim Zaki [EMAIL PROTECTED] wrote: That sounds like a great idea, but how do I configure mod_cache differently for the vhost? Would I configure it within

Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:42 AM, Tamer Embaby [EMAIL PROTECTED] wrote: Eric, So using 2 vhosts would be: # External vhost VirtualHost *:80 ServerName www.example.com CacheRoot /path/to/cache Cache disk /url CacheIgnoreCacheControl On CacheMaxExpire

RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Karim Zaki
:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 3:50 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache On Mon, Dec 1, 2008 at 8:42 AM, Tamer Embaby [EMAIL PROTECTED] wrote: Eric, So using 2 vhosts would be: # External vhost

RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Tamer Embaby
Karim, Please let me know if it works for you. Tamer -Original Message- From: Karim Zaki [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 3:58 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache Yeah

RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-12-01 Thread Karim Zaki
Will do -Original Message- From: Tamer Embaby [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 5:49 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache Karim, Please let me know if it works for you. Tamer