11 lines
354 B
Plaintext
Raw Normal View History

2015-05-22 12:56:53 +02:00
<VirtualHost *:80>
ServerName abichecker.suse.de
WSGIDaemonProcess abichecker user=_opensuse-abichecker group=nogroup display-name=%{GROUP} home=/usr/share/osc-plugin-factory/abichecker
WSGIProcessGroup abichecker
WSGIScriptAlias / /usr/share/osc-plugin-factory/abichecker/abichecker-web.py
</VirtualHost>
# vim: syntax=apache sw=4 et