On 7/18/06, Paul D. Robertson <[EMAIL PROTECTED]> wrote:
Hi,

I've got a proxy set up with SSL and the following configuration:

<Proxy *>
Order allow,deny
Deny from all
Allow from 127.0.0.1.
Allow from 209.50.252.
AuthType Basic
AuthName "Authorized Users Only"
AuthUserFile /path/to/htpasswd
require valid-user
Satisfy Any
</Proxy>

If I connect from either of the Allow from addresses (first one changed,)
I still get prompted for a password.

Check the docs on the Order directive.  You need
Order Deny,Allow

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to