• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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