RE: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Karim Zaki
@httpd.apache.org Subject: Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression On Tue, Dec 23, 2008 at 11:28 AM, Karim Zaki karim.z...@itworx.com wrote: Guys, Anyone interested in shedding some light here? J Nothing you can do directly here, I think. Enable it the basic

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Eric Covener
On Wed, Dec 24, 2008 at 8:02 AM, Karim Zaki karim.z...@itworx.com wrote: Hi Eric, The idea sounds good, but I can't seem to get it to work. I need to modify the host header for example, to point the request to another vhost that has no caching defined. However, mod_rewrite doesn't seem to

RE: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-24 Thread Karim Zaki
To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression On Wed, Dec 24, 2008 at 8:02 AM, Karim Zaki karim.z...@itworx.com wrote: Hi Eric, The idea sounds good, but I can't seem to get it to work. I need to modify the host header

[us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-23 Thread Karim Zaki
Guys, Anyone interested in shedding some light here? :) Thanks, Karim From: Karim Zaki Sent: Monday, December 22, 2008 1:41 PM To: users@httpd.apache.org Subject: Using mod_cache to cache URLs matching a regular expression Hello everyone, I find myself in need of a way to cache URLs that

Re: [us...@httpd] RE: Using mod_cache to cache URLs matching a regular expression

2008-12-23 Thread Eric Covener
On Tue, Dec 23, 2008 at 11:28 AM, Karim Zaki karim.z...@itworx.com wrote: Guys, Anyone interested in shedding some light here? J Nothing you can do directly here, I think. Enable it the basic way, and use SetEnvIf/Rewrite + RequestHeader to make it uncacheable? -- Eric Covener