summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2008-12-27 14:36:47 +0000
committerRobert Scheck <robert@fedoraproject.org>2008-12-27 14:36:47 +0000
commitc8fc7d91d8d5ec0e7dddf35bd963939b80f640d1 (patch)
treeac6198a41ff1e3862b71f1d9ca4fc004ef050b84 /httpd.conf
parent110f0ad2292fecfe35efac3c4f87a3be90f7eeaa (diff)
downloadhttpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.tar.gz
httpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.tar.xz
httpd-c8fc7d91d8d5ec0e7dddf35bd963939b80f640d1.zip
Made default configuration using /var/run/httpd for pid file
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.conf b/httpd.conf
index 2e594aa..94b3d0e 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -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.