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
How to put in apache net server?
On which version of apache you have worked?
When did ubuntu switch to systemd?
Is the apache license free?
What is apache software used for?
Can you tell me the important configuration file name?
How do I know if apache is running on windows?
What tool do you use for log analysis?
What is the difference between a restart and a graceful restart of a web server?
How to hide server version details in http response header?
What is the possible reason for a ‘connection reset by peer’ error?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
what is difference between static module & dynamic module in apache?
How does apache work?
What is the servertype directive?