Web Hosting Talk







View Full Version : apache crashed


control
12-05-2002, 01:34 PM
can someone tell me what is going on with my server? It's a redhat box 7.3 with cpanel.



[Thu Dec 5 12:07:56 2002] [notice] SIGUSR1 received. Doing graceful restart
[Thu Dec 5 12:07:56 2002] [notice] Apache/1.3.27 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b configured -- resuming normal operations
[Thu Dec 5 12:07:56 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Dec 5 12:07:56 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Dec 5 12:08:02 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:08:03 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:09:45 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:10:00 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:11:29 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:11:31 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:11:39 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:11:40 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:12:03 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:12:07 2002] [warn] [csd] filedescriptor (1126) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Thu Dec 5 12:12:09 2002] [notice] caught SIGTERM, shutting down
[Thu Dec 5 12:12:12 2002] [notice] Apache/1.3.27 (Unix) mod_log_bytes/0.3 mod_bwlimited/1.0 PHP/4.2.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b configured -- resuming normal operations
[Thu Dec 5 12:12:12 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Dec 5 12:12:12 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)

roundice
12-05-2002, 02:30 PM
This occured because the Apache RPM was compiled from RedHat rather than directly from Apache. As a result, it can only handle 1024 file descriptions. You need to recompile the original RPM from Apache and change the FD_SETSIZE value in /usr/include/bits/types.h to 16384.

<rant>I found this information in a free Apache-cvs support mailing list through Google. In the future, to get both faster and more knowledgable assistance I would suggest that you take advantage of the HUGE resources open for support RedHat, Apache and other open-source Linux projects. Chances are 99% of your problems have already been solved and documented and the other 1% can more often than not be answered within minutes by swarming hordes of gurus, developers, and fellow sysadmins.</rant>

StevenG
12-05-2002, 08:36 PM
hehe, roundice

You are going to have a LOT of rants around here then :)