make packages http config work with either 2.2 or 2.4

This commit is contained in:
Kevin Fenzi 2017-10-10 22:20:32 +00:00
parent 1b76c99aff
commit 4a8eec62f2

View file

@ -47,9 +47,16 @@ WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracom
#</Location>
<Directory /usr/share/fedoracommunity/>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order deny,allow
Allow from all
</IfModule>
WSGIProcessGroup fedoracommunity
Order deny,allow
Allow from all
</Directory>
<Directory /var/cache/fedoracommunity/packages/icons/>