Problem with Apache22

Philip M. Gollucci pgollucci at riderway.com
Mon Nov 5 13:45:22 PST 2007


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=true
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 at 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.



More information about the freebsd-questions mailing list