Hide Forgot
Created attachment 1228681 [details] coredump httpd-2.2.26-55.ep6.el6.x86_64 Description of problem: When the openssl engines directory is not correct, httpd segfaults on startup: Version-Release number of selected component (if applicable): EWS 2.1.2 How reproducible: always Steps to Reproduce: # export OPENSSL_ENGINES=/bad/path # ./apachectl start Syntax error on line 74 of /etc/httpd/conf.d/ssl.conf: SSLCryptoDevice: Invalid argument; must be one of: 'builtin' (none), 'dynamic' (Dynamic engine loading support) ./apachectl: line 102: 2314 Segmentation fault (core dumped) $HTTPD $OPTIONS -k $ARGV Actual results: Segmentation fault on startup Expected results: No segfault and clean failure. Additional info: core dump is attached for httpd-2.2.26-55.ep6.el6.x86_64 Not super high priority since segfault happens during shutdown.