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