From:             busia at tiscali dot it
Operating system: Linux Redhat 7.2
PHP version:      4.3.2RC1
PHP Bug Type:     Apache2 related
Bug description:  Apache doesn't start

I have installed PHP4.3.2RC1 on apache 2.0.44.

Apache doesn't start. In the error_log I see:
-------------------------
[Fri Mar 21 16:19:46 2003] [notice] Digest: generating secret for digest
authentication ...
[Fri Mar 21 16:19:46 2003] [notice] Digest: done
-------------------------

instead of:
-------------------------
[Fri Mar 21 16:53:02 2003] [notice] Digest: generating secret for digest
authentication ...
[Fri Mar 21 16:53:02 2003] [notice] Digest: done
[Fri Mar 21 16:53:03 2003] [notice] Apache/2.0.44 (Unix) configured --
resuming normal operations
-------------------------

PHP configure:
./configure --enable-track-vars --prefix=/usr --exec-prefix=/usr
--libexecdir=/usr/lib/apache --bindir=/usr/bin --sbindir=/usr/sbin
--datadir=/home/httpd --sysconfdir=/etc/httpd/conf --localstatedir=/var
--libdir=/usr/lib/apache --includedir=/usr/include/apache
--mandir=/usr/man --with-mysql=/usr
--with-config-file-path=/usr/local/Zend/etc --enable-memory-limit
--with-zlib --with-apxs2

Apache 2.0.44 configure:
./configure --enable-layout=RedHat --datadir=/home/httpd
--enable-auth-digest --enable-ext-filter --enable-cgi --enable-vhost-alias
--disable-include --enable-deflate --enable-mime-magic --enable-expires
--enable-headers --enable-usertrack --enable-unique-id --enable-http
--disable-userdir --enable-so --with-mpm=worker

in httpd.conf:
LoadModule php4_module        /etc/httpd/modules/libphp4.so
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps


-- 
Edit bug report at http://bugs.php.net/?id=22815&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22815&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22815&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22815&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22815&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22815&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22815&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22815&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22815&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22815&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22815&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22815&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22815&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22815&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22815&r=gnused

Reply via email to