On Thu, Apr 15, 2010 at 11:50 AM, senthil kumar j
<[email protected]> 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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to