Re: [us...@httpd] Creating user in apache web server

2010-04-15 Thread Tom Evans
On Thu, Apr 15, 2010 at 11:50 AM, senthil kumar j senthiljkumar2...@gmail.com 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

RE: [us...@httpd] Creating user in apache web server

2010-04-15 Thread Renato Oliveira
DO you want to have users authenticated? If that is what want: htpasswd -c /etc/password.users username Note 'htpasswd' is the command, '-c' is the command option, '/etc/password.users' is the file to store the users, username is to be replaced with the username you want. R Renato Oliveira