From: Adam Gołębiowski Date: Sat, 25 Feb 2012 22:59:15 +0000 (+0000) Subject: - LockFile has been replaced with a Mutex directive X-Git-Tag: auto/th/apache-2.4.4-1~49 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=06270a6a8707c432cda661b6e3bcfafa56465ab0 - LockFile has been replaced with a Mutex directive Changed files: apache-mpm.conf -> 1.7 --- diff --git a/apache-mpm.conf b/apache-mpm.conf index 4bea6a2..51cd43d 100644 --- a/apache-mpm.conf +++ b/apache-mpm.conf @@ -18,7 +18,7 @@ PidFile /var/run/httpd.pid # # The accept serialization lock file MUST BE STORED ON A LOCAL DISK. # -LockFile /var/run/httpd/accept.lock +Mutex file:/var/run/httpd/ # # Only one of the below sections will be relevant on your