I'm running Apache HTTPD v1.3 and I would like that only localhost, ip1 and ip2 can be able to access it. I've tried something like:
Code:
ALL: localhost: allow
ALL: ip1: allow
ALL: ip2: allow
ALL: ALL: deny
in /etc/hosts.allow but it doesn't seem to have any effect. Any suggestions?