Digest auth
am 13.09.2009 00:13:58 von Jos Chrispijn
[Apache apache-1.3.41_1]
Just checked my apache's httpd.conf and saw that in my configuration
file says
LoadModule digest_module libexec/apache/mod_digest.so
I read somewhere that "mod_digest is a rather old module, which would be
an older version of the digest authentication specification. Probably
not work with newer browsers."
Would I need to implement the module mod_auth_digest instead and how
should I do that thru php5-extensions (gives me the mod_digest module)?
Jos Chrispijn
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Digest auth
am 13.09.2009 01:24:38 von MarkAtHarvest
I have been using mod_auth_digest.so.. and it works great..
here is how the working conf looks..
Options Indexes FollowSymlinks ExecCGI
AuthType Digest
AuthName "private"
AuthUserFile /etc/httpd/passwd/digest
Require valid-user
//other settings
Also do not forget to create the passwd file.. for your digest..
hope this helps
Jos Chrispijn-4 wrote:
>
> [Apache apache-1.3.41_1]
>
> Just checked my apache's httpd.conf and saw that in my configuration
> file says
>
> LoadModule digest_module libexec/apache/mod_digest.so
>
> I read somewhere that "mod_digest is a rather old module, which would be
> an older version of the digest authentication specification. Probably
> not work with newer browsers."
>
> Would I need to implement the module mod_auth_digest instead and how
> should I do that thru php5-extensions (gives me the mod_digest module)?
>
> Jos Chrispijn
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
--
View this message in context: http://www.nabble.com/-users%40httpd--Digest-auth-tp25418715 p25419126.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org