Search code examples
phpcssimageinternal-server-error

Only few of CSS & Images are not loading


I have a big problem in website http://www.konasignature.com/. While load my website in browser some of CSS & Images are not loading and returning the "500 Internal server error". I can see that errors in chrome browser's resources list. But when i load that error css & images in new browser window its loading perfect without errors. Only its returning error when it loading for a php page inside.

Also some time "500 Internal server error" not showing for css or images which are return error before.

And when i check server logs am getting below error above 20 times on every refresh

[Wed Feb 01 00:05:15 2012] [error] [client 122.174.77.143] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/konasign/public_html/Rrrrr/core.php, referer: http://www.konasignature.com/


Solution

  • You seem to be running low on memory on the box and it is unable to spawn a new child process to serve the request. You can,

    1. Increase the memory on the box
    2. See what is eating up memory by running top command and debug.