What does htpasswd do?

Answers were Sorted based on User's Feedback



What does htpasswd do?..

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

What does htpasswd do?..

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

What does htpasswd do?..

Answer / cathy

The htpasswd protects a file with a password

Is This Answer Correct ?    5 Yes 3 No

What does htpasswd do?..

Answer / abubakar siddique

Good answer Krishna

Is This Answer Correct ?    1 Yes 0 No

What does htpasswd do?..

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 does htpasswd do?..

Answer / josey

Creates password for a new UID

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Apache Interview Questions

What is apache virtual host?

1 Answers  


How to start apache server in windows?

1 Answers  


Is it possible to record the mac (hardware) address of clients that access your server?

1 Answers  


How do I start apache server?

1 Answers  


If you specify both deny from all and allow from all, what will be the default action of Apache?

4 Answers  


How do I stop httpd server?

1 Answers  


How do I stop apache from restarting?

1 Answers  


What is apache tomcat used for?

1 Answers  


Explain java management extensions (jmx)?

1 Answers  


How do I start apache on centos?

1 Answers  


Why apache tomcat is used?

1 Answers  


What are the features of apache web server?

1 Answers  


Categories