From owner-freebsd-questions@FreeBSD.ORG Fri Aug 17 17:29:41 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 C2B9416A417 for ; Fri, 17 Aug 2007 17:29:41 +0000 (UTC) (envelope-from hunk@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 2001C13C45B for ; Fri, 17 Aug 2007 17:29:40 +0000 (UTC) (envelope-from hunk@gmx.at) Received: (qmail invoked by alias); 17 Aug 2007 17:02:59 -0000 Received: from 194-208-014-040.tele.net (EHLO core.localdomain) [194.208.14.40] by mail.gmx.net (mp031) with SMTP; 17 Aug 2007 19:02:59 +0200 X-Authenticated: #19674453 X-Provags-ID: V01U2FsdGVkX19ZjBkuvslZXP7Ci/RcRKxgu+VSvD5eczSzIQEmiZ hWm9xaxl9g7ijI Date: Fri, 17 Aug 2007 19:03:14 +0200 From: hunk To: freebsd-questions@freebsd.org Message-Id: <20070817190314.e2c264d2.hunk@gmx.at> In-Reply-To: <200708171532.14960.lists-fbsd@shadypond.com> References: <200708171532.14960.lists-fbsd@shadypond.com> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 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: Fri, 17 Aug 2007 17:29:41 -0000 Hi, take a closer look at the end of "make install"... -------- To make phpMyAdmin available through your web site, I suggest that you add something like the following to httpd.conf: Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" Options none AllowOverride Limit Order Deny,Allow Deny from all Allow from 127.0.0.1 .example.com -------- rgds mh On Fri, 17 Aug 2007 15:32:14 +0000 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"