Hi all,

I am currently struggling to turn mod_dav on. In theory, it is just "Dav on", 
but in practice I am getting a 405 Method Not Allowed in response to PROPFIND, 
and nothing in the error_log to give a clue that anything is wrong.

So, before I go off and crank this up in a debugger to figure out why the on 
switch won't work, does anyone know whether hosting a dav drive from the root 
is even possible?

Config looks like this:

    DocumentRoot /var/www/combined

    <Directory /var/www/combined/>
      Options +FollowSymLinks +Indexes
      AllowOverride None
      Require all granted
    </Directory>

    <Location />
      Dav on
      Options +FollowSymLinks +Indexes
      AllowOverride None
… auth stuff ...
      require valid-user
    </Location>

Regards,
Graham
--

Reply via email to