Apache logs: "::1 ... "OPTIONS * HTTP/1.0" 200 -
Posted
by
Meltemi
on Pro Webmasters
See other posts from Pro Webmasters
or by Meltemi
Published on 2011-04-15T19:17:53Z
Indexed on
2012/07/04
15:24 UTC
Read the original article
Hit count: 704
Just looking at logs of a not-so-busy site on one of our Apache servers and notice tons of these in the log:
::1 - - [15/Apr/2011:12:11:40 -0700] "OPTIONS * HTTP/1.0" 200 -
::1 - - [15/Apr/2011:12:11:41 -0700] "OPTIONS * HTTP/1.0" 200 -
::1 - - [15/Apr/2011:12:11:44 -0700] "OPTIONS * HTTP/1.0" 200 -
They seem to appear multiple times just below the GET requests where Apache has served a page & its related images.
- what do they mean?
- what IP is "
::1
"? - if they're benign can I suppress them?
© Pro Webmasters or respective owner