2015-05-22 15:55:56 +02:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerName abichecker.suse.de
|
|
|
|
|
2018-03-16 14:58:27 -05:00
|
|
|
WSGIDaemonProcess opensuse-abi-checker user=_opensuse.org-abi-checker group=nogroup display-name=%{GROUP} home=/usr/share/openSUSE-release-tools/abichecker
|
2015-05-22 15:55:56 +02:00
|
|
|
WSGIProcessGroup opensuse-abi-checker
|
|
|
|
|
2018-03-16 14:58:27 -05:00
|
|
|
WSGIScriptAlias / /usr/share/openSUSE-release-tools/abichecker/abichecker-web.py
|
2016-04-05 16:12:23 +02:00
|
|
|
|
2018-03-16 14:58:27 -05:00
|
|
|
<Directory "/usr/share/openSUSE-release-tools/abichecker">
|
2016-04-05 16:12:23 +02:00
|
|
|
<Files abichecker-web.py>
|
|
|
|
<IfModule !mod_access_compat.c>
|
|
|
|
Require all granted
|
|
|
|
</IfModule>
|
|
|
|
<IfModule mod_access_compat.c>
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
|
|
|
</Files>
|
|
|
|
</Directory>
|
|
|
|
|
2015-05-22 15:55:56 +02:00
|
|
|
</VirtualHost>
|
|
|
|
|