Am 10.09.2010 11:21, schrieb Kay Drangmeister: > Am 09.09.2010, 23:28 Uhr, schrieb Peter Körner<[email protected]>: >> Am 09.09.2010 23:04, schrieb Colin Marquardt: >>> I always wanted to make the rendering dynamic (and then >>> never expire the tiles) >> It should not be to hard to write your own renderer. > > I wrote a WMS server for this, it's easy. > > But I have the problems that with mod_tile+tirex, my tiles always > expire, and I don't know why. I've set all timeouts to dozens of weeks, > but they keep expiring after 1 day or so. As far as I understood the process, the expiry is done by mod_tile [1]. You might need to patch that out somehow.
It it really is mod_tile, then you should see messages in your apache log when you set the apache log-level [2] to debug. Peter [1] <http://trac.openstreetmap.org/browser/applications/utils/mod_tile/mod_tile.c#L276> [2] <http://httpd.apache.org/docs/2.0/mod/core.html#loglevel> _______________________________________________ Toolserver-l mailing list ([email protected]) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
