Will Maier wrote:
On Fri, Sep 22, 2006 at 01:29:56PM -0700, John Draper wrote:
Here is what I did...
htpasswd -c /var/www/conf/auth/passwd edp
< I set the password here >
chown root.nogroup /var/www/conf/auth/passwd
chmod 640 /var/www/conf/auth/passwd
What user/group are you running httpd as? Is that user a member of
nogroup? Can that user read the file?
"www"
[...]
But the Apache rejects my password. I tried it several times,
same thing, rejection.
Did you look at the error_log?
Yes - it didn't give me any meaningful information - but I did manage to
get a workaround
to work, by changing the permissions, but it was ust guesswork, as if
there are wrong
permissions, the system is never going to let me know.
John