From 6342de8f8b6d1dae3abdc5209bbe95178218e019 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 7 Nov 2018 23:17:29 +0100 Subject: [PATCH] user example is foo :) --- HowtoApache.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)