diff options
author | Graham Leggett <minfrin@apache.org> | 2011-11-29 01:21:16 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-11-29 01:21:16 +0100 |
commit | ab0f6f4078f8071a40f00d7e4677a00506a7a749 (patch) | |
tree | 0460ecf4ee6d492685c0fc91a76550590ed7348f /build/rpm/httpd.spec.in | |
parent | Expose the path that the balancer handles... (diff) | |
download | apache2-ab0f6f4078f8071a40f00d7e4677a00506a7a749.tar.xz apache2-ab0f6f4078f8071a40f00d7e4677a00506a7a749.zip |
RPM: The default httpd mpm is now worker instead of prefork.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm/httpd.spec.in')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 1e3025c0e8..cfbc713892 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -306,7 +306,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/htpasswd %{_sbindir}/logresolve %{_sbindir}/httpd -%{_sbindir}/httpd.worker +%{_sbindir}/httpd.prefork %{_sbindir}/httpd.event %{_sbindir}/httxt2dbm %{_sbindir}/apachectl |