# # koji-hub is an xmlrpc interface to the Koji database # WSGIDaemonProcess koji user=koji group=koji display-name=%{GROUP} processes=4 threads=1 WSGIScriptAlias /kojihub /usr/share/koji-hub/kojixmlrpc.py process-group=koji Options ExecCGI Order allow,deny Allow from all = 2.4> Require all granted # Also serve /mnt/koji Alias /kojifiles "{{ koji_home }}" Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all = 2.4> Require all granted Deny from all = 2.4> Require all denied # uncomment this to enable authentication via SSL client certificates SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars # If you need to support koji < 1.4.0 clients using SSL authentication, then use the following instead: # # SSLOptions +StdEnvVars # # In this case, you will need to enable these options globally (in ssl.conf): # SSLVerifyClient require # SSLVerifyDepth 10