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

2008-12-02 Thread Karim Zaki
. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 6:20 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Eric Covener wrote: On Mon, Dec 1, 2008 at 11:09 AM, André Warnier [EMAIL PROTECTED

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

2008-12-02 Thread André Warnier
André Warnier wrote: Indeed. So either you create a sript/program that goes directly in the cache and clears the document (which would mean you can recalculate the hash that mod_cache uses for a given URL), or else you find another clever way. This is yet another idea. I just downloaded the

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

2008-12-02 Thread Karim Zaki
. It created new cache entries for the vhost. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 6:20 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Eric Covener wrote: On Mon, Dec 1, 2008

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

2008-12-02 Thread André Warnier
host solution did not work either. It created new cache entries for the vhost. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 6:20 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

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

2008-12-02 Thread Karim Zaki
PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache One last note : following your original post, I re-read the Apache documentation on caching content (never a bad idea, that). In there, I saw something about the fact that in order to cache

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

2008-12-01 Thread Karim Zaki
even if CacheIgnoreCacheControl is on? Thanks, -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 2:19 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache On Sun, Nov 30, 2008 at 9:59 AM

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

2008-12-01 Thread Karim Zaki
pages from cache. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 1:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Karim Zaki wrote: Greetings all, I'm running Apache

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

2008-12-01 Thread André Warnier
Karim Zaki wrote: Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content that is served by Tomcat, and I would like to keep the content (age) high (e.g. 24

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

2008-12-01 Thread André Warnier
PROTECTED] Clearing cache selectively on Apache + mod_cache Karim Zaki wrote: Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content that is served by Tomcat, and I

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

2008-12-01 Thread André Warnier
Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Karim Zaki wrote: Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content

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

2008-12-01 Thread Karim Zaki
Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Ok then. So, how do you know that a given page changed ? I mean, if you don't want to wait, it means you have some way to know that the page has changed for which you don't want to wait, right ? Karim Zaki wrote

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

2008-12-01 Thread André Warnier
: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Ok then. So, how do you know that a given page changed ? I mean, if you don't want to wait, it means you have some way to know that the page has changed for which you don't want to wait, right ? Karim Zaki wrote

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

2008-12-01 Thread Karim Zaki
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache Ok then. So, how do you know that a given page changed ? I mean, if you don't want to wait, it means you have some way to know that the page has changed for which you don't want to wait

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

2008-12-01 Thread André Warnier
[mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 3:54 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache When I look at this series of messages, and at a previous thread on this list, with subject : Best filesystem type for mod_cache

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

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 11:09 AM, André Warnier [EMAIL PROTECTED] wrote: Which leads me to believe that, as such, the scheme proposed with the separate VirtualHost will not work as simply as expected. Yep, it looks like you'd need to jump through hoops to have a vhost that was able to nuke these

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

2008-12-01 Thread André Warnier
Eric Covener wrote: On Mon, Dec 1, 2008 at 11:09 AM, André Warnier [EMAIL PROTECTED] wrote: Which leads me to believe that, as such, the scheme proposed with the separate VirtualHost will not work as simply as expected. Yep, it looks like you'd need to jump through hoops to have a vhost that

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

2008-11-30 Thread Eric Covener
On Sun, Nov 30, 2008 at 9:59 AM, Karim Zaki [EMAIL PROTECTED] wrote: Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content that is served by Tomcat, and I