RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-18 Thread Karim Zaki
s for your help, Eric. -Original Message- From: Karim Zaki Sent: Sunday, January 18, 2009 12:02 PM To: 'users@httpd.apache.org' Subject: RE: [us...@httpd] Processing mod_cache after mod_rewrite I checked the event logs and found that it's looking for .net framework DLLs and

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-18 Thread Karim Zaki
Does mod_cache doesn't require it, so why is it asking for it now? Thanks, Karim -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, January 15, 2009 7:50 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Processing mod_cache after mod_rewrite On T

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-15 Thread Eric Covener
On Thu, Jan 15, 2009 at 11:49 AM, Karim Zaki wrote: > Unfortunately > > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Thursday, January 15, 2009 6:46 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Processing mod_cache after m

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-15 Thread Karim Zaki
Unfortunately -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, January 15, 2009 6:46 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Processing mod_cache after mod_rewrite On Thu, Jan 15, 2009 at 11:43 AM, Karim Zaki wrote: > Eric, &g

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-15 Thread Eric Covener
On Thu, Jan 15, 2009 at 11:43 AM, Karim Zaki wrote: > Eric, > > I downloaded 2.2.11, applied the patch, and re-built mod_cache. It succeeded > and generated mod_cache.so. However, after replacing mod_cache.so with the > updated one on my server, Apache refused to start. The message just says "Th

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-15 Thread Karim Zaki
s...@httpd] Processing mod_cache after mod_rewrite On Wed, Jan 14, 2009 at 10:47 AM, Karim Zaki wrote: > Sounds interesting. Do you know where I can get a build that I can expect to > successfully compile? easiest way would be to download 2.2.11 and then apply the trivial patch here: http:

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-15 Thread Karim Zaki
Thanks. I'll give it a shot. From: Eric Covener [cove...@gmail.com] Sent: Wednesday, January 14, 2009 19:44 To: users@httpd.apache.org Subject: Re: [us...@httpd] Processing mod_cache after mod_rewrite On Wed, Jan 14, 2009 at 10:47 AM, Karim Zaki

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Eric Covener
On Wed, Jan 14, 2009 at 10:47 AM, Karim Zaki wrote: > Sounds interesting. Do you know where I can get a build that I can expect to > successfully compile? easiest way would be to download 2.2.11 and then apply the trivial patch here: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modul

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Karim Zaki
Sounds interesting. Do you know where I can get a build that I can expect to successfully compile? Thanks again. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, January 14, 2009 5:42 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Processing

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Eric Covener
On Wed, Jan 14, 2009 at 10:15 AM, Karim Zaki wrote: > But if I stuck with rewrite, mod_cache would still process before rewrite, > and so this solution would not work. I think he'll decide to try to save it, but there are checks during this very late saving that offer a chance to bail out (like

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Karim Zaki
But if I stuck with rewrite, mod_cache would still process before rewrite, and so this solution would not work. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, January 14, 2009 4:49 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Processing

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Eric Covener
On Wed, Jan 14, 2009 at 9:36 AM, Karim Zaki wrote: > Hi Eric, > > Thanks for the insight. Do you mean that I should set it using SetEnvIf, or > did you have something else in mind? The advice below would be if you stuck with rewrite, the E flag. But if you didn't need to change the URL outside

RE: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Karim Zaki
: [us...@httpd] Processing mod_cache after mod_rewrite On Wed, Jan 14, 2009 at 7:41 AM, Karim Zaki wrote: > All, > > I need to have mod_cache process requests after mod_rewrite is done with > them. The reason I need this is that CacheEnable only accepts a path and will > cache e

Re: [us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Eric Covener
On Wed, Jan 14, 2009 at 7:41 AM, Karim Zaki wrote: > All, > > I need to have mod_cache process requests after mod_rewrite is done with > them. The reason I need this is that CacheEnable only accepts a path and will > cache everything under that path, while I need to cache based on more > granul

[us...@httpd] Processing mod_cache after mod_rewrite

2009-01-14 Thread Karim Zaki
All, I need to have mod_cache process requests after mod_rewrite is done with them. The reason I need this is that CacheEnable only accepts a path and will cache everything under that path, while I need to cache based on more granular criteria...so I need mod_rewrite to look at the request and