Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-20 Thread Haroon Rafique
On Today at 10:12am, HR=>Haroon Rafique wrote: HR> Hi Igor, HR> HR> Thanks for your response. I tried adding the following (is that what you HR> had in mind?): HR> HR> # set custom 404 in case .gz is not available HR> HR> ErrorDocument 404 "The requested URL was not found on this server."

Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-20 Thread Haroon Rafique
On Today at 5:20pm, IC=>Igor Cicimov wrote: IC> Write your own 404 page? Is that good enough? IC> Hi Igor, Thanks for your response. I tried adding the following (is that what you had in mind?): # set custom 404 in case .gz is not available ErrorDocument 404 "The requested URL was not f

Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-19 Thread Igor Cicimov
Write your own 404 page? Is that good enough? On Fri, Nov 20, 2009 at 7:28 AM, Haroon Rafique wrote: > Hi there, > > I am running a reverse proxy (using mod_proxy) and I would like to > internally rewrite (using mod_rewrite) certain files and instead send their > pre-compressed .gz versions. I h

[us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-19 Thread Haroon Rafique
Hi there, I am running a reverse proxy (using mod_proxy) and I would like to internally rewrite (using mod_rewrite) certain files and instead send their pre-compressed .gz versions. I have minified and compressed versions of .js and .css files available with .gz extensions (using yuicompressor