Bug 916345
Summary: | The pulp_nodes.conf Apache file offends Apache 2.4 | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Randy Barlow <rbarlow> |
Component: | z_other | Assignee: | Jeff Ortel <jortel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | Master | CC: | jason.dobies, mhrivnak |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-08 16:02:25 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: |
Description
Randy Barlow
2013-02-27 21:24:03 UTC
This might be related: http://mail-archives.apache.org/mod_mbox/httpd-cvs/200903.mbox/%3C20090323114509.65A2F2388970@eris.apache.org%3E Not having been involved in the discussion thus far, I might be stating the obvious. I think it would be reasonable to remove the offending SSLCACertificateFile line and trust that the platform config has already declared it. Unless pulp_node wants to create its own virtual host (with its own FQDN and/or port), it will be at the mercy of the platform's SSL config. (In reply to comment #2) > Not having been involved in the discussion thus far, I might be stating the > obvious. I think it would be reasonable to remove the offending > SSLCACertificateFile line and trust that the platform config has already > declared it. Unless pulp_node wants to create its own virtual host (with its > own FQDN and/or port), it will be at the mercy of the platform's SSL config. Ya, that's exactly what I suggested Jeff. We just need to make sure this config works correctly in both old and new versions of mod_ssl and httpd. Removed SSLCACertificateFile and verified SSL still works in apache 2.2. https://github.com/pulp/pulp/pull/360 build: 2.1.0-0.20.beta I can confirm that we can run Pulp in Apache 2.4. [root@ibm-x3550m3-11 ~]# rpm -q pulp-server pulp-server-2.1.0-0.23.beta.noarch [root@ibm-x3550m3-11 ~]# [root@ibm-x3550m3-11 ~]# sudo systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled) Active: active (running) since Tue 2013-03-19 20:54:07 EDT; 5min ago Main PID: 2127 (httpd) Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec" CGroup: name=systemd:/system/httpd.service ├─2127 /usr/sbin/httpd -DFOREGROUND ├─2128 (wsgi:pulp) -DFOREGROUND ├─2129 /usr/sbin/httpd -DFOREGROUND ├─2130 /usr/sbin/httpd -DFOREGROUND ├─2131 /usr/sbin/httpd -DFOREGROUND ├─2132 /usr/sbin/httpd -DFOREGROUND └─2133 /usr/sbin/httpd -DFOREGROUND Mar 19 20:54:07 ibm-x3550m3-11.lab.eng.brq.redhat.com systemd[1]: Started The... [root@ibm-x3550m3-11 ~]# Pulp 2.1 released http://www.pulpproject.org/2013/04/05/pulp-2-1-0-released/ |