Hi,

I'm busy these days and didn't have many time on ACL for mod_jk.
Before investing too many times, just want to describe the plan :

1) Create stuff to handle InetMask a là hosts.allow / hosts.deny.
   Data initialized via config in server.xml 

        From 3.2 server.xml

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler" 
       value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
             <Parameter name="port" value="8009"/>
            <Parameter name="deny" value="ALL"/>
            <Parameter name="allow" value="172.168.1.0/24"/>
            <Parameter name="allow" value="127.0.0.1"/>
        </Connector>

        After connection, ACL is checked and connection closed (and warned)
        if rules not meet 
....

2) The ACL stuff could also be used in a Realm ? 

Thanks for more Lights ;-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to