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

2009-01-27 Thread dd123
Thanks I got it working. I had to use CacheIgnoreQueryString On because backend webserver was not sending expiration time and cache module in apache won't cache the resource if it has query strings and it has no expiration module. I resolved this by turning off CacheIgnoreQueryString on apache c

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

2009-01-27 Thread Alexandru Constantinescu
dd123 wrote: You are right. My apache switched to different runtime user though it started as root. I changed the dir permission and atleast I can see some contents in the cache dir But now, I have hit another roadblock: Basically, I want the images to be served via cache and my images are disti

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

2009-01-27 Thread dd123
You are right. My apache switched to different runtime user though it started as root. I changed the dir permission and atleast I can see some contents in the cache dir But now, I have hit another roadblock: Basically, I want the images to be served via cache and my images are distinguishable thr

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

2009-01-27 Thread Alexandru Constantinescu
dd123 wrote: 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

[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