# # koji-hub is an xmlrpc interface to the Koji database # Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py Options ExecCGI SetHandler wsgi-script Order allow,deny Allow from all = 2.4> Require all granted # Support for mod_python is DEPRECATED. If you still need mod_python support, # then use the following directory settings instead: # # # SetHandler mod_python # PythonHandler kojixmlrpc # PythonOption ConfigFile /etc/koji-hub/hub.conf # PythonDebug Off # PythonAutoReload Off # # Also serve /mnt/koji Alias /kojifiles "/mnt/koji/" Options Indexes SymLinksIfOwnerMatch #If your top /mnt/koji directory is not owned by the httpd user, then #you will need to follow all symlinks instead, e.g. #Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all = 2.4> Require all granted # 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