[users@httpd] Re: [Digest Authentication Fail] Apache Http Server V2.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux