<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- glue/perl/t/conf/extra.conf.in.orig	2017-10-28 12:13:07.000000000 -0700
+++ glue/perl/t/conf/extra.conf.in	2017-10-28 12:14:01.000000000 -0700
@@ -7,7 +7,7 @@
 &lt;/IfModule&gt;
 
 &lt;IfModule !mpm_winnt.c&gt;
-   LockFile @ServerRoot@/logs/accept.lock
+   Mutex file:@ServerRoot@/logs/accept.lock
 &lt;/IfModule&gt;
 
 &lt;Directory "@ServerRoot@/cgi-bin"&gt;
--- module/t/conf/extra.conf.in.orig	2017-10-28 12:17:06.000000000 -0700
+++ module/t/conf/extra.conf.in	2017-10-28 12:17:26.000000000 -0700
@@ -3,7 +3,7 @@
 &lt;/IfModule&gt;
 
 &lt;IfModule !mpm_winnt.c&gt;
-   LockFile @ServerRoot@/logs/accept.lock
+   Mutex file:@ServerRoot@/logs/accept.lock
 &lt;/IfModule&gt;
 
 &lt;Directory "@ServerRoot@/cgi-bin"&gt;
</pre></body></html>