fix graceful restart using legacy actions

This commit is contained in:
Jan Kaluza 2014-02-20 12:19:52 +01:00
parent 589ffb17e6
commit 567c7a9431
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec /sbin/apachectl -k graceful "$@" exec /sbin/apachectl graceful "$@"

View File

@ -15,7 +15,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.4.7 Version: 2.4.7
Release: 2%{?dist} Release: 3%{?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
@ -621,6 +621,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd %{_sysconfdir}/rpm/macros.httpd
%changelog %changelog
* Thu Feb 20 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.7-3
- fix graceful restart using legacy actions
* Thu Dec 12 2013 Joe Orton <jorton@redhat.com> - 2.4.7-2 * Thu Dec 12 2013 Joe Orton <jorton@redhat.com> - 2.4.7-2
- conflict with pre-1.5.0 APR - conflict with pre-1.5.0 APR
- fix sslsninotreq patch - fix sslsninotreq patch