Bug 1172303
| Summary: | Apache HTTP Server build: SSL conf ambiguity / discrepancy: httpd-ssl.conf, ssl.conf | ||
|---|---|---|---|
| Product: | [Retired] JBoss Web Server 3 | Reporter: | Michal Karm Babacek <mbabacek> |
| Component: | unspecified | Assignee: | Weinan Li <weli> |
| Status: | CLOSED EOL | QA Contact: | Pavel Slavicek <pslavice> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | jstefl, lfuka |
| Target Milestone: | Beta | ||
| Target Release: | 3.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 18:35:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1171807 | ||
| Bug Blocks: | 1178630 | ||
|
Description
Michal Karm Babacek
2014-12-09 19:41:14 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 Verified with DR1 |