but it's very slow ...
Just a guess: maybe the debug level is too high /var/log/apache2/error.log is aroung 3GB already..
Can we change "LogLevel debug" to "LogLevel warn" in /etc/apache2/sites-enabled/000-default
and cp /dev/null /var/log/apache2/error.log
Is it normal that mod_tile is botherd for each and every http-request? The rror_log contains lines like
[Thu Nov 05 09:..:.. 2009] [info] [client ...] tile_storage_hook: handler((null)), uri(/~mazder/multilingual-country-list/index.php), filename(/home/mazder/osm_public_html/multilingual-country-list/index.php), path_info((null))
but why should mod_tile bother with /home/mazder/osm_public_html/multilingual-country-list/index.php
Peter