Debian/Apache2/WebDAV – Permission denied: Could not open property database.

Error: Debian/Apache2/WebDAV – Permission denied: Could not open property database.

You use Apache2 with WebDAV on Debian and see this in Apache’s error log (/var/log/apache2/error.log):if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-box-3-0’)};

[Wed Jun 11 15:39:04 2008] [error] [client 192.168.0.46] (13)Permission denied: Could not open property database. [500, #1]

 if(typeof __ez_fad_position != ‘undefined’){__ez_fad_position(‘div-gpt-ad-howtoforge_com-medrectangle-3-0’)};

Solution

This means that /var/lock/apache2 is not owned by the Apache user (www-data on Debian). You can fix this problem by running:

chown www-data /var/lock/apache2
About the Author

Leave a Reply