You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2018/03/21 16:10:37 UTC

svn commit: r1827418 - in /httpd/test/framework/trunk/t: conf/extra.conf.in modules/remoteip.t

Author: wrowe
Date: Wed Mar 21 16:10:37 2018
New Revision: 1827418

URL: http://svn.apache.org/viewvc?rev=1827418&view=rev
Log:
Sync extra.conf to new PROXY remoteip feature and enable test

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

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=1827418&r1=1827417&r2=1827418&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Wed Mar 21 16:10:37 2018
@@ -1201,7 +1201,7 @@ LimitRequestFields    32
 <IfModule mod_remoteip.c>
    <VirtualHost remote_ip>
       DocumentRoot @SERVERROOT@/htdocs/modules/remoteip
-      <IfVersion >= 2.5.0>
+      <IfVersion >= 2.4.30>
         RemoteIPProxyProtocol On
       </IfVersion>
    </VirtualHost>

Modified: httpd/test/framework/trunk/t/modules/remoteip.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/remoteip.t?rev=1827418&r1=1827417&r2=1827418&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/remoteip.t (original)
+++ httpd/test/framework/trunk/t/modules/remoteip.t Wed Mar 21 16:10:37 2018
@@ -14,7 +14,7 @@ Apache::TestRequest::module("remote_ip")
 plan tests => 12,
     need(
         need_module('remoteip'),
-        need_min_apache_version('2.5.0')
+        need_min_apache_version('2.4.30')
     );
 
 sub slurp