client denied by server configuration: owncloud and directadmin

by

in

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!!!


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.