From owner-freebsd-questions@FreeBSD.ORG Sun Apr 9 12:56:09 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 EBE5816A403 for ; Sun, 9 Apr 2006 12:56:09 +0000 (UTC) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFD043D69 for ; Sun, 9 Apr 2006 12:56:06 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so523111nfc for ; Sun, 09 Apr 2006 05:56:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ejeKLpTIuxgOJZz4fY6TZiPIqC7jI5AFDQY2OsI4cDw2zbhzdNrpw2eL2KlTmOcWVhUWGDrwqcnReTG6C14ZD6R/JGwZi3pmUkn9AfP1gZr1I5Al40zDB1XxzBZMLzxmDpwrFee3uFPlOFhUQAg5+YZqZhzlFXriOuat32iZ1KY= Received: by 10.49.27.1 with SMTP id e1mr1297124nfj; Sun, 09 Apr 2006 05:56:06 -0700 (PDT) Received: by 10.49.5.6 with HTTP; Sun, 9 Apr 2006 05:54:16 -0700 (PDT) Message-ID: <5ceb5d550604090554r74f789efkc3420db89fc92c4d@mail.gmail.com> Date: Sun, 9 Apr 2006 14:54:16 +0200 From: "Daniel A." To: "Adam McCarthy" In-Reply-To: <7b7f9d810604081118x1aca4493r96b8bf539e9291b0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7b7f9d810604081118x1aca4493r96b8bf539e9291b0@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Apache refusing to listen 81 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: Sun, 09 Apr 2006 12:56:10 -0000 On 4/8/06, Adam McCarthy wrote: > I am trying to tell Apache2 to listen on port 81 > with > Listen *:81 > > Even if I comment out Listen:80 it still listens on 80. > > After starting Apache, telnet 127.0.0.1 81 fails with Connection Refused. > > My listen is > Listen *:80 > Listen *:81 > > I have no firewall on the machine. No errors in httpd-error.log. > > Thanks in advanced for any inconvience. > > -- > Microsoft sent me an email stating. > > "We have been informed that you have 10 machines, in which only two > are running Windows. If this does not change, we will contact your ISP > and have you shutdown. Thank you, and we apoligize for any > inconvience." > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > What does "sockstat -4l" return?