S
stormy
Guest
Our file system filled up and after clearing some space, Apache would not start. httpd is core dumping with a segfault. We are able to start httpd if we leave off the -DHAVE_SSL flag and use only -DFRONTPAGE. We have tried running 'websrvmng -a' with no success. Here is a traceback from the core file:
(gdb) bt
#0 0x2828faaa in RAND_SSLeay () from /lib/libcrypto.so.3
#1 0x2828f159 in RAND_status () from /lib/libcrypto.so.3
#2 0x284886fd in ssl_rand_seed ()
from /usr/local/psa/apache/libexec/mod_ssl.so
#3 0x284826fc in ssl_init_Module ()
from /usr/local/psa/apache/libexec/mod_ssl.so
#4 0x0806646c in ap_run_post_config ()
#5 0x0806b462 in main ()
We are running FreeBSD 5.3-RELEASE..
(gdb) bt
#0 0x2828faaa in RAND_SSLeay () from /lib/libcrypto.so.3
#1 0x2828f159 in RAND_status () from /lib/libcrypto.so.3
#2 0x284886fd in ssl_rand_seed ()
from /usr/local/psa/apache/libexec/mod_ssl.so
#3 0x284826fc in ssl_init_Module ()
from /usr/local/psa/apache/libexec/mod_ssl.so
#4 0x0806646c in ap_run_post_config ()
#5 0x0806b462 in main ()
We are running FreeBSD 5.3-RELEASE..