IP Whitelisting commented on by Jonathan Robie (Feb 04, 2009).

Comment:

Here is an alternative for those who prefer "firewall" and "rule" elements:

<firewall server="server1.qpid.apache.org">
<include file="/path/to/file" />
<rule access="allow" network="192.168.1.0/24" />
<rule permisson="block" network="10.0.0.0/8"/>
<rule access="allow" hostname="*.qpid.apache.org"/>
</firewall>

As for the virtualhost idea, I think I would do that by nesting firewall:

<firewall server="server1.qpid.apache.org">
<firewall virtualhost="prod">
<rule access="deny" network="192.168.1.0/24" />
</firewall>
</firewall>

--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to