Date: Tue, 11 Mar 2008 11:06:13 +0100 From: Dragan Jovelic <jdragan@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Strange apache logs [SOLVED] Message-ID: <47D65995.40508@gmail.com> In-Reply-To: <200802071551.00599.wundram@beenic.net> References: <47AAFBE8.7080307@gmail.com> <200802071412.26884.wundram@beenic.net> <47AB1993.70507@gmail.com> <200802071551.00599.wundram@beenic.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Last month I posted a question to this list, about strange entires in httpd access log, which were connections from localhost, looking like this: ::1 - - [06/Feb/2008:13:43:58 -0500] "OPTIONS * HTTP/1.0" 200 - After some investigation I found out what is the cause of this. When I turned on in httpd.conf to log UserAgent string as well, found out that UserAgent for this requests is "internal dummy connection". Google search for that, gave this page on apache site, which explains what is it about: http://wiki.apache.org/httpd/InternalDummyConnection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D65995.40508>