bingoldsby
Technical User
<Directory /whatever>
order allow,deny
deny 192.168.0.1
allow from all
</Directory>
For the above, can I put more that one ip addrdss on a line, such as - deny from 1.1.1.1, 2.2.2.2 - or do I have to set a new "Deny from" line for each unwanted ip? It doesn't specify at the Apache.org site.
Thanks, Brian
order allow,deny
deny 192.168.0.1
allow from all
</Directory>
For the above, can I put more that one ip addrdss on a line, such as - deny from 1.1.1.1, 2.2.2.2 - or do I have to set a new "Deny from" line for each unwanted ip? It doesn't specify at the Apache.org site.
Thanks, Brian