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



_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to