Page 1 of 1
Filling the apache2 log files
Posted: Tue Feb 10, 2009 9:47 am
by kejpa
Hi,
every 10th second there's something trying to access a file called srv/www/htdocs/sis/indexer but it's not anywhere to be found.
Google made me suspicious that Scalix has something to do with it, am I right?
How do I fix this, the logs get quite full, both error_log and access_log
Thanks!
/Kjell
Posted: Tue Feb 10, 2009 9:57 am
by Valerion
This is the indexer, and queries run by users. It should be redirecting to /sis on your tomcat installation. But this is normal traffic.
If apache can't find this, there's something wrong with your setup. You will need to check your apache config files.
Posted: Wed Feb 11, 2009 4:40 am
by kejpa
Ok,
I get it, normal traffic.
Valerion wrote:This is the indexer, and queries run by users. It should be redirecting to /sis on your tomcat installation. But this is normal traffic.
If apache can't find this, there's something wrong with your setup. You will need to check your apache config files.
What should I look for?!? I can't find any directives redirecting to any tomcat directories
/Kjell
Posted: Wed Feb 11, 2009 4:56 am
by Valerion
There should be a file in /etc/httpd/conf.f that redirects to either /etc/opt/scalix-tomcat/connector to either ajp or jk (depeding on your version of apache). If it's not there, you may need to reconfigure or re-install the web components.