Answer Posted / krishna
htpasswd is used for allowing user to authenticate for a
particular web page. such as you are running 2 or more web
pages through virtual hosting or any other method and want
to provide access for any user to access a particular page
with authentication then you can use the htpasswd for
creating user authentication file. when you run the command
htpasswd with the option -c and -m for any user it will
create a file named htpasswd in which an entry for user name
and encrypted passswd will create.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
If you have only one ip address, but you want to host two web sites on your server. What will you do?
How do I stop apache from restarting?
What is location of log files for apache server?
Who developed apache?
How to find httpd.conf file if you don’t know installation location?
Explain java management extensions (jmx)?
How do I start apache tomcat?
What is systemd and systemctl?
Which module is required to have redirection possible?
What users does apache run under?
What is the difference between apache and nginx web server?
What is apache server explain main features of apache server?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
How to to stop apache?
What is mod_security in apache?