Hi, I am using peruser module in Gentoo in one of my server. The server is serving few high traffic website with bandwith hit upto ~100Gega Bytes data transfer per day and seldome exceeding 4.5 millon http request per day.
During high http load... in quiet a few occasions...... the apache process crashes to idle! if you do ps -aux you see httpd processes but the server isnt serving any data even though its listening in 80 and able to initiate http /200 response successfully. after that the server is just idle. Even During such problem Nagois http alert module shows the server's http is ok. has anyone have observed similar? known bug? the error log is: Sun Aug 03 10:40:55 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:40:55 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:40:55 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:40:55 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:41:07 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:41:07 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:41:07 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:50:56 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:50:56 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:50:56 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) www-0 logs # head error_log [Thu Jan 24 10:08:18 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache2/bin/suexec) [Thu Jan 24 10:08:18 2008] [notice] Apache/2.2.3 (Unix) PHP/5.2.5 configured -- resuming normal operations [Thu Jan 24 10:22:49 2008] [notice] SIGHUP received. Attempting to restart [Thu Jan 24 10:22:49 2008] [notice] Apache/2.2.3 (Unix) PHP/5.2.5 configured -- resuming normal operations [Fri Jan 25 01:04:23 2008] [notice] SIGHUP received. Attempting to restart [Fri Jan 25 01:04:23 2008] [notice] Apache/2.2.3 (Unix) PHP/5.2.5 configured -- resuming normal operations [Fri Jan 25 01:05:55 2008] [error] [client 202.79.36.164] File does not exist: /usr/local/apache2/htdocs/favicon.ico [Fri Jan 25 01:06:31 2008] [notice] SIGHUP received. Attempting to restart [Fri Jan 25 01:06:31 2008] [notice] Apache/2.2.3 (Unix) PHP/5.2.5 configured -- resuming normal operations [Fri Jan 25 01:08:14 2008] [notice] caught SIGTERM, shutting down www-0 logs # tail error_log [Sun Aug 03 10:55:06 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:06 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:06 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:55:06 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:16 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:16 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:55:16 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:26 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:55:26 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:55:26 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:58:15 2008] [info] (107)Transport endpoint is not connected: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:58:15 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY) [Sun Aug 03 10:58:15 2008] [info] (9)Bad file descriptor: apr_socket_addr_get(APR_REMOTE) [Sun Aug 03 10:58:46 2008] [notice] child pid 25289 exit signal Segmentation fault (11) [Sun Aug 03 10:58:46 2008] [notice] child pid 25339 exit signal Segmentation fault (11) [Sun Aug 03 10:58:46 2008] [notice] child pid 25344 exit signal Segmentation fault (11) -------------------------------------------------------------------------- http://groups.google.com/group/Intelligence-Studies ************************************************************ _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
