On Wed, Nov 11, 2009 at 3:55 PM, Peter Körner osm-lists@mazdermind.de wrote:
Hi (Avar?)
There are some dirs in /sql/mod_tile/ that are owned by root:root and thus can not be written by mod_tile. This is the reason why [1] always returns a 404, while e.g. [2] or [3] don't.
Can so. with sudo perms please run
find /sql/mod_tile/ -user root | xargs chown www-data:www-data
Done, ran find /sql/mod_tile/ -user root -exec chown www-data:www-data {} ;
I wonder why this happened in the first place though...