summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kaluza <hanzz.k@gmail.com>2011-12-06 08:48:34 +0100
committerJan Kaluza <hanzz.k@gmail.com>2011-12-06 08:48:34 +0100
commit5f894988fe284b6303bd0f85a772e13dc913506f (patch)
tree17fb3668d16510a62df4aee10311d9e8ca74233c
parent7d4330ab2c1142698deba5f5a6a34cd3c99f6946 (diff)
downloadhttpd-5f894988fe284b6303bd0f85a772e13dc913506f.tar.gz
httpd-5f894988fe284b6303bd0f85a772e13dc913506f.tar.xz
httpd-5f894988fe284b6303bd0f85a772e13dc913506f.zip
fix #751591 - start httpd after remote-fs
-rw-r--r--httpd.service2
-rw-r--r--httpd.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/httpd.service b/httpd.service
index 35e662c..4fc2b7e 100644
--- a/httpd.service
+++ b/httpd.service
@@ -1,6 +1,6 @@
[Unit]
Description=The Apache HTTP Server (@NAME@ MPM)
-After=syslog.target network.target
+After=syslog.target network.target remote-fs.target
[Service]
Type=forking
diff --git a/httpd.spec b/httpd.spec
index ab7425b..d3bfcbb 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.2.21
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd
%changelog
+* Tue Dec 06 2011 Jan Kaluza <jkaluza@redhat.com> - 2.2.21-4
+- fix #751591 - start httpd after remote-fs
+
* Mon Oct 24 2011 Jan Kaluza <jkaluza@redhat.com> - 2.2.21-3
- allow change state of BalancerMember in mod_proxy_balancer web interface