The following issue has been CLOSED 
====================================================================== 
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:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2015-09-17 20:15 CEST
Last Modified:              2016-01-19 10:37 CET
====================================================================== 
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.)
====================================================================== 

---------------------------------------------------------------------- 
 (0011061) dragongeek (reporter) - 2015-10-07 16:46
 https://www.opencsw.org/mantis/view.php?id=5252#c11061 
---------------------------------------------------------------------- 
(FYI - I've answered, below, but I'm going to disable this package and
build/install from source code. Seems the most expedient at this point.)

I upgraded to 2.4.16 and checked the packages. It shows
socache_shmcb_module and ssl_module loaded.

root@oralin# pkgutil -u apache24
Solving needed dependencies ...
Solving dependency order ...
22 CURRENT packages:
        CSWapache24-2.4.16,REV=2015.07.17
        CSWcas-initsmf-1.50,REV=2015.01.17
        CSWcas-preserveconf-1.50,REV=2015.01.17
        CSWcas-sslcert-1.50,REV=2015.01.17
        CSWcommon-1.5,REV=2010.12.11
        CSWisaexec-0.2,REV=2009.03.26
        CSWlibapr1-0-1.5.1,REV=2014.12.24
        CSWlibaprutil1-0-1.5.4,REV=2015.08.26
        CSWlibexpat1-2.1.0,REV=2013.01.01
        CSWlibgcc-s1-4.9.2,REV=2014.11.07
        CSWlibiconv2-1.14,REV=2011.08.07
        CSWliblber2-4-2-2.4.40,REV=2015.06.23
        CSWlibldap2-4-2-2.4.40,REV=2015.06.23
        CSWliblua5-2-5.2.2,REV=2013.10.08
        CSWliblzma5-5.0.5,REV=2013.07.05
        CSWlibpcre1-8.37,REV=2015.04.30
        CSWlibsasl2-2-2.1.25,REV=2012.05.06
        CSWlibssl1-0-0-1.0.1p,REV=2015.07.09
        CSWlibuuid1-1.0.2,REV=2014.08.12
        CSWlibxml2-2-2.9.1,REV=2013.08.16
        CSWlibz1-1.2.8,REV=2013.09.23
        CSWopenssl-utils-1.0.1p,REV=2015.07.09

Nothing to do.
root@oralin# svcs \*apache\*
STATE          STIME    FMRI
disabled       15:20:11 svc:/network/http:apache22
disabled       15:20:11 svc:/network/cswapache2:default
maintenance    15:20:31 svc:/network/cswapache24:default
root@oralin# svcadm clear svc:/network/cswapache24:default
root@oralin# svcs \*apache\*
STATE          STIME    FMRI
disabled       15:20:11 svc:/network/http:apache22
disabled       15:20:11 svc:/network/cswapache2:default
maintenance     7:41:45 svc:/network/cswapache24:default
root@oralin# tail /var/svc/log/network-cswapache24:default.log
[ Oct  6 15:20:27 Executing start method
("/var/opt/csw/svc/method/svc-cswapache24 start"). ]
[ Oct  6 15:20:31 Method "start" exited with status 1. ]
[ Oct  6 15:20:31 Executing start method
("/var/opt/csw/svc/method/svc-cswapache24 start"). ]
[ Oct  6 15:20:31 Method "start" exited with status 1. ]
[ Oct  6 15:20:31 Executing start method
("/var/opt/csw/svc/method/svc-cswapache24 start"). ]
[ Oct  6 15:20:31 Method "start" exited with status 1. ]
[ Oct  7 07:41:45 Leaving maintenance because clear requested. ]
[ Oct  7 07:41:45 Enabled. ]
[ Oct  7 07:41:45 Executing start method
("/var/opt/csw/svc/method/svc-cswapache24 start"). ]
[ Oct  7 07:41:45 Method "start" exited with status 1. ]
root@oralin# /opt/csw/sbin/apachectl -M
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 authn_file_module (shared)
 authn_core_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_core_module (shared)
 access_compat_module (shared)
 auth_basic_module (shared)
 reqtimeout_module (shared)
 filter_module (shared)
 mime_module (shared)
 log_config_module (shared)
 env_module (shared)
 headers_module (shared)
 setenvif_module (shared)
 version_module (shared)
 mpm_event_module (shared)
 unixd_module (shared)
 status_module (shared)
 autoindex_module (shared)
 dir_module (shared)
 alias_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
root@oralin#

Reply via email to