You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/28 12:16:26 UTC

DO NOT REPLY [Bug 21926] New: - Lot of zombi with php in cgi

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21926

Lot of zombi <defunct> with php in cgi

           Summary: Lot of zombi <defunct> with php in cgi
           Product: Apache httpd-1.3
           Version: 1.3.28
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: serge@kilio.fr


I have upgrade to apache 1.3.28 (security fix), and i'm running php in cgi mode
with suexec. All was vorking fine with apache 1.3.27 but now, i got severall php
process in Zombi <defunct>. If i restart apache (restart ou graceful) all this
zombi process are killed, but after some minute i got some php defunct.

I have try to upgrade php, but problem is still here.

Here my config:

#!/bin/sh
##
##  config.status -- APACI auto-generated configuration restore script
##
##  Use this shell script to re-run the APACI configure script for
##  restoring your configuration. Additional parameters can be supplied.
##

./configure \
"--with-layout=Slackware" \
"--enable-module=most" \
"--enable-shared=max" \
"--manualdir=/var/www/htdocs/manual" \
"--enable-rule=eapi" \
"--enable-suexec" \
"--suexec-caller=nobody" \
"--suexec-docroot=/home" \
"--suexec-logfile=/var/log/apache/suexec_log" \
"--suexec-uidmin=100" \
"--suexec-safepath=/usr/local/bin:/usr/bin:/bin:/home/default/cgi" \
"$@"

If you need additional information, let me know.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org