Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 298 Bytes

create-new-apache-user-in-linux.md

File metadata and controls

executable file
·
5 lines (3 loc) · 298 Bytes

How to create a new Apache user in Linux server

Following method can be used for creating a new user in Apache. This comes in real handy for my projects that user Apache authentication. I run following command when I'm asked to create a new user.

htpasswd /etc/httpd/.htpasswd username_here