On 03/23/2012 01:49 AM, Valery N. wrote: > > So according all logs - all fine, but I recieve 404 :(
I have committed a few more debug messages for the logs on the serving path. Could you download the latest svn and recompile? Kai > > 2012/3/23 Kai Krueger <[email protected] <mailto:[email protected]>> > > > Valery N. wrote > > > > For some unknown reasons request like > > http://mapserv.test.maps.local/tiles/mapnik/1/1/-1.png raise* 404 > error* > > on > > web server > > > Well, that is not a valid request. A negative y coordinate is not > allowed > and so it will correctly give a 404 error. > > Also the rest of you mod_tile log seems fine and gives the expected > result. > It will correctly mention "no valid tile layer" for request uri's like > "/favicon.ico" or "/index.html", and fall through to normal serving > of those > files. > > Have you tried waiting for a while and then reloading the tile. At > low zoom > levels, rendering tiles can take several minutes and mod_tile will > time out > before it is finished rendering. The next time it will then > hopefully get > the rendered tile from cache. > > Kai > > -- > View this message in context: > > http://gis.19327.n5.nabble.com/Problems-with-mod-tile-tirex-tp5587540p5588086.html > Sent from the Developer Discussion mailing list archive at Nabble.com. > > _______________________________________________ > dev mailing list > [email protected] <mailto:[email protected]> > http://lists.openstreetmap.org/listinfo/dev > > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

