User authentication in Apache web server
Posted by Stan in
Apache on 02 8th, 2009 |
No Comments
Apache provides basic user authentication mechanism based on usernames and passwords. The easiestt way to manipulate them is to use a tool called ‘htpasswd’ from the command line interface. Various tools such as control panels use the same tool only that they provide a GUI interface.
This...