Open main menu

CDOT Wiki β

Changes

Fedora Arm Secondary Architecture/Koji Hub

24 bytes added, 14:33, 16 April 2010
no edit summary
 
This is an exert from Paul Whalen's http://paulfedora.wordpress.com/2010/04/12/koji-hub-configuration/
[root@hongkong ~]# yum install koji-hub httpd mod_ssl mod_python
Then edit the Apache conf file – ‘'''/etc/httpd/conf/httpd.conf’ conf'''’ and change the '''“MaxRequestsPerChild” ''' to 100 . On Hong Kong these setting were already in place as Apache was running and configured.Next edit the ‘'''/etc/koji-hub/hub.conf’ conf'''’ file and add the following lines: '''DBName = koji
DBUser = koji
DBHost = localhost
Location /kojihub>
SSLOptions +StdEnvVars
/Location>'''
Using the certificates created by Sadiki, we need to add the following lines to ‘/etc/httpd/conf.d/ssl.conf’, under the section ‘VirtualHost _default_:443′:
1
edit