Bug 1172303 - Apache HTTP Server build: SSL conf ambiguity / discrepancy: httpd-ssl.conf, ssl.conf
Summary: Apache HTTP Server build: SSL conf ambiguity / discrepancy: httpd-ssl.conf, s...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Web Server 3
Classification: Retired
Component: unspecified
Version: 3.0.0
Hardware: Unspecified
OS: Linux
unspecified
urgent
Target Milestone: Beta
: 3.0.0
Assignee: Weinan Li
QA Contact: Pavel Slavicek
URL:
Whiteboard:
Depends On: 1171807
Blocks: 1178630
TreeView+ depends on / blocked
 
Reported: 2014-12-09 19:41 UTC by Michal Karm Babacek
Modified: 2020-03-27 18:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:35:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Michal Karm Babacek 2014-12-09 19:41:14 UTC
Description of problem:

There are multiple ssl conf files, none of which is being picked up by .postinstall.

This affects all dependant modules such as auth_digest etc.

Please, fix it :-)

Comment 1 Weinan Li 2014-12-17 04:27:44 UTC
There are two ssl conf files in zip:

power:httpd weinanli$ find . | grep ssl.conf
./conf.d/ssl.conf
./httpd-ssl.conf

The 'httpd-ssl.conf' will be removed according to 1171807


The './conf.d/ssl.conf' should be loaded because at bottom of './conf/httpd.conf' it has:

# Supplemental configuration
#
# Load config files in the "/etc/httpd/conf.d" directory, if any.
IncludeOptional conf.d/*.conf

Comment 2 Libor Fuka 2015-01-20 14:04:15 UTC
Verified with DR1


Note You need to log in before you can comment on or make changes to this bug.