Ævar Arnfjörð Bjarmason schrieb:
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.
It's still not done.. I'd do it for myself but I don't have perms on /etc/apache2/sites-enabled/000-default and I'm also unable to restart apache2 after clearing the log (unsure if this is necessary).
I created two config files in /sql/etc - one creates a virtual host listening on port 80, serving the user-dirs and /var/www with mod_suphp, the other creates a tile-server on port 8000. As I included the userdir and suphp config into the virtual host, we should remove
/etc/apache2/mods-enabled/suphp.conf and /etc/apache2/mods-enabled/userdir.conf
I was *not* able to test them and I don't know if it will work like this. I opened a Jira-Ticket for those two things: https://jira.toolserver.org/browse/TS-383
The htmls at /var/www/tile-browse will need to be rewritten for this.
Peter