From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 11:03:55 2012 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 0AB8F106564A for ; Mon, 30 Jan 2012 11:03:55 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 950178FC15 for ; Mon, 30 Jan 2012 11:03:54 +0000 (UTC) Received: by werm13 with SMTP id m13so2407174wer.13 for ; Mon, 30 Jan 2012 03:03:53 -0800 (PST) Received: by 10.180.82.41 with SMTP id f9mr26687281wiy.7.1327921433544; Mon, 30 Jan 2012 03:03:53 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id x7sm4345367wif.10.2012.01.30.03.03.51 (version=SSLv3 cipher=OTHER); Mon, 30 Jan 2012 03:03:51 -0800 (PST) Message-ID: <4F267916.1000806@my.gd> Date: Mon, 30 Jan 2012 12:03:50 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Weird configuration with Apache 22 and Freebsd 9.0 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: Mon, 30 Jan 2012 11:03:55 -0000 On 1/30/12 11:40 AM, Darrell Betts wrote: > Installed Freebsd9.0 along with Apache2.2 ,php5, php5-extensions, perl, and phpmyadmin > > phpmyadmin works fine when i put in the url but if I add a virtual host file then I get the error can't find phpmyadmin on the server. > > What am I missing here? > You're missing, most likely, an alias to /phpmyadmin/ or similar. You may want to copy/paste your vhost configuration. Also, no offense meant, but I think you're being lazy. >From your question, I can only guess that you haven't looked at your apache error log files.