Re: [users@httpd] WebDAV sort of works

2013-08-10 Thread Igor Cicimov
On 10/08/2013 8:19 AM, "LuKreme" wrote: > > I have the following structure in /etc/httpd/extras/httpd-vhost.conf (apache 2.4) > > > ServerName webdav.example.com > DocumentRoot /usr/local/www/ > DavLockDB /tmp/DavLock.rotdav > > DAV On > AuthType digest > AuthName Root >

[users@httpd] WebDAV sort of works

2013-08-09 Thread LuKreme
I have the following structure in /etc/httpd/extras/httpd-vhost.conf (apache 2.4) ServerName webdav.example.com DocumentRoot /usr/local/www/ DavLockDB /tmp/DavLock.rotdav DAV On AuthType digest AuthName Root AuthUserFile /usr/local/www/.htdigestpass Options All F