[CentOS] Apache and TCP Wrappers

Fri Apr 8 02:49:52 UTC 2005
ryanag at zoominternet.net <ryanag at zoominternet.net>

I'm trying to lock down Apache and SSH by using TCP Wrappers.

I put /etc/hosts.allow to be
httpd: IP#1 IP#2 127.0.0.1
sshd: IP#1 IP#2 127.0.0.1

and hosts.deny
ALL: ALL


This seems to work great for ssh, and not at all for httpd. Does anyone
know why this would be?

thanks