What does htpasswd do?
Answers were Sorted based on User's Feedback
Answer / jimmy
what kind answer are these?
you guys just make a guest?
htpasswd is used to create and update the flat-files used
to store usernames and password for basic authentication of
HTTP users. If htpasswd
cannot access a file, such as not being able to write
to the output file or not being able to read the file in
order to update it, it returns
an error status and makes no changes.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Answer / abhay
It creates a new user in a specified group, and asks to
specify a password for that user.
| Is This Answer Correct ? | 2 Yes | 2 No |
On which version of apache you have worked?
Is apache and tomcat the same?
What is apache server explain main features of apache server?
Explain about htpasswd?
Is apache the best web server?
Is apache tomcat a web server or application server?
How to secure website hosted on apache web server?
I use IIS 6 and Apache 2.0.52 and I want to need connector IIS with tomcat. My tomcat using 8080 IIS using 80 my Apache application name is workspace and how can I use http://myserverip/workspace ? with isapi or anaother connector Best regards.
On a fresh install, why does Apache have three config files - srm.conf, access.conf and httpd.conf?
Hi, I'm using tomcat 5, database is MySql, project is based on mvc architecure. My tomcat shuts down abruptly creating a error file in Tomcat5.0 folder named as hs_err_pid1268.txt.. plz help me
Explain about servertype directive in apache server?
How to configure apache server in linux?