<div class="im">Hi,<br>I have some problems setting up mod_tile in my map server<br></div>I have compiled the latest svn version.<br>My renderd.conf parameters:<br><br>[Default]<br>URI=/osm_tiles2/<br>XML=/home/mingu/mapnik/osm.xml<br>
<br><br>I've created the folder Default, and I've chowned to my user.<br><div class="im">/var/lib/mod_tile/Default/<br><br></div>I have configured the apache module as follow (mod_tile.conf):<div class="im"><br>
<br>LoadModule tile_module modules/mod_tile.so<br><VirtualHost *:80><br>    ServerName localhost<br></div>    DocumentRoot /home/mingu/www/<div class="im"># You can either manually configure each tile set<br>    AddTileConfig /osm_tiles2/ Default<br>

# or load all the tile sets definted in the configuration file into this virtual host<br>    LoadTileConfigFile /etc/renderd.conf<br># increase the log level for more detailed information<br>    LogLevel debug<br>
</VirtualHost><br><br></div><br>When I try to load a tile in the browser, <a href="http://localhost/osm_tiles2/0/0/0.png" target="_blank">http://localhost/osm_tiles2/0/0/0.png</a>, it throws 404 error.<br>The apache log show me:<br>

[Fri Feb 27 11:06:40 2009] [error] [client 127.0.0.1] File does not exist: /home/mingu/www/osm_tiles2<br><br>It seems the module does not catch the browser request:<br><br>./renderd<br>Rendering daemon<br>config 0: name(Default) file(/home/mingu/mapnik/osm.xml)<br>
<div id=":12q" class="ii gt"><div class="im">
config 1: name() file()<br>config 2: name() file()<br>config 3: name() file()<br>config 4: name() file()<br>config 5: name() file()<br>config 6: name() file()<br>config 7: name() file()<br>config 8: name() file()<br>config 9: name() file()<br>

<br><br></div><font face="'PrimaSans BT,Verdana,sans-serif'">Could you help me ?</font><br><br>Thank you.<br>Mingu</div>