How does one control(limit) the httpd web-server access to only dozen IP's
that are not in the same subnet.

for example: If I wanted to restrict only the following users to my intranet
web-server,
888.888.888.888, 777.777.777.777, 666.666.666.666, 555.555.555.555.

exactly what would the script appear as?
<Directory /home/httpd/html>

...

</Directory>


(httpd is not in my inet.d)

Thanks.

Reply via email to