Tags:
create new tag
, view all tags
Question

Actually the following is not true. I'll update at some point.

This was driving me mad, so now I think I have solved it(but not tested) I thought I'd share. My problem was that Apache htpasswd was capable of generating MD5 passwds instead of plaintext ones but Apache server seemed to be always expecting plaintext.

It turns out that to get this to work you have to tell apache to use mod_auth_digest over mod_auth as mod_auth defaults to plaintext on Windows and crypt on UNIX. Furthermore, mod_auth is default in httpd.conf.

See: http://httpd.apache.org/docs/mod/mod_auth_digest.html and: http://www.linuxplanet.com/linuxplanet/tutorials/1527/8/

  • TWiki version: all
  • Web server: Apache
  • Server OS: Windows

-- MartinCleaver - 10 Mar 2001

Answer

.

Topic revision: r2 - 2001-03-21 - MartinCleaver
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.