diff --git a/HowtoApache.md b/HowtoApache.md index ac37ef19..02992e22 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -631,13 +631,13 @@ require valid-user La gestion du fichier *.htpasswd* se gère via la commande `htpasswd`. -Pour créer l'utilisateur : +Pour créer l'utilisateur *foo* : ~~~{.bash} -$ htpasswd -c /foo/.htpasswd user +$ htpasswd -c /foo/.htpasswd foo New password: Re-type new password: -Adding password for user user +Adding password for user foo ~~~ ### HTTP Digest Authentication (mod_auth_digest)