Project

General

Profile

« Previous | Next » 

Revision dd856dc5

Added by Jason Montleon almost 10 years ago

Fixes #6141 - support httpd-2.4 on RHEL 7

View differences:

templates/etc/httpd/conf.d/05-foreman.d/katello.conf.erb
<Location /pub>
PassengerEnabled off
Options +FollowSymLinks +Indexes
<% if ( @operatingsystem == "RedHat" && operatingsystemmajrelease == "7" ) -%>
Require all granted
<% else -%>
Allow from all
<% end -%>
</Location>
Include /etc/pulp/vhosts80/*.conf

Also available in: Unified diff