[Tile-serving] [openstreetmap/mod_tile] merging per-server and per-virtualhost config is buggy (#188)

Rory notifications at github.com
Wed Mar 3 10:43:22 UTC 2021


Subscribing because I had to debug a problem caused by this. The config was like this, with a `/etc/apache2/confs-enabled/tileserver.conf` for many `mod_tile` directives, but inside a `<VirtualHost>` there was a few `AddTileConfig` directives.

The tile server worked for the first ~100 tile requests, and then it seemed to look for `/var/run/renderd/renderd.sock`. Since we don't use renderd, it causes 404s for all tiles. The solution was to put `ModTileRenderdSocketName` in the `<VirtualHost>` too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/188#issuecomment-789618239
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210303/ed2bc6cd/attachment.htm>


More information about the Tile-serving mailing list