Actions
Bug #19097
closedRevise configuration file /etc/httpd/conf.d/05-foreman-ssl.d/katello.conf
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1434580
Description of problem:
A configuration file contains entries that should no longer be necessary
Version-Release number of selected component (if applicable):
6.2.8
How reproducible:
100%
Steps to Reproduce:
1. Install Sat 6
2. Examine /etc/httpd/conf.d/05-foreman-ssl.d/katello.conf line 16
3.
Actual results:
<LocationMatch /rhsm|/subscription|/katello/api>
Expected results:
<LocationMatch /rhsm|/katello/api>
Additional info:
/subscription should no longer be necessary. Please correct me if wrong :-)
Actions