summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-02-20 12:19:52 +0100
committerJan Kaluza <jkaluza@redhat.com>2014-02-20 12:19:52 +0100
commit567c7a9431ce7afd9f3cd1ce4a3a49367e2c2d1d (patch)
tree8af4929416097fa3a9da0daed4cac0a50ecbbbdb
parent589ffb17e6a6a53e6ef3ef0d79f0e058c5cab48c (diff)
downloadhttpd-567c7a9431ce7afd9f3cd1ce4a3a49367e2c2d1d.tar.gz
httpd-567c7a9431ce7afd9f3cd1ce4a3a49367e2c2d1d.tar.xz
httpd-567c7a9431ce7afd9f3cd1ce4a3a49367e2c2d1d.zip
fix graceful restart using legacy actions
-rw-r--r--action-graceful.sh2
-rw-r--r--httpd.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/action-graceful.sh b/action-graceful.sh
index 3d28f0e..dc68b2e 100644
--- a/action-graceful.sh
+++ b/action-graceful.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /sbin/apachectl -k graceful "$@"
+exec /sbin/apachectl graceful "$@"
diff --git a/httpd.spec b/httpd.spec
index 4bd92e8..bdeb3b6 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -15,7 +15,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.7
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -621,6 +621,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd
%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
- conflict with pre-1.5.0 APR
- fix sslsninotreq patch