Adjust koji hub for apache 2.4
This commit is contained in:
parent
d7a13b17fc
commit
ddc99dd2b6
2 changed files with 3 additions and 6 deletions
|
@ -7,8 +7,7 @@ Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
|
||||||
<Directory "/usr/share/koji-hub">
|
<Directory "/usr/share/koji-hub">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
SetHandler wsgi-script
|
SetHandler wsgi-script
|
||||||
Order allow,deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,7 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
||||||
<Directory "/usr/share/koji-web/scripts/">
|
<Directory "/usr/share/koji-web/scripts/">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
SetHandler wsgi-script
|
SetHandler wsgi-script
|
||||||
Order allow,deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Location /koji/login>
|
<Location /koji/login>
|
||||||
|
@ -24,8 +23,7 @@ Alias /koji-static/ "/usr/share/koji-web/static/"
|
||||||
<Directory "/usr/share/koji-web/static/">
|
<Directory "/usr/share/koji-web/static/">
|
||||||
Options None
|
Options None
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
Alias /repos "/mnt/koji/repos/"
|
Alias /repos "/mnt/koji/repos/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue