Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68399 invoked by uid 500); 16 Jan 2003 13:37:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 68346 invoked from network); 16 Jan 2003 13:37:39 -0000 Received: from unknown (HELO otbnetworks.com) (65.207.140.5) by daedalus.apache.org with SMTP; 16 Jan 2003 13:37:39 -0000 Received: from ccidomain.com ([10.1.1.202]) (authenticated) by otbnetworks.com (8.11.6/8.11.6) with ESMTP id h0GDbNV20913 for ; Thu, 16 Jan 2003 08:37:23 -0500 Message-ID: <3E26B596.7010307@ccidomain.com> Date: Thu, 16 Jan 2003 08:37:26 -0500 From: Kyle Organization: Creative Connections, Inc. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en,pdf MIME-Version: 1.0 To: users@httpd.apache.org X-Priority: 2 (high) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Apache processes not dying? We are having the same problem with our Apache 1.3.23 from RedHat RPM, NOT running PHP, NOT behind a load balancing switch. Everyday one of us has to go in and kill the hung Apache processes to keep our web sites up. I have posted this problem two separate times without a single reply. Ignoring our problem has not made it go away. My server compilation is as follows: /usr/sbin/httpd -V Server version: Apache/1.3.23 (Unix) (Red-Hat/Linux) Server built: Jun 19 2002 11:55:23 Server's Module Magic Number: 19990320:13 Server compiled with.... -D EAPI -D EAPI_MM -D EAPI_MM_CORE_PATH="/var/run/httpd.mm" -D HAVE_MMAP -D HAVE_SHMGET -D USE_SHMGET_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_SYSVSEM_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D HTTPD_ROOT="/etc/httpd" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard" -D DEFAULT_LOCKFILE="/var/run/httpd.lock" -D DEFAULT_XFERLOG="/var/log/httpd/access_log" -D DEFAULT_ERRORLOG="/var/log/httpd/error_log" -D TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" -D ACCESS_CONFIG_FILE="conf/access.conf" -D RESOURCE_CONFIG_FILE="conf/srm.conf" -Kyle Tobias Roberts wrote: > Hi all, > > I am hoping someone on here might have a suggestion for a problem that I > am looking into. We have several apache servers all with the same > hardware and software configuration behind a load balancing switch (least > connections). I will post more specific compile time options for apache > below (apache 1.3.27 and php 4.2.3). When I start my servers everything > is great, however over time I am seeing more and more apache children > created up until the point where apache not longer accepts requests and we > go down. This is not a particularly high traffic time for us, so I am > somewhat stumped. Is there something in our config file that might cause > this? Just a side note... I am seeing quite a few apache processes that > are in a "D" state if I do a "ps -aux." > > Here are some specifics: > > bash-2.05a# /usr/local/apache/bin/httpd -V > Server version: Apache/1.3.27 (Unix) > Server compiled with.... > -D HAVE_MMAP > -D HAVE_SHMGET > -D USE_SHMGET_SCOREBOARD > -D USE_MMAP_FILES > -D HAVE_FCNTL_SERIALIZED_ACCEPT > -D HAVE_SYSVSEM_SERIALIZED_ACCEPT > -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT > -D HARD_SERVER_LIMIT=256 > -D HTTPD_ROOT="/usr/local/apache" > -D SUEXEC_BIN="/usr/local/apache/bin/suexec" > -D DEFAULT_PIDLOG="logs/httpd.pid" > -D DEFAULT_SCOREBOARD="logs/httpd.scoreboard" > -D DEFAULT_LOCKFILE="logs/httpd.lock" > -D DEFAULT_ERRORLOG="logs/error_log" > -D TYPES_CONFIG_FILE="conf/mime.types" > -D SERVER_CONFIG_FILE="conf/httpd.conf" > -D ACCESS_CONFIG_FILE="conf/access.conf" > -D RESOURCE_CONFIG_FILE="conf/srm.conf"A > > bash-2.05a# /usr/local/apache/bin/httpd -l > Compiled-in modules: > http_core.c > mod_env.c > mod_log_config.c > mod_mime.c > mod_status.c > mod_include.c > mod_dir.c > mod_actions.c > mod_alias.c > mod_access.c > mod_usertrack.c > mod_setenvif.c > mod_php4.c > suexec: disabled; invalid wrapper /usr/local/apache/bin/suexecA > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org