use NoDelay and DeferAcceptSec in httpd.socket
This commit is contained in:
parent
46346fae47
commit
5d7dedd78c
@ -3,6 +3,8 @@ Description=Apache httpd Server Socket
|
|||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=80
|
ListenStream=80
|
||||||
|
NoDelay=true
|
||||||
|
DeferAcceptSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sockets.target
|
WantedBy=sockets.target
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 08 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-12
|
||||||
- increase suexec minimum acceptable uid/gid to 1000 (#1136391)
|
- increase suexec minimum acceptable uid/gid to 1000 (#1136391)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user