php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4083 Apache 1.3.12 Crashes With php4_module
Submitted: 2000-04-08 21:02 UTC Modified: 2000-08-15 10:21 UTC
From: topdog at geekguild dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Release Candidate 1 OS: Linux 2.2.31b (Slackware 7)
Private report: No CVE-ID: None
 [2000-04-08 21:02 UTC] topdog at geekguild dot com
Apache 1.3.12 w/mod_ssl and mod_frontpage fails to start when php4_module is included. I have had this problem with RC1 on various makes of Apache 1.3.12 w/wo mod_ssl and mod_frontpage.

Back Trace:

GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
Core was generated by `/usr/local/apache/bin/httpd -X'.
Program terminated with signal 11, Segmentation fault.
#0  0x405543fe in ?? ()
(gdb) bt
#0  0x405543fe in ?? ()
#1  0x405559a4 in ?? ()
#2  0x19fa74bf in ?? ()
Cannot access memory at address 0xffd8a800.
(gdb) q

php.ini is the php.ini-dist verbatum now located in /etc

php4 config:

#!/bin/sh

./configure \
        --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/etc \
        --with-gd \
        --with-mysql=/usr/local/mysql \
        --with-zlib \
        --enable-track-vars

apache 1.3.12 config:

#!/bin/sh

SSL_BASE=../modules/mod_ssl/depend/openssl-0.9.5 \
RSA_BASE=../modules/mod_ssl/depend/rsaref-2.0/local \
EAPI_MM=../modules/mod_ssl/depend/mm-1.0.12 \
./configure \
        --enable-module=ssl \
        --enable-module=proxy\
        --enable-shared=proxy\
        --enable-module=rewrite \
        --enable-shared=rewrite \
        --prefix=/usr/local/apache \
        --enable-shared=ssl \
        --enable-shared=max \
	--enable-module=most \
        --enable-rule=SHARED_CORE \
        --enable-rule=SHARED_CHAIN \
        --enable-module=so \
	--activate-module=src/modules/frontpage/mod_frontpage.o \
	--fpexec-caller=nobody \
	--fpexec-uidmin=50 \
	--fpexec-gidmin=50 \
	--fpexec-fpuser=nobody \
	--fpexec-fpgroup=nogroup \
	--server-uid=nobody \
	--fpexec-caller=nobody \
	--fpexec-fpuser=nobody \
	--fpexec-fpgroup=nogroup \
	--suexec-uidmin=50 \
	--suexec-gidmin=50 \
	--suexec-caller=nobody \
	--server-gid=nogroup \
	--enable-suexec

apache modules:

LoadModule vhost_alias_module libexec/mod_vhost_alias.so
LoadModule env_module         libexec/mod_env.so
LoadModule define_module      libexec/mod_define.so
LoadModule config_log_module  libexec/mod_log_config.so
LoadModule mime_magic_module  libexec/mod_mime_magic.so
LoadModule mime_module        libexec/mod_mime.so
LoadModule negotiation_module libexec/mod_negotiation.so
LoadModule status_module      libexec/mod_status.so
LoadModule info_module        libexec/mod_info.so
LoadModule includes_module    libexec/mod_include.so
LoadModule autoindex_module   libexec/mod_autoindex.so
LoadModule dir_module         libexec/mod_dir.so
LoadModule cgi_module         libexec/mod_cgi.so
LoadModule asis_module        libexec/mod_asis.so
LoadModule imap_module        libexec/mod_imap.so
LoadModule action_module      libexec/mod_actions.so
LoadModule speling_module     libexec/mod_speling.so
LoadModule userdir_module     libexec/mod_userdir.so
LoadModule alias_module       libexec/mod_alias.so
LoadModule rewrite_module     libexec/mod_rewrite.so
LoadModule access_module      libexec/mod_access.so
LoadModule auth_module        libexec/mod_auth.so
LoadModule anon_auth_module   libexec/mod_auth_anon.so
LoadModule dbm_auth_module    libexec/mod_auth_dbm.so
LoadModule digest_module      libexec/mod_digest.so
LoadModule proxy_module       libexec/libproxy.so
LoadModule cern_meta_module   libexec/mod_cern_meta.so
LoadModule expires_module     libexec/mod_expires.so
LoadModule headers_module     libexec/mod_headers.so
LoadModule usertrack_module   libexec/mod_usertrack.so
LoadModule unique_id_module   libexec/mod_unique_id.so
LoadModule setenvif_module    libexec/mod_setenvif.so
<IfDefine SSL>
LoadModule ssl_module         libexec/libssl.so
</IfDefine>
LoadModule php4_module        libexec/libphp4.so




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-30 13:06 UTC] zak@php.net
Have you tried a current release of PHP?  If so, does the problem still occur?
 [2000-08-15 10:21 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 17:01:34 2024 UTC