From 563249b1ee611fb593ff6915e1d13edce6a597f4 Mon Sep 17 00:00:00 2001 From: Anton Skshidlevsky Date: Tue, 30 Jun 2015 14:33:45 +0300 Subject: [PATCH] Replaced Apache option LockFile to Mutex --- node/projects/php/run_apache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/projects/php/run_apache.sh b/node/projects/php/run_apache.sh index 3ebeb86..e80a21a 100755 --- a/node/projects/php/run_apache.sh +++ b/node/projects/php/run_apache.sh @@ -54,7 +54,7 @@ cat < "${FOLDER}/${CONF}" ServerName localhost Listen ${PORT} PidFile ${PID_FILE} -LockFile ${LOCK_FILE} +Mutex file:${FOLDER} default # Start only one server StartServers 1