Re: [us...@httpd] apache caching not working

2009-01-27 Thread dd123
pache caching server and enabling mod_expires.so on backend webserver as shown below: LoadModule expires_module modules/mod_expires.so ExpiresDefault "access plus 1 month" ExpiresActive On It looks like everything is working good. Thanks!!! Alexandru David Constantinescu wrote: &

Re: [us...@httpd] apache caching not working

2009-01-27 Thread dd123
-proxywebserver.abc.com:80/mcs-stream-war/asset/streamAsset? Alexandru David Constantinescu wrote: > > dd123 wrote: >> I have a webserver servicing the images and url for that webserver looks >> like >> this: >> >> http://backend-server.abc.com/mcs-stream-wa

[us...@httpd] apache caching not working

2009-01-27 Thread dd123
I have a webserver servicing the images and url for that webserver looks like this: http://backend-server.abc.com/mcs-stream-war/asset/streamAsset?id=e98a887b-2eb1-456d-ba18-d21a1b0b06cc The above URL is basically an image. Now, I want to front this webserver with a reverse proxy caching apache