[gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
Does anyone else get entries like this in their apache2 access_log: 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 I get a whole slew of them every day. They always show up in batches and each entry in a batch is logged at almost the same second. - Grant -- [EMAIL PROTECTED] mailin

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Albert Hopkins
On Wed, 2007-09-26 at 13:30 -0700, Grant wrote: > Does anyone else get entries like this in their apache2 access_log: > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > I get a whole slew of them every day. They always show up in batches > and each entry in a batch is logged at

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
> > Does anyone else get entries like this in their apache2 access_log: > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > > > I get a whole slew of them every day. They always show up in batches > > and each entry in a batch is logged at almost the same second. > > > > Connect

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
> > Does anyone else get entries like this in their apache2 access_log: > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > > > I get a whole slew of them every day. They always show up in batches > > and each entry in a batch is logged at almost the same second. > That make sen

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Albert Hopkins
On Wed, 2007-09-26 at 18:51 -0700, Grant wrote: > I'm not doing any sort of monitoring like that. What is that "470"? > I noticed the log entries always include that, at least for the last > 10 days. 470 is the size of the HTTP response (read http://httpd.apache.org/docs/1.3/logs.html). The cli

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Daniel Iliev
On Wed, 26 Sep 2007 18:51:31 -0700 Grant <[EMAIL PROTECTED]> wrote: > > > Does anyone else get entries like this in their apache2 > > > access_log: > > > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > > > > > I get a whole slew of them every day. They always show up in > > >

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Grant
> > I'm not doing any sort of monitoring like that. What is that "470"? > > I noticed the log entries always include that, at least for the last > > 10 days. > > 470 is the size of the HTTP response (read > http://httpd.apache.org/docs/1.3/logs.html). The client is coming from > the loopback devi

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Szénási István
> > Does anyone else get entries like this in their apache2 access_log: > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > > > I get a whole slew of them every day. They always show up in batches > > and each entry in a batch is logged at almost the same second. Have you tried

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-26 Thread Naga
On Wednesday 26 September 2007 22:30:10 Grant wrote: > Does anyone else get entries like this in their apache2 access_log: > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 Apache-2.6 does this as a internal signaling thing (don't remember the note about it now). If you change the l

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-27 Thread Neil Bothwick
On Wed, 26 Sep 2007 18:51:31 -0700, Grant wrote: > > Connection to/from localhost. Do you have some process running on the > > same server that's doing monitoring? The 400 reply is even more > > interesting. I think the request should be "GET / HTTP/1.1" or > > similar which is probably why it

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-27 Thread Grant
> > > Does anyone else get entries like this in their apache2 access_log: > > > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > > > > > I get a whole slew of them every day. They always show up in batches > > > and each entry in a batch is logged at almost the same second. > >

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-27 Thread Grant
> > > Connection to/from localhost. Do you have some process running on the > > > same server that's doing monitoring? The 400 reply is even more > > > interesting. I think the request should be "GET / HTTP/1.1" or > > > similar which is probably why it is returning a 400. > > > > I'm not doing

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-27 Thread Szénási István
> It looks like netstat -p only gives me a snapshot and I can't seem to > predict when these errors will show up. Can I have it run > continuously and keep the output or something? You can run it continously with the -c option. You can simple redirect the output, but if you don't want a large fil

Re: [gentoo-user] {OT} Strange apache2 access_log entries

2007-09-27 Thread Grant
> > Does anyone else get entries like this in their apache2 access_log: > > > > 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] "GET /" 400 470 > > Apache-2.6 does this as a internal signaling thing (don't remember the note > about it now). > > If you change the log to include "User-Agent" you should se