On Wed, 2 Apr 2008 10:30:10 +0000 (UTC)
Stefan Bielenberg <[EMAIL PROTECTED]> wrote:

> 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

Not implemented in the standard apache distribution.
You could work around it with mod_rewrite (RewriteMap your-deny-list)
or look for a third-party module, or just hack it.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
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]

Reply via email to