--- 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 @@
 </IfModule>
 
 <IfModule !mpm_winnt.c>
-   LockFile @ServerRoot@/logs/accept.lock
+   Mutex file:@ServerRoot@/logs/accept.lock
 </IfModule>
 
 <Directory "@ServerRoot@/cgi-bin">
--- 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 @@
 </IfModule>
 
 <IfModule !mpm_winnt.c>
-   LockFile @ServerRoot@/logs/accept.lock
+   Mutex file:@ServerRoot@/logs/accept.lock
 </IfModule>
 
 <Directory "@ServerRoot@/cgi-bin">