From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 14:45:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0754316A419 for ; Thu, 7 Feb 2008 14:45:45 +0000 (UTC) (envelope-from jdragan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8FD13C45A for ; Thu, 7 Feb 2008 14:45:44 +0000 (UTC) (envelope-from jdragan@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1025373nfb.33 for ; Thu, 07 Feb 2008 06:45:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=6dY8ugWIVl987xd54DKRQomS+JhwJnPow7qSOGzgpy4=; b=MKhDfnP6vAZsPeZe5Yd6naMRnEa+foi2+dWRD+stiC+HNsGR2AuEkIVi59qZNyZkc1XEU+JOcilqEAb2nSFwHw3Ch5k6R2KkTLx2E/VjfGhVy/AI14Y8Z+6XL/PF32Ocy7hc//1dtrlj1oRIzfclmZoWJ2nnQ3+Mi5mEfBtcC7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=TBg8InXPDO0p4ChXZpGEryCs+tKUusIPI9gTVdTTsA9NfhCJoso7eA0iR+Oll6TKed0682eWit3jLvBra2zWwNlpeSPDa9Oa2dwJxdaLlPbxj4Z2jNZttMnfuCYyNIjkRCXpcr24zJdFOVYvBCr4Qdrtf9ET0MYeqU3hHkqdnTY= Received: by 10.78.129.16 with SMTP id b16mr20345663hud.39.1202395542895; Thu, 07 Feb 2008 06:45:42 -0800 (PST) Received: from ?10.0.2.206? ( [87.116.146.17]) by mx.google.com with ESMTPS id z33sm9809274ikz.0.2008.02.07.06.45.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Feb 2008 06:45:42 -0800 (PST) Message-ID: <47AB1993.70507@gmail.com> Date: Thu, 07 Feb 2008 15:45:39 +0100 From: Dragan Jovelic User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <47AAFBE8.7080307@gmail.com> <200802071412.26884.wundram@beenic.net> In-Reply-To: <200802071412.26884.wundram@beenic.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Strange apache logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 14:45:45 -0000 Thanks for quick answer. I understand it is from localhost, but can't figure out what it is. Only things running there are apache and mysql server. In processes I see nothing strange, sockstat gives that all opened sockets belong to www/httpd. I suspect this is something with apache, but can't find what. Any ideas? Heiko Wundram (Beenic) wrote: > That's a request from localhost to localhost (except that Apache is being > connected to on the IPv6 localhost address and not on the IPv4 localhost of > 127.0.0.1). Check whether you have some monitoring tool (which is the only > thing I can think of that would query the server once a second) running on > the server, which check whether Apache is up. >