configuration error: couldn't perform authentication. AuthType not set!: /~baldho/owncloud
Since the problematic path is a user directory, I added a Satisfy Any option to my Directory directive in my /etc/apache2/mods-enabled/userdir.conf file, like so:
<Directory /home/*/public_html>
[...]
Satisfy Any
[...]
</Directory>
2 comments:
Thanks! I was tearing my hair out because of this.
Hey no problem! I did lose some hair too in the process...
Post a Comment