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 /path/to/.htpasswd youruser
# Add user
htpasswd /path/to/.htpasswd yourotheruser

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to