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

there are different modules for authentication with apache  HTTP server
version 2.0
each module performs authentication by diff. method.
following is a list of modules apache uses for auth.

mod_auth :  user authentication using text files.
mod_auth_anon : anonymous user access to auth. areas.
mod_auth_db : user authentication using Berkeley DB files.
mod_auth_dbm : user authentication using DBM files
mod_auth_digest : MD5 authentication.

above modules come as part of Apache distribution.

regards
amey.




----------------------------------------------
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