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">
|
||||
Options ExecCGI
|
||||
SetHandler wsgi-script
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
||||
|
|
|
@ -8,8 +8,7 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
|||
<Directory "/usr/share/koji-web/scripts/">
|
||||
Options ExecCGI
|
||||
SetHandler wsgi-script
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Location /koji/login>
|
||||
|
@ -24,8 +23,7 @@ Alias /koji-static/ "/usr/share/koji-web/static/"
|
|||
<Directory "/usr/share/koji-web/static/">
|
||||
Options None
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Alias /repos "/mnt/koji/repos/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue