Apache CGI access control (success)

1999-11-30 Thread Peter Kiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Finally with the help of Peter Blomgren I have solved it! >"If two order directives apply to the same host, the last one to > be evaluated prevails." > - Apache, The Definitive Guide, p116. > >Try "order deny,allow". Working configuration is: Al

Re: Apache CGI access control

1999-11-30 Thread Jason Costomiris
Quoting Peter Kiem <[EMAIL PROTECTED]>: > > allow from 203.46.4.222 > order allow,deny > deny from all > Fix your ACL. The "allow from" line MUST come after the "order" line. -- Jason Costomiris <>< Technologist, cryptogeek, human. jcostom {at} jasons {d

Re: Apache CGI access control

1999-11-30 Thread Peter Kiem
( >I have a mail list if interested , mail me privately > - -Original Message- From: Greg W <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, 30 November 1999 20:52 Subject: Re: Apache CGI access control What's your private email address

Re: Apache CGI access control

1999-11-30 Thread Greg W
Hi peter I think the docs say that a directory match will override a location match I would try adding it as a directory entry order allow,deny deny from all allow from localhost # not necessary allow from 203.46.4.222 I have a mail list if interested , mail me privately *** REPLY

Apache CGI access control

1999-11-29 Thread Peter Kiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK this is REALLY starting to annoy me, I am trying to protect an Apache CGI from outside access and either NOONE can get access or EVERYONE can 8( I am trying to prevent access to the CGI cvsweb.cgi except from my workstation IP. The script is stor