summaryrefslogtreecommitdiffstats
path: root/adei/scripts/run-apache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adei/scripts/run-apache.sh')
-rwxr-xr-xadei/scripts/run-apache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/adei/scripts/run-apache.sh b/adei/scripts/run-apache.sh
index 1db3397..e7d894b 100755
--- a/adei/scripts/run-apache.sh
+++ b/adei/scripts/run-apache.sh
@@ -55,5 +55,5 @@ if [ -n "$APACHE_SERVERS" -a "$APACHE_SERVERS" -ne 0 ]; then
[ $max_spare -eq 0 ] || sed -i'' -re "s/MaxSpareServers(.*)/MaxSpareServers $max_spare/" /etc/apache2/server-tuning.conf
fi
-rm -f /var/run/httpd.pid
+rm -f /tmp/httpd.pid
/usr/sbin/apache2ctl start -D FOREGROUND