A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5252 ====================================================================== Reported By: dragongeek Assigned To: dam ====================================================================== Project: apache24 Issue ID: 5252 Category: Reproducibility: have not tried Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2015-09-17 20:15 CEST Last Modified: 2015-09-22 18:06 CEST ====================================================================== Summary: Cannot start SSL with Apache24 2.4.12 Description: When I enable SSL and restart the Apache svc, it immediately goes into Maintenance mode. It seems to indicate something is broken with the SSLCipherSuite and related options, in that it isn't parsing what are valid options. (I tried the defaults, which worked in Apache 2.2, then some specifics which also work on 2.2 from an older implementation of Apache 2.2 we have running.) ======================================================================
---------------------------------------------------------------------- (0011056) dragongeek (reporter) - 2015-09-22 18:06 https://www.opencsw.org/mantis/view.php?id=5252#c11056 ---------------------------------------------------------------------- I did uncomment the httpd-ssl.conf. There is no 'modules.load.CSW' in my httpd.conf file, just the modules.load in and IFDefine block. The LoadModule socache_shmcb_module does not appear in either the httpd.conf, or the httpd-ssl.conf, and neither is the ssl_module entry, so I added both to the httpd-ssl.conf, yet it still goes into maintenance mode upon restart. root@oralin# svcadm enable svc:/network/cswapache24:default root@oralin# svcs \*apache\* STATE STIME FMRI disabled Sep_16 svc:/network/http:apache22 disabled Sep_17 svc:/network/cswapache2:default maintenance 9:03:12 svc:/network/cswapache24:default root@oralin# svcs -l svc:/network/cswapache24:default fmri svc:/network/cswapache24:default enabled true state maintenance next_state none state_time September 22, 2015 09:03:12 AM PDT logfile /var/svc/log/network-cswapache24:default.log restarter svc:/system/svc/restarter:default contract_id manifest /var/opt/csw/svc/manifest/network/cswapache24.xml dependency require_all/none svc:/system/filesystem/local (online) dependency require_all/none svc:/network/loopback (online) root@oralin# tail -8 /var/svc/log/network-cswapache24:default.log AH00526: Syntax error on line 73 of /etc/opt/csw/apache2/extra/httpd-ssl.conf: Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration [ Sep 17 10:44:45 Method "start" exited with status 1. ] [ Sep 17 16:41:04 Leaving maintenance because disable requested. ] [ Sep 17 16:41:04 Disabled. ] [ Sep 22 09:03:11 Enabled. ] [ Sep 22 09:03:11 Executing start method ("/var/opt/csw/svc/method/svc-cswapache24 start"). ] [ Sep 22 09:03:12 Method "start" exited with status 1. ] root@oralin#
