OG wrote:
Hi,
I'm trying to block external access to port 8009 (AJP13), as only my local host
really needs to be able to talk to it.
I'm wondering if there are any internal/mod_jk mechanisms for that, or if
iptables is the best option.
If anyone has iptables rules that work, I'd appreciate i
Try adding address="127.0.0.1" to the ajp13 tag in server.xml,
and configuring apache to connect to 127.0.0.1 if you haven't already.
This should stop the ajp13 port from being visable to other machines.
As far as iptables goes, you probably want -o lo -j ACCEPT at the top of the
ruleset, and I
Hi,
I'm trying to block external access to port 8009 (AJP13), as only my local host
really needs to be able to talk to it.
I'm wondering if there are any internal/mod_jk mechanisms for that, or if
iptables is the best option.
I have tried iptables, which did block external requests, but it also