Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
[gitweb.git]
/
t
/
lib-httpd
/
apache.conf
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index 542241b229c96a51bc1b32d72e33b9fcb0d313be..891edd716cba85cfaf9820fa5265972beb408aeb 100644
(file)
--- a/
t/lib-httpd/apache.conf
+++ b/
t/lib-httpd/apache.conf
@@
-1,5
+1,7
@@
ServerName dummy
+<IfVersion < 2.4>
LockFile accept.lock
+</IfVersion>
PidFile httpd.pid
DocumentRoot www
LogFormat "%h %l %u %t \"%r\" %>s %b" common