Quote:
|
And you did place your actual .htpasswd file in /etc/configure/apache/.htpasswd ?
|
Yes, that's right. i have been placed .htpasswd in "/etc/configure/apache/.htpasswd"
Quote:
|
And why do you have AuthGrpFile as /dev/null? Just leave it out if your not going to use it
|
The first time, i have left /dev/null, however when i have met that problem, i think i have got wrong configuration, so i have searched on Internet and seen some configuration of someone. And in thier configuration, they recommended use AuthGrpFile. But, Use or Not still got the same problem
Quote:
|
And what command are you using to add the admin account to your .htpasswd file?
|
#htpasswd -c /etc/configure/apache/.htpasswd admin
{then i type same password 2 times} --> succeed.
I have aslo stop MYSQL daemon running on my server, however nothing is better.
Please help me. Thank you very much.