fix #751591 - start httpd after remote-fs

This commit is contained in:
Jan Kaluza 2011-12-06 08:48:34 +01:00
parent 7d4330ab2c
commit 5f894988fe
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=The Apache HTTP Server (@NAME@ MPM) Description=The Apache HTTP Server (@NAME@ MPM)
After=syslog.target network.target After=syslog.target network.target remote-fs.target
[Service] [Service]
Type=forking Type=forking

View File

@ -8,7 +8,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.2.21 Version: 2.2.21
Release: 3%{?dist} Release: 4%{?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
@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd %{_sysconfdir}/rpm/macros.httpd
%changelog %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 * Mon Oct 24 2011 Jan Kaluza <jkaluza@redhat.com> - 2.2.21-3
- allow change state of BalancerMember in mod_proxy_balancer web interface - allow change state of BalancerMember in mod_proxy_balancer web interface