I have had this same problem.
In first situation I had run php4 mod to open php3 and php4, but some aplications doesn't want it, so I add php3 3.0.18, and problem with seg fault's starts for me , I tried many thins, it's was only problem with one script (Twig web mail)
I resolve it by direcitive for only this script :
<Directory /usr/local/share/doc/apache/twig>
AddType application/x-httpd-php .php3
</Directory>
Maybe you may change php version on add new.
if you have php3 use php4 only for yours favorite places.
Best Regards
siedar
Richard Wallace wrote:
I'm using php3.0.9 loaded as a dynamic module with MySQL enabled. I think those where the only config options made. I'm also using apache 1.3.12 as downloaded as rpm from redhat 6.2. The box is a RH 6.1 i386. Here is the error that I am receiving.
[Mon Aug 14 16:55:11 2000] [notice] child pid 1056 exit signal Segmentation fault (11) [Mon Aug 14 16:55:39 2000] [notice] caught SIGTERM, shutting down [Mon Aug 14 16:55:39 2000] [warn] Loaded DSO modules/libphp3.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Mon Aug 14 16:55:39 2000] [notice] Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3.0.9 configured -- resuming normal operations
I've tried to use some of the available rpms, and I've tried upgrading to php4.0, the configure script for php 4.0 di....