ID: 20829 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Linux RedHat 7.3 PHP Version: 4CVS-2002-12-05 (dev) New Comment:
Server version: Apache/1.3.28-dev (Unix) Server built: Dec 2 2002 14:25:07 Server's Module Magic Number: 19990320:13 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 DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=2048 -D HTTPD_ROOT="/usr/httpd" -D SUEXEC_BIN="/usr/httpd/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_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" Previous Comments: ------------------------------------------------------------------------ [2002-12-05 09:29:54] [EMAIL PROTECTED] this problem active after i update apache from 1.3.26 and no php update ------------------------------------------------------------------------ [2002-12-05 09:28:36] [EMAIL PROTECTED] I'm using CVS version of apache .. now i tring stop apache and start.. i'm using php as php-cgi ( not module ) ------------------------------------------------------------------------ [2002-12-05 09:25:52] [EMAIL PROTECTED] And have you tried with Apache 1.3.27 ??? (that is the latest RELEASE version of Apache) ------------------------------------------------------------------------ [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" \ "$@" ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20829 -- Edit this bug report at http://bugs.php.net/?id=20829&edit=1