Web Servers General Talk - Trouble setting up auth_digest authorization

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers General Talk > January 2004 > Trouble setting up auth_digest authorization





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Trouble setting up auth_digest authorization
gene

2004-01-19, 6:31 am

I'm trying to switch from using AuthType Basic to Digest but am having
problems. I'm using apache version 2.0.47.
Here's my test configuration:

RewriteRule ^/testing/(.*) /space2/files/$1 [L]
<Directory /space2/files/>
Options Indexes
Order deny,allow
AllowOverride None
AuthType Digest
AuthName "testing..."
AuthUserFile /etc/httpd/authorization/test_htpasswd
require user gene
</Directory>

I get this error message when I try to access /testing/hello.txt:

configuration error: couldn't check user. No user file?:
/testing/hello.txt

If I use "Basic" instead of "Digest" in the config, it works as
expected.
I do have auth_digest_module loaded.

Any help would be appreciated.

Thanks.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com