Sunday, 15 August 2010

osx - Apache Access Log Ping -



osx - Apache Access Log Ping -

an unrelated issue brought me looking @ apache 2 access log 1 morning , much chagrin noticed 5 sec ping local host address. awesome. did have running locally nail apache http server or joker beingness d-ck?

127.0.0.1 - - [19/jun/2014:12:13:58 -0400] "post / http/1.1" 200 77881 127.0.0.1 - - [19/jun/2014:12:14:03 -0400] "post / http/1.1" 200 77881 127.0.0.1 - - [19/jun/2014:12:14:08 -0400] "post / http/1.1" 200 77881 127.0.0.1 - - [19/jun/2014:12:14:13 -0400] "post / http/1.1" 200 77880

dropping network connection stopped access log entries looks there bot pinging no ident or user name.

anyone have tool diagnose what's coming in?

looks amazon cloud culprit. not sure why need ping apache server, research farther them.

changed apache log format combined:

logformat "%h %l %u %t \"%r\" %>s %b \"%{referer}i\" \"%{user-agent}i\"" combined #logformat "%h %l %u %t \"%r\" %>s %b" mutual #customlog "/private/var/log/apache2/access_log" mutual customlog "/private/var/log/apache2/access_log" combined

to improve output:

127.0.0.1 - - [19/jun/2014:12:15:06 -0400] "post / http/1.1" 200 77881 "-" "amazon%20cloud%20drive/20131119 cfnetwork/673.4 darwin/13.2.0 (x86_64) (macbookair4%2c2)" 127.0.0.1 - - [19/jun/2014:12:15:36 -0400] "post / http/1.1" 200 77881 "-" "amazon%20cloud%20drive/20131119 cfnetwork/673.4 darwin/13.2.0 (x86_64) (macbookair4%2c2)"

recycled amazon cloud drive service , looks whatever process hanging around pinging server dropped off. curious did not happen on countless times rebooted machine in lastly few days...

osx apache osx-mavericks

No comments:

Post a Comment