From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 14:01:48 2007 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 7CF0016A419 for ; Sun, 19 Aug 2007 14:01:48 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 590E513C46E for ; Sun, 19 Aug 2007 14:01:48 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id A10F880CE for ; Sun, 19 Aug 2007 10:01:46 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id C8FF0B65B6 for ; Sun, 19 Aug 2007 14:01:36 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 19 Aug 2007 14:01:35 +0000 References: <200708171532.14960.lists-fbsd@shadypond.com> <46C83B64.9040608@fpt.vn> In-Reply-To: <46C83B64.9040608@fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708191401.35839.lists-fbsd@shadypond.com> Subject: Re: installing/using 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: Sun, 19 Aug 2007 14:01:48 -0000 On Sunday 19 August 2007 12:45:24 vuthecuong wrote: > Pollywog wrote: > > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when > > I put http://hostname/phpMyAdmin in a browser, I get "the requested URL > > was not found..." > > > > Is some additional configuration required or is the problem that I can > > only access phpMyAdmin from localhost? I have not tried that yet so I > > don't know if that would work either. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Did you alias phpmyadmin in httpd.conf (or lighttpd.conf)? I did but I think there is another problem somewhere, so for the time being I will do without phpMyAdmin in FreeBSD. thanks