Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Nov 2007 16:20:06 -0600
From:      Peter Uthoff <Peter.Uthoff@reuters.com>
To:        "Philip M. Gollucci" <pgollucci@riderway.com>
Cc:        "Philip M. Gollucci" <philip@ridecharge.com>, freebsd-questions@freebsd.org
Subject:   RE: Problem with Apache22
Message-ID:  <05616E1516E61D4C9B338EA2C7DFD266367596@STLSMSXM02.amers.ime.reuters.com>
In-Reply-To: <472F8E43.3030703@riderway.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes, it's using prefork. I made no changes from the default install. The
results of ldd for each of these yielded "libpthread.so.2 =3D>
/lib/libpthread.so.2" in each case except for php and
libmysqlclient.so.15, which both returned nothing. Running apache in
debug, attached to the console resulted in output of "Bus Error" and
nothing else. The web logs showed no errors at all.

-----Original Message-----
From: Philip M. Gollucci [mailto:pgollucci@riderway.com] =

Sent: Monday, November 05, 2007 3:42 PM
To: Peter Uthoff
Cc: Philip M. Gollucci; freebsd-questions@freebsd.org
Subject: Re: Problem with Apache22

Which MPM did you use, if you didn't change it the default is prefork.

how about:
ldd /usr/local/sbin/httpd             | egrep 'libthr|libpthread|libc_r'
ldd /usr/local/libexec/mysqld         | egrep 'libthr|libpthread|libc_r'
ldd /usr/local/bin/php                | egrep 'libthr|libpthread|libc_r'

ldd /usr/local/lib/libaprutil-1.so.2  | egrep 'libthr|libpthread|libc_r'
ldd /usr/local/lib/libapr-1.so.2      | egrep 'libthr|libpthread|libc_r'
ldd /usr/local/lib/mysql/libmysqlclient.so.15 | \
	egrep 'libthr|libpthread|libc_r'

> WITHOUT_THREADS=3Dtrue
So it looks like you don't want threads.  That makes things easier as
its the simpler case. At any rate, you'll want the output of all the
above to match.

Nothing in the ktrace/kdump jumps out at me.  Are you sure it crashed ?
(and you were attached to the correct httpd child)

httpd -X
and/or
httpd -DONE_PROCESS
might be helpful for that.



------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C
6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



This email was sent to you by Reuters, the global news and information comp=
any. =

To find out more about Reuters visit www.about.reuters.com

Any views expressed in this message are those of the individual sender, =

except where the sender specifically states them to be the views of Reuters=
 Limited.

Reuters Limited is part of the Reuters Group of companies, of which Reuters=
 Group PLC is the ultimate parent company.
Reuters Group PLC - Registered office address: The Reuters Building, South =
Colonnade, Canary Wharf, London E14 5EP, United Kingdom
Registered No: 3296375
Registered in England and Wales





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05616E1516E61D4C9B338EA2C7DFD266367596>