diff options
| author | Robert Scheck <robert@fedoraproject.org> | 2008-12-27 14:36:47 +0000 |
|---|---|---|
| committer | Robert Scheck <robert@fedoraproject.org> | 2008-12-27 14:36:47 +0000 |
| commit | c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1 (patch) | |
| tree | ac6198a41ff1e3862b71f1d9ca4fc004ef050b84 | |
| parent | 110f0ad2292fecfe35efac3c4f87a3be90f7eeaa (diff) | |
| download | httpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.tar.gz httpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.tar.xz httpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.zip | |
Made default configuration using /var/run/httpd for pid file
| -rw-r--r-- | httpd.conf | 2 | ||||
| -rw-r--r-- | httpd.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -60,7 +60,7 @@ ServerRoot "/etc/httpd" # PidFile: The file in which the server should record its process # 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. @@ -7,7 +7,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.2.11 -Release: 3 +Release: 4 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -482,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %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 - update to 2.2.11 - package new /var/run/httpd directory, and move default pidfile |
