Currently I have an application that is running on 8080 front-ended by mod_proxy.
<Location /hudson>
Order allow,deny
Allow from all
ProxyPass http://localhost:8080/hudson
ProxyPassReverse http://localhost:8080/hudson
</Location>
I need to block TCP 8080 but not for the localhost how can this be done with IPtables?