On Tue, Feb 08, 2000 at 03:55:18PM +0900, Steve Frampton wrote:
HI Steve,
Just to let you know, I'm in the same boat at the moment but with
Oracle. It works without a database, or with postgres compiled as
a seperate php module.
I suggest you do the following to see if your problem is similar:
start httpd with:
# /usr/sbin/httpd -X
It should core dump,
then do:
gdb /usr/sbin/httpd core
(gdb) backtrace
... My output is ...
#0 0x4092d6a8 in pthread_reap_children () at manager.c:474
#1 0x400f43fa in _IO_new_file_close_it (fp=0x80c3198) at fileops.c:136
#2 0x400f027d in _IO_new_fclose (fp=0x80c3198) at iofclose.c:50
#3 0x4034a46f in php3_init_config () from /usr/lib/apache/libphp3.so
#4 0x4033fe77 in php3_config_ini_startup () from /usr/lib/apache/libphp3.so
#5 0x40340992 in php3_module_startup () from /usr/lib/apache/libphp3.so
#6 0x4033e4da in php3_create_dir () from /usr/lib/apache/libphp3.so
#7 0x80555b4 in ap_single_module_configure ()
#8 0x80502ed in ap_get_server_built ()
#9 0x80544f4 in ap_clear_module_list ()
.... ..... .....
Thus it looks like a php problem or a problem introduced with the
apxs configuration:
(-O2 -m486 -fno-strength-reduce -DLINUX=2 -DMOD_SSL=205100 -DEAPI
-DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci`)
....
> After starting the server, connections on both ports 80 and 443 are
> refused, and there are no "httpd" processes in memory. There *are*,
> however, a couple of gcache processes. There are no error messages in any
> of the httpd logs, the only thing that appears after starting the server
> is the following in ssl_engine_log:
>
> [info] Server: Apache/1.3.9, Interface: mod_ssl/2.4.9, Library: OpenSSL/0.9.4
> [info] Init: 1st startup round (still not detached)
> [info] Init: Initializing OpenSSL library
> [info] Init: Loading certificate & private key of SSL-aware server localhost:443
> [info] Init: Generating temporary RSA private keys (512/1024 bits)
> [info] Init: Configuring temporary DH parameters (512/1024 bits)
>
> Those look normal enough. But I can *not* interact with the server unless
> I comment out the LoadModule and AddModule lines. :-(
>
> Any ideas?
>
> --------------< LINUX: The choice of a GNU generation. >--------------
> Steve Frampton <[EMAIL PROTECTED]> Japan Communications, Inc.
> Software Developer/Systems Administrator http://www.j-com.co.jp/
> GNU Privacy Guard ID: D055EBC5 (see http://www.gnupg.org for details)
> GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73 EF6A 9A72 F1F5 D055 EBC5
>
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
Regards
Rudi
--
Rudi Heitbaum Ph: +61-3-9822 1216
Managing Director Fax: +61-3-9822 1728
DARX Consulting Pty Ltd Mobile: 04-1122 6244
mailto:[EMAIL PROTECTED] http://www.darx.com/
PGP public key: http://www.darx.com/pgp/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]