RE: access_log numbers lower than expected....

2002-09-27 Thread Davis, Benjamin
It's my understanding that unless you have setup something explicitly otherwise it would report even the cached accesses in your access_log. Are you rotating your script or anything like that? Are you sure all searches are going through that one file? Is it accounting for mutiple domains etc?

RE: access_log numbers lower than expected....

2002-09-27 Thread Charles
One possibility is that if you (or some process) edits the logfile in question while apache is running, logging will stop until you restart apache. You might consider logging directly from your mod_perl handler to a file or DB. Charles -Original Message- From: Anthony E.