> Step 3. Then update httpd.conf as following

> LoadModule auth_digest_module modules/mod_auth_digest.so
> <Directory "/usr/local/apache/htdocs/secd">
>    AllowOverride All
> </Directory>
>

> Step 4. Make a new directory named as /usr/local/apache/htdocs/secd,
> create .htaccess as belows:
> "
> AuthType Digest
> AuthName "Digest Test"
> AuthUserFile /usr/local/apache/passwd/digest_passwords
> Require valid-user

Since you're using file based authentication, you need to load the file
authenticator, by loading the module mod_authn_file.so. And since you're
authorising users, you need to load the user authorisation module
mod_authz_user.so

Joost


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