Citation:
Posté par nua7
Peu de choses que vous devez vérifier.
1) Vérifiez si Apache est vraiment en marche.
"ps-ef | grep" apache "
2) Vérifiez si l'exécutable pour htpasswd existe sur le système
"whereis htpasswd"
htpasswd se trouvent généralement dans / usr / bin / htpasswd.
3) Si vous n'êtes pas un utilisateur root, vérifiez si vous avez les autorisations sont permissions.Generally la 755.
Hope this helps!
nua7
|
thanks for ur aider
1. ps-ef | grep apache
root 3420 1 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
daemon 3421 3420 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
daemon 3422 3420 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
daemon 3423 3420 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
daemon 3424 3420 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
daemon 3425 3420 0 Mar11? 00:00:00 / usr/local/apache2/bin/httpd-k start
root 3526 3370 0 00:01 pts / 1 00:00:00 grep apache
2.whereis htpasswd
htpasswd:
i dont voir à usr / bin /
3. ima utilisateur root
plz help
