Web Hosting Talk







View Full Version : Apache Access log Question


MGCJerry
03-06-2002, 06:57 PM
I was looking through my Apache server logs and came accross many lines like this...

8:59:41 Philip Begin
8:59:41 Philip Begin
8:59:42 Philip Begin
8:59:42 Philip Begin
8:59:43 Philip Begin
8:59:43 Philip Begin
8:59:44 Philip Begin
8:59:44 Philip Begin
8:59:45 Philip Begin
8:59:45 Philip Begin
8:59:46 Philip Begin
8:59:46 Philip Begin
8:59:47 Philip Begin
8:59:47 Philip Begin
8:59:48 Philip Begin
8:59:48 Philip Begin
8:59:49 Philip Begin
8:59:49 Philip Begin

Any ideas?... I would really like to know what this is.

qslack
03-06-2002, 07:43 PM
That's really weird. Are you running any mod_perl scripts or C modules that might be logging stuff like that?

$APACHE_PATH/bin/httpd -l
will list all of the installed modules.

qslack
03-06-2002, 07:44 PM
Er - can't edit my post. So I'll post what I forgot to say before.

Is it your error_log or access_log? Is it the main one, or a log of a customer's site?

MGCJerry
03-06-2002, 08:31 PM
Nope... I dont even have perl installed on the system. This is from the access.log for my site. I'm only running MySQL, PHP, and Apache.

I'm hosting the site myself, on a local computer.

Thanks in advance..

qslack
03-06-2002, 09:52 PM
Oh OK, so it's Windows then?

No idea...this is really weird. And what does "Philip Begin" mean anyways? :) Hopefully some Windows Apache people will pop in here.

MGCJerry
03-07-2002, 08:22 PM
Yea.. I'm running it on a win2k box.

Hmm.... This is really odd to me...