From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 14:52:19 2003 Return-Path: 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 CBC3837B401 for ; Mon, 31 Mar 2003 14:52:19 -0800 (PST) Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.221.29.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6641143F93 for ; Mon, 31 Mar 2003 14:52:18 -0800 (PST) (envelope-from fallenbr@uol.com.br) Received: from 200-161-254-31.dsl.telesp.net.br ([200.161.254.31]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id TAA29897 for ; Mon, 31 Mar 2003 19:52:16 -0300 (BRT) From: Konrad Scorciapino To: freebsd-questions@freebsd.org Date: Mon, 31 Mar 2003 19:51:41 -0300 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303311951.41772.fallenbr@uol.com.br> Subject: PHPmySQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 22:52:20 -0000 Hi, I've installed phpmyadmin, configured and moved it to ~/www/myadmin... But when I try to acess it, I get the following errors: An error occured while loading http://localhost/myadmin: Could not connect to host localhost.my.domain Oh, I am using the APACHE server. What could be wrong? Thank you!