|
|
Use DigestAuthentication
>In the Shared Library section, where modules are loaded, add these two lines in
Use DigestAuthentication
This will only work if you have Apache2 installed. Unfortunately, digest authentication is still not well supported, so you may not get this to work. It does work with Opera, Mozilla and cadaver. The AuthDigestGroupFile and AuthDigestDomain directives aren't needed for simple installations and, in fact this forum seems to have eaten some required text in the AuthDigestDomain. Create your davusers file like this (if you are following the above instructions):
Use DigestAuthentication
Uhm, I left out an arg:
Use DigestAuthentication
Use the "-c" (for "create the password file") argument for the first user you add. Omit it for subsequent users, or you will wipe out the previously-created password file. My hhtpd.conf entry got munged, so let me repeat it:
As was mentioned,
Use DigestAuthentication
iCal uses an updated Digest spec, which is incompatible with the mod_digest module that comes with Apache 1.3.26 (in 10.2).
Instead, you need to use mod_auth_digest. I compiled it for use with 10.2; you can download it from me.
Untar the module, put it somewhere handy (/usr/libexec/httpd, or /Library/Application Support) then add the appropriate lines to httpd.conf:
LoadModule digest_auth_module /path/to/mod_auth_digest.so
and
AddModule mod_auth_digest.c
Then you can be on your way with secure Digest authentication!
Use DigestAuthentication
here's what I get..
Use DigestAuthentication
Is mod_dav really being loaded? |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.10 seconds |
|