On 5/27/05, Emmanuel Franquemagne <[EMAIL PROTECTED]> wrote:
> Hello,
> I use an apache web server, and I'd like to do the following on a
> subtree (let's assume it's /testaccess for the website):
> All users that come from a particular domain, no authentication is
> asked, they are automatically allowed
> For the rest of the world, an authentication has to be asked.
> 
> I do the following:
> In .htaccess file, I have:
> #
> AuthUserFile /opt/public/apache/htdocs/testaccess/userlist/userlist

Don't put your password file in the webspace.

> AuthType basic
> AuthName "Restricted"
> Allow from mydomain.com
> Require valid-user
> Satisfy any

You appear to be missing an "Order allow,deny" directive.  Other than
that, it appears correct.

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