This PR updates the koji server howto doc with: - recommended TLS settings - worker bits for the event mpm (default in Fedora)
LGTM.
it's interesting that we have the same Apache httpd setting duplicated in <IfModule prefork.c>, <IfModule worker.c>, and <IfModule event.c>. Would it make sense to have a separate PR to merge these?
<IfModule prefork.c>
<IfModule worker.c>
<IfModule event.c>
I'd probably go for a separate PR to de-dupe. Might be a good excuse to see if any other settings are duplicated/obsolete at that time.
:thumbsup: (Both - this PR + another PR for de-dup)
Any chance for a merge?
yes, ping @mikem
Commit d2b82dca fixes this pull-request
Pull-Request has been merged by mikem
This PR updates the koji server howto doc with:
- recommended TLS settings
- worker bits for the event mpm (default in Fedora)