Freebsd unresponsive/laggy running apache

Hello All,

Im having some serious issues with my freebsd/apache setup,

Apache seems to fill up with sending reply requests and it just climbs and climbs and no pages will serve.

This all seemed to happen fairly recently and appears to be getting worse. any suggestions on how to limit the requests or troubleshoot this problem ?

I've attached a screenshot of the apache status

I have noticed that logging in threw ssh is extremely slow as well as any thing I do... Until i turn off apache, then everything is fine.
 

Attachments

  • status.JPG
    status.JPG
    75.9 KB · Views: 232
looking at the http-errors I see alot of file does not exist for pictures, but they are occuring about once a hour on like 30 different websites
 
Perhaps you're swapping? You can verify that with pstat -T. If so, find out what makes apache consume that much memory. Although it may be some other service too, that apache/website uses indirectly like mysql server for example.
 
Back
Top