You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by LuKreme <kr...@kreme.com> on 2013/08/07 15:20:35 UTC

[users@httpd] AuthType Digest in 2.4?

I had webDAV setup previously, but disabled it when transitioning to 2.4. Before I dive in and try to get it working again, I have a couple of questions.

First, when we set this up ages ago-go, the way to go was 

AuthType digest

And I rather suspect that is *nt* the recommended way to go with 2.4.

basically, what I had was something like this:

<virtualhost *:80>
   ServerName webdav.example.com
   DocumentRoot /usr/local/www/
   DavLockDB /tmp/DavLock.rotdav
   <location />
     DAV On
     AuthType digest
     AuthName Root
     AuthUserFile /usr/local/www/data/.digestpass
     Options All
     ForceType text/plain
     <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
        require user user1
        require user user2
     </Limit>
   </location>
</virtualhost>

This all works under 2.4, but I'm leery of that AuthType digest.

-- 
>You are forgetting something: the Nazgul are immune to non-magical weapons.

"Any sufficiently advanced technology is indistinguishable from magic."


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: AuthType Digest in 2.4?

Posted by LuKreme <kr...@kreme.com>.
On 07 Aug 2013, at 17:17 , Ben Reser <be...@reser.org> wrote:

> On Wed, Aug 7, 2013 at 6:20 AM, LuKreme <kr...@kreme.com> wrote:
>> First, when we set this up ages ago-go, the way to go was
>> 
>> AuthType digest
>> 
>> And I rather suspect that is *nt* the recommended way to go with 2.4.
> 
> Unless you're going to use SSL you probably still want to use Digest.

Thanks, good to know.

I was wrong though, while the webdav setup I pasted works to connect to the root folder /www/, Whenever I open a folder under that root, it appears empty.

Don't see any errors.

-- 
Say, give it up, give it up, television's taking its toll That's enough,
that's enough, gimme the remote control I've been nice, I've been good,
please don't do this to me Turn it off, turn it off, I don't want to
have to see


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] AuthType Digest in 2.4?

Posted by Ben Reser <be...@reser.org>.
On Wed, Aug 7, 2013 at 6:20 AM, LuKreme <kr...@kreme.com> wrote:
> First, when we set this up ages ago-go, the way to go was
>
> AuthType digest
>
> And I rather suspect that is *nt* the recommended way to go with 2.4.

Unless you're going to use SSL you probably still want to use Digest.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org