Hello all

i created a repository with the createrepo utility and i created a server with 
apache2.
I want to protect my files and i wrote a .htaccess file for the directory that 
contains the repository.
The content of my .htaccess is:

 AuthType basic
 AuthBasicProvider file
 AuthName "Restricted Area"
 AuthUserFile /srv/datadb
 Require valid-user

I created the password file with htpasswd2 -c /srv/datadb user.

When i try to add my repository the server answer "Authentication failure" 
with user or password wrong. 
I accessed the same site with konqueror and it works.
Where is the problem?

Thanks in advance
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to