Hi,
Do you guys know how to tell if Apache 2.2 is the one that loading the
static page instead of mongrel? For example, (May be the log file will
tell, if the image is loaded by apache instead of mongrel). I want to
make Apache 2.2 to load static resources instead of using mongrel.
For example : one of the image url. Both of these load correctly in
browser
http://www.domain.com/assets/0000/0016/picture1.jpg?1195019707
http://www.domain.com/assets/0000/0016/picture1.jpg
Thank you in advance,
B
On 14 Nov 2007, at 16:45, Beta B. wrote:
browser
http://www.domain.com/assets/0000/0016/picture1.jpg?1195019707
http://www.domain.com/assets/0000/0016/picture1.jpg
Just off the top of my head: kill all your mongrels, if the urls still
work then the images are being served by apache.
Fred
Good idea and the simplest test ever.
Frederick C. wrote:
On 14 Nov 2007, at 16:45, Beta B. wrote:
browser
http://www.domain.com/assets/0000/0016/picture1.jpg?1195019707
http://www.domain.com/assets/0000/0016/picture1.jpg
Just off the top of my head: kill all your mongrels, if the urls still
work then the images are being served by apache.
Fred