View previous topic :: View next topic |
Author |
Message |
hanj Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/104414163441b8c6c1a6b4e.gif)
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Sun Dec 02, 2007 7:56 pm Post subject: Apache log reports connections from 127.0.0.1 [SOLVED] |
|
|
Hello
I'm watching my Apache logs.. and I'm seeing connections to localhost every second?? Not sure where/why this is happening. Any suggestions to help isolate it?
Code: | 127.0.0.1 - - [02/Dec/2007:12:53:54 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:53:55 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:53:56 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:53:57 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:53:58 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:53:59 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:00 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:01 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:02 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:03 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:04 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:05 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:06 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:07 -0700] "GET / HTTP/1.0" 200 1443
127.0.0.1 - - [02/Dec/2007:12:54:08 -0700] "GET / HTTP/1.0" 200 1443 |
I do have server-status enabled, and I have cacti polling apache_stats, but that happens every 5 minutes.. not every second.
current version: apache-2.2.6
Thanks!
hanji _________________ Server Admin Blog - Uno-Code.com
Last edited by hanj on Sun Dec 02, 2007 8:02 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
steveb Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1198140199438f3db8ee800.gif)
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Dec 02, 2007 8:01 pm Post subject: |
|
|
mod_status or mod_info or the internal Apache heartbeat to see if the server is running.
// SteveB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hanj Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/104414163441b8c6c1a6b4e.gif)
Joined: 19 Aug 2003 Posts: 1500
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
steveb Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1198140199438f3db8ee800.gif)
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Dec 02, 2007 8:06 pm Post subject: |
|
|
hanj wrote: | I just found it.. mod_bw. | Ahh. Yes. That beast ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|