• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Can't Start Apache with SSL

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..
 
exactly same problem

Apache refuses to start from cp or cli:
Segmentation fault (core dumped)

After commenting out included config files and domains, it appeared to be only one domain making it crash.
So commenting the bad domain out in /usr/local/psa/apache/conf/httpd.include like
#Include /usr/local/psa/home/vhosts/baddomain/conf/httpd.include
makes apache with all other domains work again.

Running it with gdb using the core dump it seems to crash with following info:
#0 0x2828faaa in RAND_SSLeay () from /lib/libcrypto.so.3

It's an important domain which we commented out, so we want to solve this problem a.s.a.p.!

Please help...

BTW: Running Plesk 7.5.3 on FreeBSD 5.3.
 
Back
Top