Made default configuration using /var/run/httpd for pid file
This commit is contained in:
parent
110f0ad229
commit
c8fc7d91d8
@ -60,7 +60,7 @@ ServerRoot "/etc/httpd"
|
|||||||
# PidFile: The file in which the server should record its process
|
# PidFile: The file in which the server should record its process
|
||||||
# identification number when it starts.
|
# identification number when it starts.
|
||||||
#
|
#
|
||||||
PidFile run/httpd.pid
|
PidFile run/httpd/httpd.pid
|
||||||
|
|
||||||
#
|
#
|
||||||
# Timeout: The number of seconds before receives and sends time out.
|
# Timeout: The number of seconds before receives and sends time out.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.2.11
|
Version: 2.2.11
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -482,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/*.sh
|
%{_libdir}/httpd/build/*.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 27 2008 Robert Scheck <robert@fedraproject.org> 2.2.11-4
|
||||||
|
- Made default configuration using /var/run/httpd for pid file
|
||||||
|
|
||||||
* Thu Dec 18 2008 Joe Orton <jorton@redhat.com> 2.2.11-3
|
* Thu Dec 18 2008 Joe Orton <jorton@redhat.com> 2.2.11-3
|
||||||
- update to 2.2.11
|
- update to 2.2.11
|
||||||
- package new /var/run/httpd directory, and move default pidfile
|
- package new /var/run/httpd directory, and move default pidfile
|
||||||
|
Loading…
Reference in New Issue
Block a user