On Thu, Nov 5, 2009 at 9:16 AM, Peter Körner osm-lists@mazdermind.de wrote:
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
I'll try to have that fixed before /var overflows again.
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
AFAIK yes. It's not designed to run on anything but a stand-alone tileserver.
It's probably relatively trivial to change the apache plugin to bind to something other than / though.