> > <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
> > ....
> >
>
> Just out of curiousity, can't you use Apache's standard filtering directives in
> conjunction with MOD_JK? Why do you need to implement it here as well?
The goal is to protect the tomcat instance - the apache directives are
protecting the apache server.
( it is needed to prevent possible security problems )
Costin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]