If got error with owncloud when using owncloud application (custombuild managed structure):
[Mon Mar 24 19:42:39.379283 2014] [access_compat:error] [pid 525512] [client 86.100.237.21:55665] AH01797: client denied by server configuration: /home/admin/domains/domain.tld/
private_html/owncloud/remote.php
Solution is to enable PUT requests.
need to edit:
/etc/httpd/conf/extra/httpd-directories.conf
and add PUT to these lines:
Order allow,deny
Allow from all
Order deny,allow
Deny from all
Don’t forget to copy httpd-directories.conf to custom directory, as it will be rewrote after doing updates with directadmin!!!
Leave a Reply