DO you want to have users authenticated?
If that is what want: htpasswd -c /etc/password.users
Note 'htpasswd' is the command, '-c' is the command option,
'/etc/password.users' is the file to store the users, is to be
replaced with the username you want.
R
Renato Oliveira
Systems Administra
On Thu, Apr 15, 2010 at 11:50 AM, senthil kumar j
wrote:
> Hi there,
>
> Could you please tell me how to create user name pasword for apache web
> server.
>
> Thanks in advance
> Senthilkumar .J
>
http://httpd.apache.org/docs/2.2/programs/htpasswd.html
# Create
htpasswd -c /path/to/.htpasswd you