Working off of this tutorial https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/ So I'm at the stop running the service in the foreground, and pointing my browser to http://yourserveripaddress/hot/0/0/0.png. So I get the image of the planet, but I'm not seeing any debug logs telling me a tile is being requested. I'm gonna go out on a limb and say that this might also be why the overall server is not working. Has anyone had this is asked 31 Jan '19, 19:55 Darkking271 aseerel4c26 ♦ |
If http://yourserveripaddress/hot/0/0/0.png is working then the link between apache, mod_tile and renderd is (or at least at some stage was) working. One thing that might be happening is that requests are being coming in but are being processed very slowly. Try:
while all the while watching what's getting written to /var/log/syslog , and then try requesting http://yourserveripaddress/hot/1/0/0.png which should show you a North America tile. answered 31 Jan '19, 23:01 SomeoneElse ♦ |