Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

digest returns can not find user file

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  Application Pool Suffered a Fatal Communication E..  
Author Message
Dave

External


Since: Nov 18, 2005
Posts: 14



(Msg. 1) Posted: Mon Feb 18, 2008 4:29 pm
Post subject: digest returns can not find user file
Archived from groups: alt>apache>configuration (more info?)

Hello,
I've got an ssl protected virtual host that i'd like to secure access to
using digest authentication. My config snipet for the virtual host is below.
To generate the digest password file i used:

htdigest -c "/usr/local/etc/apache2/passwordfilename" REALM user

i entered a password for the user and confirmed that the file was created.
As of now the permissions are 640 so the group running apache shouldn't have
an issue reading it. In the file there's the username:REALM:Digest hash
however when i atempt to access the page i am unable to pull up the index
page there. Take out the digest options and it works fine, in my httpd-error
log i am seeing critical error, can not validate user, no user file. I've
done an apachectl -t and the syntax is ok, restarted apache. Any help
appreciated.
Thanks.
Dave.

ssl config:
<IfDefine SSL>
<VirtualHost 192.168.r50.r83:443>
ServerName www.example.com
DocumentRoot "/usr/local/www/ssldata"
SSLEngine on
SSLCertificateFile /usr/local/etc/apache2/ssl/server.crt
SSLCertificateKeyFile /usr/local/etc/apache2/ssl/server.key
SSLCACertificateFile /usr/local/etc/apache2/ssl/ca-cert.pem
<Directory "/usr/local/www/ssldata">
Options Indexes FollowSymLinks
AllowOverride None
Order Allow,Deny
Allow from All
AuthType Digest
AuthName REALM
AuthUserFile "/usr/local/etc/apache2/user.htpasswd"
require valid-user
</Directory>
</VirtualHost>
</IfDefine>

 >> Stay informed about: digest returns can not find user file 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache proxy server returns empty file (file size 0) - Hi, I've a very strange problem. We have a proxy server that is used by an application to download XSD file. For performance reasons, we cache these files and force a fresh download every 24 hours. At some moment, the proxy server returns an empty file...

apache cannot find file - hi all I've just come accross a prob which i find difficult to comprehend. when i open my browser and type in http://www.music.php/index.php no prob it finds the page when i type in http://www.music.php/whatever.php (remember this file exits)i get file...

how can i find what conf file apache 2 is using - I have apache 2 running but am unsure which conf file it is using is there an easy way to find this out? TIA Chris

Webdav can't find users file - Hi, I'm trying to enable Webdav on my OS X (Panther) box. When I try to connect using the Goliath client, I get the following error: [Thu Aug 5 16:27:36 2004] [crit] [client xxxxxx.12] configuration error: couldn't check user. No user file?: /ical/...

why do I need to set the user and group to the same owner .. - I downloaded and installed Apache 2.2.4 from source. Out of the box, no problem with the standard httpd.conf. I can display the "It works!" html page that resides in the htdocs directory when I enter the IP address (of the machine with apache...
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]