Re: Apache deny

2001-12-07 Thread Frank Carreiro
Firewall will do it. If you are still experiencing problems try turning your Order around. Put deny,allow as your order. Also Allow from all should be after the deny (I believe). Like in ipchains/iptables it will execute on the first rule encountered. If I'm reading this right you are allow

Re: Apache deny

2001-12-06 Thread Greg Wright
*** REPLY SEPARATOR *** On 6/12/2001 at 10:24 AM Blake Thornton [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >> > >> >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 ha

Re: Apache deny

2001-12-06 Thread root
can you send me your conf file...I'm having a terrible time getting apache to run Jack Bowling wrote: > ** Reply to message from Blake Thornton <[EMAIL PROTECTED]> on Thu, 06 Dec 2001 >09:52:21 -0700 (MST) > > > I'm having trouble with apache and its deny directive. Here is what i've > > done:

Re: Apache deny

2001-12-06 Thread Jack Bowling
** Reply to message from Blake Thornton <[EMAIL PROTECTED]> on Thu, 06 Dec 2001 09:52:21 -0700 (MST) > 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 fr

Re: Apache deny

2001-12-06 Thread Frank Carreiro
Usually I deny everything from my more secure sites and allow only specific IP address blocks. This page is what helped me in setting up access control... http://httpd.apache.org/docs/mod/mod_proxy.html This part in particular may be of some help Controlling access to your proxy You c

Re: Apache deny

2001-12-06 Thread Blake Thornton
> >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 > > > > > >But, I still see hits from this IP. > > > >Also, ca

Re: Apache deny

2001-12-06 Thread Blake Thornton
> Hi, > My first guess is that you should make the denial first and then the allow. > Hope this helps Reading the apache manual makes it sound like allow all first and then start denying. Unless, you want a very restricted website. In which case the apache manual says that you can deny all an

Re: Apache deny

2001-12-06 Thread Greg Wright
*** REPLY SEPARATOR *** On 6/12/2001 at 9:52 AM Blake Thornton [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >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 all

Re: Apache deny

2001-12-06 Thread Francisco Neira
Hi, My first guess is that you should make the denial first and then the allow. Hope this helps Francisco >>> [EMAIL PROTECTED] 06/12/01 11:52 >>> 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 #

Apache deny

2001-12-06 Thread Blake Thornton
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 But, I still see hits from this IP. Also, can someone tell me how to use the file acce