Bug #6298
closed
katello development deployment should allow http access
Added by Justin Sherrill over 10 years ago.
Updated over 6 years ago.
Description
Currently the development deployment does not support a few things with regard to provisioning:
access to /pulp/repos via httpd
access to unattended url via http.
Adding the following to /etc/httpd/conf.d/15-default.conf seems to resolve this:
ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on
Include /etc/pulp/vhosts80/*.conf
- Status changed from New to Assigned
- Assignee set to Eric Helms
- Target version set to 48
- Triaged changed from No to Yes
The 2nd part of the issue related to accessing the /unattended foreman route via http, so we need to also forward traffic on port 80 to the rails server on 3000. By doing this we also need to grant access to /pulp and /pub normally, hence:
ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on
- Status changed from Assigned to Ready For Testing
- Target version changed from 48 to 49
- Target version changed from 49 to 54
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/Katello/katello-installer/pull/91 added
- Translation missing: en.field_release set to 13
Also available in: Atom
PDF