Ignore:
Timestamp:
2015-04-20T19:00:29+12:00 (9 years ago)
Author:
ak19
Message:

Georgy had earlier explained that we need ::1 as part of the allowed IP connections to tomcat, to avoid access problems on servers where filehosts contain the line '::1 localhosts'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/solr-tomcat-context.xml.in

    r29754 r29838  
    99 
    1010  <!-- Allow this machine: 127.0.0.1 (IPv4) and 0:0:0:0:0:0:0:1 (IPv6, needed on the windows we tested this on) -->
    11   <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1)"/>
     11  <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1|::1)"/>
    1212 
    1313</Context>
Note: See TracChangeset for help on using the changeset viewer.