You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kieran Westergard <ki...@hotmail.com> on 2002/11/01 00:43:40 UTC

[users@httpd] Address authentication

Is it possible to create a .htaccess file that would allow me to automatically authenticate for certain addresses and prompt basic authentication for all other addresses?

Would it be something like.....?

order allow,deny
deny from all (where I would want basic authentication applied)
allow from 1.20.2.36 2.65.33.69 (Basic authentication not applied) 







---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/02

Re: [users@httpd] Address authentication

Posted by Jacob Coby <jc...@listingbook.com>.
Look up "Satisfy" in the auth/access docs on apache.org.

----- Original Message -----
From: "Kieran Westergard" <ki...@hotmail.com>
To: <us...@httpd.apache.org>
Sent: Thursday, October 31, 2002 6:43 PM
Subject: [users@httpd] Address authentication


Is it possible to create a .htaccess file that would allow me to
automatically authenticate for certain addresses and prompt basic
authentication for all other addresses?

Would it be something like.....?

order allow,deny
deny from all (where I would want basic authentication applied)
allow from 1.20.2.36 2.65.33.69 (Basic authentication not applied)







---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/02



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org