11 lines
354 B
ApacheConf
11 lines
354 B
ApacheConf
<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
|