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: [email protected]
For additional commands, e-mail: [email protected]