diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-14 06:00:35 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-14 06:00:35 +0200 |
commit | 407df523e5262280f0f5f5d5a3ebfd2a89207580 (patch) | |
tree | af19d08cf57f85ecb70e64737bab7e1f01a9db56 /2.4/conf | |
parent | cc489762bd13534a2c7f97f7f5c43e9145dc89bd (diff) | |
download | apache-407df523e5262280f0f5f5d5a3ebfd2a89207580.tar.gz apache-407df523e5262280f0f5f5d5a3ebfd2a89207580.tar.bz2 apache-407df523e5262280f0f5f5d5a3ebfd2a89207580.tar.xz apache-407df523e5262280f0f5f5d5a3ebfd2a89207580.zip |
Really change pid file to /tmp folder
Diffstat (limited to '2.4/conf')
-rw-r--r-- | 2.4/conf/conf-available/pid.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.4/conf/conf-available/pid.conf b/2.4/conf/conf-available/pid.conf new file mode 100644 index 0000000..f88307b --- /dev/null +++ b/2.4/conf/conf-available/pid.conf @@ -0,0 +1 @@ +PidFile "/tmp/httpd.pid" |