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 |
What is apachectl?
What is apache software used for?
What is apache http server used for?
If there is one ip address, than how to host two web sites on server?
How to check for the httpd.conf consistency?
What does htpasswd do?
How to start apache server in windows?
How to troubleshoot port conflict issue?
Is apache a application server?
What are the features of apache web server?
How secure is apache web server linux?
How do I change apache to mpm?