[apache24 0005252]: Cannot start SSL with Apache24 2.4.12

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Wed Oct 7 13:09:36 CEST 2015


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-10-07 13:09 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.)
====================================================================== 

---------------------------------------------------------------------- 
 (0011059) cgrzemba (developer) - 2015-10-07 13:09
 https://www.opencsw.org/mantis/view.php?id=5252#c11059 
---------------------------------------------------------------------- 
apache should load the following modules:
/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)
 socache_shmcb_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)
 ssl_module (shared)
 mpm_event_module (shared)
 unixd_module (shared)
 status_module (shared)
 autoindex_module (shared)
 dir_module (shared)
 alias_module (shared)

do you see the ssl_module and socache_shmcb_module here?
The you should take a look in the Apache error log.



More information about the bug-notifications mailing list