RE: access_log numbers lower than expected....

2002-09-27 Thread Charles
:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:47 PM To: [EMAIL PROTECTED] Subject: access_log numbers lower than expected I'm using mod_perl, and am getting some inaccurate numbers in my access_log file. for example, i have the google search engine on my page (http://www.eurosee

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 domain

access_log numbers lower than expected....

2002-09-27 Thread Anthony E.
I'm using mod_perl, and am getting some inaccurate numbers in my access_log file. for example, i have the google search engine on my page (http://www.euroseek.com), they are claiming our number of searches are 200,000 per day. However, my log file only shows about 18,000 queries fo

mod_backhand and commom front-end access_log

2001-07-04 Thread Surat Singh Bhati
mod_backhand to work as mod_proxy if it allow me to log all the request in front end server, to maintain a common access_log. If some one implemented the same, please reply. Thanks and regards, -Surat Singh Bhati

showing mod_perl execute time in access_log

2000-12-14 Thread Ed Park
quick, obvious trick: This is a trivial modification of Doug's original Apache::TimeIt script that allows you to very precisely show the Apache execute time of the page. This is particularly useful if you want to know which pages of your site you could optimize. Here's a question, though: does a

[OT]: Apache not logging 500 Status Code in access_log

2000-07-28 Thread Carlos Ramirez
I recently discovered in my access log, that 500 status codes are not being logged.  However, the server does return the appropriate status code message (both custom and generic). Does anyone know what might be causing this? (aside from upgrading...currently time does not permit) here is a sample

POST data ending up in access_log

2000-03-29 Thread Sanjay Madan
i sometimes have problems sending POST data. most of the time, everything works fine. however, sometimes, i see something like the following in my access_log: --- snip >8--- ... "GET /transact HTTP/1.1" 200 3412 ... "POST /transact HTTP/1.1" 200 3412 ... "key1=

Re: access_log

2000-01-12 Thread Simon Rosenthal
At 11:09 AM 1/12/00 -0500, Gacesa, Petar wrote: >I was doing the stress testing of the Apache web server by simulating a >large number of http requests. After several hours I started getting the >following line in my access_log file: > >165.78.11.40 - - [11/Jan/200:22:33:45

access_log

2000-01-12 Thread Gacesa, Petar
I was doing the stress testing of the Apache web server by simulating a large number of http requests. After several hours I started getting the following line in my access_log file: 165.78.11.40 - - [11/Jan/200:22:33:45 -0500] "-" 408 - Instead of the URL that was supposed to b