Hello,
I'm searching for a method to remove the IP definitions form the original Apache
config. file to new file which contains only the IP addresses. The same like I
know from Postfix SMTP server. Something like:
deny hash:/etc/httpd/conf.d/deny_list
or
deny /etc/httpd/conf.d/deny_list
Actually I use this configuration:
<Location>
Order allow,deny
Allow from all
Deny from 38.113.219.60 65.77.135.171 38.113.206.81 65.77.135.163
</Location>
Thanks for your help.
Stefan
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]