Bug 1471708

Summary: F27: event MPM by default
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: httpdAssignee: Luboš Uhliarik <luhliari>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: atu, jkaluza, jorton, luhliari, pahan, rcollet, vedran
Target Milestone: ---Flags: rcollet: fedora_requires_release_note?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: httpd-2.4.27-3.fc27 Doc Type: Enhancement
Doc Text:
Feature: The httpd package now use the threaded, high-performance "event" MPM by default, rather than "prefork" as in previous releases. In conjunction with this change, the default PHP configuration will use FPM (php-fpm) rather than the in-process interpreter (mod_php). Reason: This change brings Fedora in-line with the recommended defaults of the upstream Apache HTTP Server project, and allows HTTP/2 to be enabled. Result: The server will handle a larger number of client connections with lower memory requirement.
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-28 12:54:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2017-07-17 09:44:46 UTC
Description of problem:
Event has been the default MPM upstream for a long time. mod_http2 now requires a threaded MPM.  For F27 we should switch to event by default.

Version-Release number of selected component (if applicable):
httpd-2.4.27-2.fc26.x86_64

How reproducible:
always

Steps to Reproduce:
1. httpd -V | grep MPM

Actual results:
Server MPM:     prefork

Expected results:
Server MPM:     event

Comment 2 Joe Orton 2017-07-17 10:50:37 UTC
Package: httpd-2.4.27-3.fc27
Build: https://koji.fedoraproject.org/koji/buildinfo?buildID=919336

Comment 3 Jan Kurik 2017-08-15 07:03:29 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle.
Changing version to '27'.

Comment 4 Joe Orton 2017-11-28 12:54:32 UTC
Now shipping in F27.