Bug #6298
closedkatello development deployment should allow http access
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
Updated by Justin Sherrill over 10 years ago
ProxyPass /pulp !
ProxyPass /pub !
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000
ProxyPreserveHost on
Include /etc/pulp/vhosts80/*.conf
Updated by Eric Helms over 10 years ago
- Status changed from New to Assigned
- Assignee set to Eric Helms
- Target version set to 48
- Triaged changed from No to Yes
Updated by Justin Sherrill over 10 years ago
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
Updated by Eric Helms over 10 years ago
- Status changed from Assigned to Ready For Testing
Updated by Eric Helms over 10 years ago
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/Katello/katello-installer/pull/91 added
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13