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:

this problem active after i update apache from 1.3.26 and no php update


Previous Comments:
------------------------------------------------------------------------

[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" \
"$@"

------------------------------------------------------------------------

[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'

------------------------------------------------------------------------

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

Reply via email to