You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by is...@apache.org on 2016/11/22 09:31:43 UTC

svn commit: r1770814 - /httpd/apreq/trunk/module/t/conf/extra.conf.in

Author: issac
Date: Tue Nov 22 09:31:42 2016
New Revision: 1770814

URL: http://svn.apache.org/viewvc?rev=1770814&view=rev
Log:
fix tests to work with httpd24 (reported by william.braswell@autoparallel.com)

Modified:
    httpd/apreq/trunk/module/t/conf/extra.conf.in

Modified: httpd/apreq/trunk/module/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/t/conf/extra.conf.in?rev=1770814&r1=1770813&r2=1770814&view=diff
==============================================================================
--- httpd/apreq/trunk/module/t/conf/extra.conf.in (original)
+++ httpd/apreq/trunk/module/t/conf/extra.conf.in Tue Nov 22 09:31:42 2016
@@ -3,7 +3,11 @@
 </IfModule>
 
 <IfModule !mpm_winnt.c>
+<IfModule mod_version.c>
+<IfVersion < 2.3.4>
    LockFile @ServerRoot@/logs/accept.lock
+</IfVersion>
+</IfModule>
 </IfModule>
 
 <Directory "@ServerRoot@/cgi-bin">