Displaying 1 result from an estimated 1 matches for "3temp".
Did you mean:
temp
2011 Aug 20
4
Apache Changing IPtables C 5.6 via Apache
...ker, on second and
subsequent attacks, gets a 403 error response.
I want to extend the exclusion ability to every web site hosted on a
server. My preferred method is iptables. However, when breaking-out of a
PHP script on a web page and running a normal iptables command, for
example:
iptables -A 3temp -s 1.2.3.4 -j DROP
iptables responds with:
iptables v1.3.5: can't initialize iptables table
`filter': Permission denied
(you must be root)
Executing 'whoami' confirms Apache is the user. Giving Apache group rw
on the /etc/sysconfig/iptables and ensuring the /sbin/iptables is
e...