On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic <jakov.so...@srce.hr> wrote:
> Hi.
>
> This is the kind of authentication param I'm using:
>
> <Directory /home/jsosic/www/admin>
>  AllowOverride None
>  AuthType Basic
>  AuthName "Admin"
>  AuthUserFile /etc/httpd/myauthfile
>  Require valid-user
> </Directory>
>
> I've disabled all the auth modules except these two:
>  authn_file_module (shared)
>  authz_host_module (shared)
>
> Now, when I run:
> apachectl -t
>
> It says Syntax OK. But, in error log I can see:
>
> [Sat Mar 20 08:12:09 2010] [crit] [client xxx.xxx.xxx.xxx] configuration
> error:  couldn't check user.  No user file?: /admin/xxx

authn_default stops you from falling through.

-- 
Eric Covener
cove...@gmail.com

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

Reply via email to