You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/17 13:54:32 UTC

svn commit: r1802145 - /httpd/test/framework/trunk/t/conf/extra.conf.in

Author: jim
Date: Mon Jul 17 13:54:32 2017
New Revision: 1802145

URL: http://svn.apache.org/viewvc?rev=1802145&view=rev
Log:
Only in 2.5.0 at present

Modified:
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1802145&r1=1802144&r2=1802145&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Mon Jul 17 13:54:32 2017
@@ -1193,6 +1193,8 @@ LimitRequestFields    32
 <IfModule mod_remoteip.c>
    <VirtualHost remote_ip>
       DocumentRoot @SERVERROOT@/htdocs/modules/remoteip
-      RemoteIPProxyProtocol On
+      <IfVersion >= 2.5.0>
+        RemoteIPProxyProtocol On
+      </IfVersion>
    </VirtualHost>
 </IfModule>