From owner-freebsd-questions@FreeBSD.ORG Wed Jul 19 17:46:31 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109DD16A4DA for ; Wed, 19 Jul 2006 17:46:31 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE8E43D46 for ; Wed, 19 Jul 2006 17:46:29 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060719174629.KZJT22971.mta10.adelphia.net@barbish>; Wed, 19 Jul 2006 13:46:29 -0400 From: "fbsd" To: "Lowell Gilbert" Date: Wed, 19 Jul 2006 13:46:24 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <447j29224o.fsf@be-well.ilk.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: stop apache processing connect requests X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 17:46:31 -0000 This is a vanilla install of apache13 with php4 port running on a 6.0 release of FreeBSD. Are you saying the php4 port is allowing these connection transaction requests through? If so would this not be considered a bug in the php4 port? -----Original Message----- From: Lowell Gilbert [mailto:freebsd-questions-local@be-well.ilk.org] Sent: Wednesday, July 19, 2006 8:47 AM To: fbsd@a1poweruser.com Subject: Re: stop apache processing connect requests "fbsd" writes: > In my httpd-access.log I have started to see a lot of these > messages. > How do I tell Apache server to not allow this kind of input? > I have already commented out proxy_module in httpd.config. > > 219-86-33-41 - - [18/Jul/2006:12:18:55 -0400] "CONNECT > 168.95.5.101:25 HTTP/1.0" 200 6989 "-" "-" > 219-86-33-41 - - [18/Jul/2006:12:18:56 -0400] "CONNECT > 168.95.5.103:25 HTTP/1.0" 200 6989 "-" "-" > 219-86-33-41 - - [18/Jul/2006:12:18:57 -0400] "CONNECT > 168.95.5.105:25 HTTP/1.0" 200 6989 "-" "-" You might do better to go to the Apache lists for this question. This shouldn't happen with a default configuration, so it's probably something you've modified locally. Make sure you reloaded the configuration after changing it, and that the daemon is loading the configuration file you edited...