> >I'm having trouble with apache and its deny directive.  Here is what i've 
> >done:
> >
> >In my httpd.conf file, and in the main directory I've added
> >
> >#
> >    Order allow,deny
> >    Allow from all
> >    deny 63.228.212.200
> ></Directory>
> >
> >But, I still see hits from this IP.
> >
> >Also, can someone tell me how to use the file access.conf
> >
>  You will still log hits, the web server has to send back it's
> response......anyway, looks like what you really want to do is use IP
> chains or eqv to block the IP from that port, or use inetd or xinetd if
> load allows....

Good points.  I guess I should still see the hits.

I don't know how to use ipchains or iptables (I should learn), but this 
isn't what I want in this particular case.  I want to deny a specific user 
and see if they are attempting to get in.

Also, how can I deny a block of IP addresses in apache.

thank.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to