| |
@@ -621,6 +621,10 @@
|
| |
...
|
| |
MaxRequestsPerChild 100
|
| |
</IfModule>
|
| |
+ <IfModule event.c>
|
| |
+ ...
|
| |
+ MaxRequestsPerChild 100
|
| |
+ </IfModule>
|
| |
|
| |
/etc/httpd/conf.d/kojihub.conf
|
| |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| |
@@ -643,6 +647,10 @@
|
| |
SSLCACertificateFile /etc/pki/koji/koji_ca_cert.crt
|
| |
SSLVerifyClient require
|
| |
SSLVerifyDepth 10
|
| |
+ # Python is currently not fully TLSv1.3 compatible and
|
| |
+ # older TLS versions are no longer advised
|
| |
+ # https://bugs.python.org/issue34670
|
| |
+ SSLProtocol TLSv1.2
|
| |
|
| |
/etc/koji-hub/hub.conf
|
| |
^^^^^^^^^^^^^^^^^^^^^^
|
| |
This PR updates the koji server howto doc with:
- recommended TLS settings
- worker bits for the event mpm (default in Fedora)