On 5/22/05, Vicki Brown <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to