openSUSE-release-tools/abichecker/apache/opensuse-abi-checker.conf.in

11 lines
379 B
Plaintext
Raw Normal View History

<VirtualHost *:80>
ServerName abichecker.suse.de
WSGIDaemonProcess opensuse-abi-checker user=_opensuse.org-abi-checker group=nogroup display-name=%{GROUP} home=/usr/share/osc-plugin-factory/abichecker
WSGIProcessGroup opensuse-abi-checker
WSGIScriptAlias / /usr/share/osc-plugin-factory/abichecker/abichecker-web.py
</VirtualHost>
# vim: syntax=apache sw=4 et