Bug 1175307
| Summary: | [httpd] mod_ssl not configured | ||
|---|---|---|---|
| Product: | [Retired] JBoss Web Server 3 | Reporter: | Michal Haško <mhasko> |
| Component: | unspecified | Assignee: | Weinan Li <weli> |
| Status: | CLOSED EOL | QA Contact: | Pavel Slavicek <pslavice> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | lfuka, pslavice |
| Target Milestone: | DR01 | ||
| Target Release: | 3.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 18:37:54 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 Haško
2014-12-17 13:31:22 UTC
It's defined in conf.modules.d/00-ssl.conf: LoadModule ssl_module modules/mod_ssl.so And there is another conf.d/ssl.conf which contains specific settings. This is confusing, and let me merge them into 00-ssl.conf. Verified with curl: [weli@dhcp-66-78-87 httpd]$ curl -k https://localhost | head % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 102 3997 102 3997 0 0 42165 0 --:--:-- --:--:-- --:--:-- 3903k <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> /*<![CDATA[*/ body { background-color: #fff; Verified with DR1. |