ID: 20829 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Operating System: Linux RedHat 7.3 PHP Version: 4CVS-2002-12-05 (dev) New Comment:
And have you tried with Apache 1.3.27 ??? (that is the latest RELEASE version of Apache) Previous Comments: ------------------------------------------------------------------------ [2002-12-05 09:24:05] [EMAIL PROTECTED] Did you happen by any chance to INSTALL php into running Apache?? In these cases, only doing 'apachectl stop' will help. ------------------------------------------------------------------------ [2002-12-05 09:22:56] [EMAIL PROTECTED] This is my Apache configure script - CFLAGS="-O6" ; export CFLAGS LIBS="-lpthread" ; export LIBS ./configure \ "--with-layout=Apache" \ "--prefix=/usr/httpd" \ "--enable-suexec" \ "--server-uid=apache" \ "--server-gid=apache" \ "--suexec-caller=apache" \ "--suexec-docroot=/home" \ "--suexec-userdir=" \ "--suexec-uidmin=500" \ "--suexec-gidmin=500" \ "--sbindir=/usr/httpd/sbin" \ "--logfiledir=/var/log/httpd" \ "--runtimedir=/var/run" \ "--proxycachedir=/var/cache/httpd" \ "--localstatedir=/var" \ "--disable-rule=WANTHSREGEX" \ "--enable-module=all" \ "--enable-shared=max" \ "--enable-module=auth_dbm" \ "--disable-shared=env" \ "--disable-shared=log_config" \ "--disable-shared=mime" \ "--disable-shared=include" \ "--disable-shared=dir" \ "--disable-shared=cgi" \ "--disable-shared=asis" \ "--disable-shared=actions" \ "--disable-shared=rewrite" \ "--disable-shared=access" \ "--disable-shared=auth" \ "--disable-shared=expires" \ "--disable-shared=headers" \ "--disable-shared=setenvif" \ "--disable-shared=alias" \ "$@" ------------------------------------------------------------------------ [2002-12-05 09:20:38] [EMAIL PROTECTED] PHP was compiled with this options .. ( php4.3.0 ... php4.4.0dev i'm trying many version of php, i think this is apache problem) './configure' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--enable-force-cgi-redirect' '--with-bz2' '--without-curl' '--with-db3' '--with-dom' '--with-exec-dir=/usr/bin' '--with-gd' '--with-gdbm' '--with-gettext' '--with-jpeg-dir=/usr' '--with-mm' '--without-openssl' '--with-png' '--with-regex=system' '--with-ttf' '--with-zlib' '--with-layout=GNU' '--enable-debugger' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--with-mysql' '--without-unixODBC' '--without-oracle' '--without-oci8' '--with-pspell' '--with-xml' ------------------------------------------------------------------------ [2002-12-05 09:16:53] [EMAIL PROTECTED] a lot of zombie - php <defunct> zombi will release if i restart Apache (1.3.28dev) #ps uaxw -> our1 10647 0.0 0.0 0 0 ? Z 11:05 0:00 [php <defunct>] our1 10683 0.0 0.0 0 0 ? Z 11:06 0:00 [php <defunct>] user5123 13547 0.0 0.0 0 0 ? Z 11:51 0:00 [php <defunct>] user5123 15648 0.0 0.0 0 0 ? Z 12:25 0:00 [php <defunct>] user5123 17499 0.0 0.0 0 0 ? Z 12:54 0:00 [php <defunct>] user5123 17999 0.0 0.0 0 0 ? Z 12:59 0:00 [php <defunct>] user5123 18229 0.0 0.0 0 0 ? Z 13:01 0:00 [php <defunct>] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20829&edit=1