Thank you for your response I added this to httpd.conf and restarted the server: <Location "/usr/local/apache2/htdocs"> Allow from all Order allow,deny Options Indexes FollowSymLinks MultiViews AllowOverride None Dav On </Location> But I still get 405 responses. Is there some other way to check if mod_dav was loaded properly? I've made two more observations: Firstly, the /ust/local/apache2/log directory is empty, thus it seems to me that no errors occur, or if they occur, they are not logged. Secondly, I compiled and installed from the latest source (2.4.3) but when I run apachectl -v the reported version is 2.054. On 18 January 2013 12:26, Nick Kew <nick@xxxxxxxxxxxx> wrote: > > On 18 Jan 2013, at 09:33, Johan Moraal wrote: > >> And under >> <Directory "/usr/local/apache2/htdocs"> >> I added Dav On > > Gotcha. > > mod_dav doesn't map to <Directory> (or <Files>). > Use URL space (i.e. <Location>). > > -- > Nick Kew > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > -- Johan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx