I've configured /etc/inetd.conf so, that httpd should work through tcp wrapper; this is line from /etc/inetd.conf:
Code: Select all
http stream tcp nowait root /usr/sbin/tcpd httpd
So the question is... how to solve this problem??
I could, of course, launch httpd normally, but security level will be lower :/