[OSM-dev] 404 from Apache2/mod_tile

Stephan Knauss osm at stephans-server.de
Sat Nov 10 10:14:24 GMT 2012


On 09.11.2012 20:37, Stefan Elspaß wrote:
> This is indeed the case, but sometimes - in these seldom cases when
> rendering on the first request works - the "command RenderPrio" instead
> of "command Dirty" appears in /var/log/syslog (see below). Does that
> indicate that it might by a load-related decision from mod_tile?


mod_tile does read system load:
get_load_avg()

If this is higher than config value "ModTileMaxLoadMissing" then 404 is 
returned.

But you should see this in the logfile. Can you enable level info?
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, "Load larger 
max_load_missing (%d). Return HTTP_NOT_FOUND.", scfg->max_load_missing);

Stephan





More information about the dev mailing list