Re: [users@httpd] AuthType Digest

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

 



On 5/22/05, Vicki Brown <vlb@xxxxxxxx> wrote:
> I'm using Apache 1.3.33 on FreeBSD 4.7.
> I am trying to set up authenticated webdav.

> I tried to make it work with AuthType Digest following syntax found at
> http://www.gregwestin.com/webdav_for_ical.php
> 
> <Location /foo/>
>  DAV On
>  AuthType Digest
>  AuthName "Restricted"
>  AuthDigestFile /path/to/file
>  <LimitExcept GET HEAD OPTIONS>
>    Require user myuser
>  </LimitExcept>
>  <Limit GET HEAD OPTIONS>
>    Require valid-user
>  </Limit>
> </Location>
> 
> but I got "misconfiguration" errors from Apache.

What errors exactly?

Joshua.

---------------------------------------------------------------------
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