We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13b70f commit 40e2abcCopy full SHA for 40e2abc
community/LogIn.md
@@ -39,7 +39,7 @@ It simply asks for a username and password which are configured in a file.
39
It is often handled by an external webserver such as Nginx or Apache.
40
41
You can create the config file with the `htpasswd` utility by Apache.
42
-On Debian based distros it is in the `apache2-utils` package.
+On Debian based distros it is in the `apache2-utils` package, or the `httpd-tools` package on RedHat based distros (RHEL/CentOS/Oracle Linux).
43
To create a new file and the first user use `htpasswd -c /path/to/file/.htpasswd user`.
44
To create a new user use use `htpasswd /path/to/file/.htpasswd another_user`.
45
0 commit comments