I have been using mod_auth_digest.so.. and it works great.. here is how the working conf looks.. <Directory "/var/www/mysite"> Options Indexes FollowSymlinks ExecCGI AuthType Digest AuthName "private" AuthUserFile /etc/httpd/passwd/digest Require valid-user //other settings </Directory> 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 <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 > > > -- View this message in context: http://www.nabble.com/-users%40httpd--Digest-auth-tp25418715p25419126.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 <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