Re: [EMAIL PROTECTED] mod_access: deny function

2008-04-02 Thread Nick Kew
On Wed, 2 Apr 2008 10:30:10 + (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. Some

[EMAIL PROTECTED] mod_access: deny function

2008-04-02 Thread Stefan Bielenberg
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 Ac