koji_hub: switch mpm to one that works with h2.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cb8e21127b
commit
5870df1ea8
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
# prefork MPM: Implements a non-threaded, pre-forking web server
|
# prefork MPM: Implements a non-threaded, pre-forking web server
|
||||||
# See: http://httpd.apache.org/docs/2.4/mod/prefork.html
|
# See: http://httpd.apache.org/docs/2.4/mod/prefork.html
|
||||||
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
|
#LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
|
||||||
|
|
||||||
# worker MPM: Multi-Processing Module implementing a hybrid
|
# worker MPM: Multi-Processing Module implementing a hybrid
|
||||||
# multi-threaded multi-process web server
|
# multi-threaded multi-process web server
|
||||||
# See: http://httpd.apache.org/docs/2.4/mod/worker.html
|
# See: http://httpd.apache.org/docs/2.4/mod/worker.html
|
||||||
#
|
#
|
||||||
#LoadModule mpm_worker_module modules/mod_mpm_worker.so
|
LoadModule mpm_worker_module modules/mod_mpm_worker.so
|
||||||
|
|
||||||
# event MPM: A variant of the worker MPM with the goal of consuming
|
# event MPM: A variant of the worker MPM with the goal of consuming
|
||||||
# threads only for connections with active processing
|
# threads only for connections with active processing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue