Mod tile installation on Debian/Ubuntu 8

Hi,

I am trying to install open streetmap on my Ubuntu 8.04.3 LTS via the tutorial @ http://wiki.openstreetmap.org/wiki/OnDemandTileServer

Thing is that it works differently on ubuntu. Everything works fine except for mod_tile. Does anyone know how to correctly install mod_tile for ubuntu or debian? There is a special debian folder in the mod_tile folder but i can’t find the correct way to deploy. Installing the apache module wasn’t a problem, it works on the virtual host but the renderd thing doesn’t do anything and i can’t find any logs or get any ouput. The output for apache is working fine and gives me:

Wed Aug 26 14:22:37 2009] [info] tile_translate: uri(/)
[Wed Aug 26 14:22:37 2009] [info] tile_translate: baseuri(/osm/) name(default)
[Wed Aug 26 14:22:37 2009] [info] tile_storage_hook: handler((null)), uri(/), filename(/var/www/maps/), path_info((null))
[Wed Aug 26 14:22:37 2009] [info] tile_translate: uri(/index.html)
[Wed Aug 26 14:22:37 2009] [info] tile_translate: baseuri(/osm/) name(default)
[Wed Aug 26 14:22:37 2009] [info] tile_storage_hook: handler((null)), uri(/index.html), filename(/var/www/maps/index.html), path_info((null))
[Wed Aug 26 14:22:37 2009] [info] [client 145.94.53.139] tile_translate: uri(/index.htm)

because the folders are empty.

Cheers,

Alex