t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
commit0442743810c6f6c14386a5a9d6bf8e4d69adbc51
authorJeff King <peff@peff.net>
Sun, 9 Jun 2013 08:07:59 +0000 (9 04:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2013 17:27:54 +0000 (14 10:27 -0700)
treeca22eb4fec88795361d0c72475577ecd8eb7feb8
parentb3b8ceb48b7d75631a8638f1dc6ccdf7f1b53888
t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4

The LockFile directive from earlier versions of apache has
been replaced by the Mutex directive. The latter seems to
give sane defaults and does not need any specific
customization, so we can get away with just adding a version
check to the use of LockFile.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf