On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic <jakov.sosic@xxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx