ispCP - Board - Support
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)
[Wed Jul 11 08:46:58 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (uid 2001, gid 2001) restarted (pid 15885)
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.cc/php4-fcgi-starter" (pid 15839) termination signaled
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (pid 15885) termination signaled
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (pid 15836) termination signaled
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (pid 15885) terminated by calling exit with status '0'
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.net/php4-fcgi-starter" (pid 15839) terminated by calling exit with status '0'
[Wed Jul 11 08:47:20 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (pid 15836) terminated by calling exit with status '0'
[Wed Jul 11 08:47:25 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (uid 2006, gid 2006) restarted (pid 15888)
[Wed Jul 11 08:47:28 2007] [warn] FastCGI: (dynamic) server "/var/www/fcgi/xxx.com/php4-fcgi-starter" (uid 2001, gid 2001) restarted (pid 15892)

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! Tongue
(doing this for my new server! should be much better after it)