[Tile-serving] [openstreetmap/mod_tile] ERROR: Module tile does not exist! (#241)
Stephan
notifications at github.com
Tue Jul 20 07:25:13 UTC 2021
the packaging for Debian was removed a while ago from this repository. You could use relatively recent modules from Debian.
If you compile yourself, the module is created here: mod_tile/src/.libs/mod_tile.so
You can copy this module to your image, for example when using multi-staged build on docker, so you don't have all the compilers on your production image.
Store it in /usr/lib/apache2/modules/mod_tile.so
If you want to you a2enmod, you need a configuration file in /etc/apache2/mods-available. This is the file content before Debian packaging had been removed:
https://github.com/openstreetmap/mod_tile/blob/bb1782300d4b7d0ea653dca9ee4ed3ae1e813881/debian/tile.load
--
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/241#issuecomment-883160630
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210720/f2b6b821/attachment.htm>
More information about the Tile-serving
mailing list