I am getting error message like this every time the page loads

Dear members,

i am getting error message like this every time the page loads... anyone any idea? how to correct this? your help will be appriciated.  I am using 1.8.8 and my site works perfeclty. But i always see this type of error in the error log...

[Fri Nov 02 15:05:11 2012] [error] [client 59.185.236.51] File does not exist: /home/mysite/public_html/500.shtml, referer: http://www.mysite.net/activity
[Fri Nov 02 15:05:11 2012] [error] [client 59.185.236.51] File does not exist: /home/mysite/public_html/500.shtml, referer: http://www.mysite.net/activity
[Fri Nov 02 15:05:11 2012] [error] [client 59.185.236.51] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/mysite/public_html/mod/profile/icondirect.php, referer: http://www.mysite.net/activity
[Fri Nov 02 15:05:11 2012] [error] [client 59.185.236.51] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/mysite/public_html/engine/handlers/page_handler.php, referer: http://www.mysite.net/activity
[Fri Nov 02 15:02:16 2012] [error] [client 59.185.236.51] File does not exist: /home/mysite/public_html/500.shtml, referer: http://www.mysite.net/Aathira/status
[Fri Nov 02 15:02:16 2012] [error] [client 59.185.236.51] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/mysite/public_html/engine/handlers/cache_handler.php, referer: http://www.mysite.net/Aathira/status


  • The reference to 500.shtml must be from your server's config to show a specific page on 500 errors. You should ask your web host how to remove that.

    Cannot allocate memory... you could be hitting a memory limit imposed by your web host. You'd get a different message if PHP's memory_limit was reached.