I get an error 400 every 60 seconds and can see no detail as to where it is coming from. How do i find out what the bad request is. I have the the webserver 'LogLevel debug' but all I see is "GET /" 400 575 "-" "-"
Thanks
jboy
9:26 pm on Feb 1, 2011 (gmt 0)
one possibility: maybe it's something set as a cron job? have a look in your .crontab file which probably will be in the server root
something in the crontab like so: */1 * * * * ..... would be every minute
Ralivo
1:38 pm on Feb 2, 2011 (gmt 0)
Hi we dont use cron on this system as it uses Autosys jobs. These are new webservers so no Autosys jobs enabled yet. Thanks