Report this

What is the reason for this report?

Using webdav for apache on raspbian I have put permissions but not get permissions. Why?

Posted on April 17, 2017

I can log in sucessfully and put no problem but if I try to get anything it gives me an access denied. /etc/apache2/sites-available/000-default.conf

<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www

<Directory /webdav> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>

Alias /webdav /webdav

<Location /webdav> DAV On AuthType Basic AuthName “webdav” AuthUserFile /etc/apache2/webdav.password Require valid-user </Location> </VirtualHost>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.