From owner-freebsd-questions@FreeBSD.ORG Tue May 18 18:12:43 2010 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 BCCE1106564A for ; Tue, 18 May 2010 18:12:43 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4A18FC19 for ; Tue, 18 May 2010 18:12:43 +0000 (UTC) Received: by ewy1 with SMTP id 1so133573ewy.13 for ; Tue, 18 May 2010 11:12:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.52.6 with SMTP id f6mr2960205ebg.51.1274206362189; Tue, 18 May 2010 11:12:42 -0700 (PDT) Received: by 10.213.28.76 with HTTP; Tue, 18 May 2010 11:12:42 -0700 (PDT) X-Originating-IP: [93.203.37.34] In-Reply-To: <429260.25093.qm@web86508.mail.ird.yahoo.com> References: <429260.25093.qm@web86508.mail.ird.yahoo.com> Date: Tue, 18 May 2010 20:12:42 +0200 Message-ID: From: "C. P. Ghost" To: TERRY ELLENDER Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: http://localhost/phpmyadmin 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: Tue, 18 May 2010 18:12:43 -0000 On Tue, May 18, 2010 at 5:53 PM, TERRY ELLENDER wrote: > How to I free Port > 80 on my computer. =A0I am trying to use XAMPP. =A0It all loads OK and I = get the > start screen but when I press start a message appears syaing Busy and Pro= gram > NOT responding appears above the XAMPP Box. =A0When I do a port check it = shaows > that Port 80 is in use by the'system' =A0Can you help? Please. Just run "sockstat -46l" and check for port 80. This should show the process sitting there, listening. Just kill that process, and the port should be free again (maybe after 2 minutes, or immediately -- depending on a special socket option). > Regards > Terry -cpghost. --=20 Cordula's Web. http://www.cordula.ws/