How to configure basic authentication in Apache httpd

Published: 13 July 2014
on channel: Zariga Tongy
26,143
89

How to configure basic authentication in Apache httpd
htppaswd
vim /etc/httpd/conf.d/mod_auth_basic.conf
AuthType Basic
AuthName 'Private scripts'
AuthUserFile '/etc/httpd/conf/.htpasswd'
Require valid-user
htpasswd -c /etc/httpd/conf/.htpasswd cent


Watch video How to configure basic authentication in Apache httpd online without registration, duration hours minute second in high quality. This video was added by user Zariga Tongy 13 July 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 26,143 once and liked it 89 people.