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