try this

> I wan't to impliment the authunticated apache server ihave done dns and
> httpd is working now.
>
> please guide me

<Directory "your web contents requiring authentication"> 
Options None 
AllowOverride AuthConfig 
AuthName "restricted stuff" 
AuthType Basic 
AuthDBUserFile /etc/httpd/.auth_passwd 
require valid-user 
</Directory>

to use this you need to create user using dbmmanage.

dbmmanage /etc/httpd/.auth_passwd add <username> <passwd>


vishy


           Linux        
**Choice of a GNU Generation**


----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to