This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

No requests are being made to the server

0

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's gravatar image

Darkking271
11112
accept rate: 0%

edited 01 Feb '19, 22:00

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

1

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:

/etc/init.d/renderd restart
/etc/init.d/apache2 restart

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's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .