From:             [EMAIL PROTECTED]/gov
Operating system: Linux 2.2.14-5.0sm
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  PHP 4.1.2 and mod_perl 1.26 Crash Children

I am running apache 1.3.23 on a 2.2.14-5.0sm kernel Linux system.  

While both PHP and mod_perl are loaded (both as DSO modules), any request
that is not implicitly for a file causes the apache children to segfault. 
It will serve fine if you tell it you want http://server/index.php or
http://server/index.pl, etc- but it will not work with just http://server/
 
I admit that the PHP module alone works, and the mod_perl alone works.  I
have been unable to get a backtrace.  

Conf options:
Apache: ./configure --enable-module=so --enable-module=info
PHP: ./configure --with-mysql=/usr/local/mysql
--with-apxs=/usr/local/apache/bin/apxs  (added -lz flag to $LDFLAGS
variable in makefile)
mod_perl:  perl Makefile.PL USE_DSO=1

-- 
Edit bug report at http://bugs.php.net/?id=16205&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16205&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16205&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16205&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16205&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16205&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16205&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16205&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16205&r=submittedtwice

Reply via email to