Skip to content

Commit 40e2abc

Browse files
Mention htpasswd package for rhel based distros
1 parent d13b70f commit 40e2abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/LogIn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It simply asks for a username and password which are configured in a file.
3939
It is often handled by an external webserver such as Nginx or Apache.
4040

4141
You can create the config file with the `htpasswd` utility by Apache.
42-
On Debian based distros it is in the `apache2-utils` package.
42+
On Debian based distros it is in the `apache2-utils` package, or the `httpd-tools` package on RedHat based distros (RHEL/CentOS/Oracle Linux).
4343
To create a new file and the first user use `htpasswd -c /path/to/file/.htpasswd user`.
4444
To create a new user use use `htpasswd /path/to/file/.htpasswd another_user`.
4545

0 commit comments

Comments
 (0)