summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-09-18 08:04:18 +0200
committerJan Kaluza <jkaluza@redhat.com>2014-09-18 08:04:18 +0200
commit5d7dedd78c9ba43cbc773dc1828debe25817aff9 (patch)
tree544ea179b794749d025c6ebf5588614a0ae95fd9 /httpd.spec
parent46346fae47a3a93ec1e3ece5a596ba4c75be48b4 (diff)
downloadhttpd-5d7dedd78c9ba43cbc773dc1828debe25817aff9.tar.gz
httpd-5d7dedd78c9ba43cbc773dc1828debe25817aff9.tar.xz
httpd-5d7dedd78c9ba43cbc773dc1828debe25817aff9.zip
use NoDelay and DeferAcceptSec in httpd.socket
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index 7c0ce55..b6c58b0 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.10
-Release: 12%{?dist}
+Release: 13%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Thu Sep 18 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-13
+- use NoDelay and DeferAcceptSec in httpd.socket
+
* Mon Sep 08 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-12
- increase suexec minimum acceptable uid/gid to 1000 (#1136391)