Apache - mod_pagespeed freezes my website

Posted by Jonathan Rioux on Server Fault See other posts from Server Fault or by Jonathan Rioux
Published on 2011-12-20T14:16:09Z Indexed on 2012/10/06 9:39 UTC
Read the original article Hit count: 286

Filed under:
|

I have installed the mod_pagepseed module for Apache.

I am using Debian so I downloaded the .deb file, and installed it successfully. I then configured some filters, and it worked like a charm for some minutes.

Then after something like 10 minutes, my website no longer responded to the requests. When I was requesting for my website, it said "Waiting for www.blablabla.com" and I never got the page back from the server.

I checked the processes running on my Debian box with top -d 0.5, and nothing eats up the CPU.

To make my website responding to requests again, I must do a /etc/init.d/apache2 restart.

And then it works again with mod_modspeed applying it's filters for a couple of minutes, and no more response again.

How can I diagnose this issue? Is there some other configurations in the mod_pagespeed.conf file that I must set?

© Server Fault or respective owner

Related posts about apache2

Related posts about mod-pagespeed