Why there are always error in Apache error.log - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Why there are always error in Apache error.log (/thread-955.html) |
Why there are always error in Apache error.log - adigit - 07-11-2007 06:59 PM Hi All, do you have similar errorss in your apache log? /var/log/apache2/error.log Quote:[Wed Jul 11 08:42:56 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.net/php4-fcgi-starter" (uid 2003, gid 2003) restarted (pid 15839) What the problem might be? how to solve it? any ideas? RE: Why there are always error in Apache error.log - raphael - 07-12-2007 06:19 AM those are not errors, just warnings. PHP-CGI processes are killed after they handle 500 requests or they are not needed anymore RE: Why there are always error in Apache error.log - adigit - 07-12-2007 11:37 AM ah...another questions then. is it normal to get this warm warn every 1 minute? if so, do you think this make the server load heavier? is it necessary? RE: Why there are always error in Apache error.log - raphael - 07-12-2007 11:47 AM Quote:is it normal to get this warm warn every 1 minute?might be Quote:if so, do you think this make the server load heavier?not really Quote: is it necessary?it is thrown by apache, and it is a warn-level message, by disabling those messages you might loose some important information RE: Why there are always error in Apache error.log - adigit - 07-12-2007 05:07 PM i see. Thanks raphael however, why Apache hangs every a few hours? I didn't find any other error logs! how to find out the problem?! RE: Why there are always error in Apache error.log - Z4P - 07-12-2007 05:42 PM Probally because you have not enougf ram and apache takes to much resources. RE: Why there are always error in Apache error.log - adigit - 07-12-2007 07:47 PM yes. ram is also the issue, only 200MB ram free there. linux always load most of the ram to be ready. i am thinking of the spambots and PHP aceelerator not installed yet! (doing this for my new server! should be much better after it) |