Project

General

Profile

Actions

Bug #6298

closed

katello development deployment should allow http access

Added by Justin Sherrill over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
easy
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Actions

Also available in: Atom PDF