From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 00:50:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2F74116A403 for ; Mon, 16 Oct 2006 00:50:36 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FD843D49 for ; Mon, 16 Oct 2006 00:50:35 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2010190pye for ; Sun, 15 Oct 2006 17:50:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pbajRekE6MgllwYN+zcwjjgjlWiZqAWB4EOBRKXhSecui3nucyG/azyeDC+cUk3nXSHyc+8yOn1cKdIjwTYuRdfpmdl0PrBBwinZchg6JScXeuljSSNRjLusjTcjEb52V1wyTky+CTieH0151h95/I6nsznupjUYMd+OCJz3GWs= Received: by 10.65.185.13 with SMTP id m13mr6648450qbp; Sun, 15 Oct 2006 17:50:31 -0700 (PDT) Received: by 10.65.103.4 with HTTP; Sun, 15 Oct 2006 17:50:31 -0700 (PDT) Message-ID: Date: Mon, 16 Oct 2006 08:50:31 +0800 From: "jan gestre" To: "Gary Kline" In-Reply-To: <20061016001032.GA18513@thought.org> MIME-Version: 1.0 References: <20060921222701.D63174@justnosweat.net> <20060921224132.2e3a5c9e.albi@scii.nl> <20061016001032.GA18513@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: albi , freebsd-questions@freebsd.org, justin Subject: Re: squirrelmail 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, 16 Oct 2006 00:50:36 -0000 On 10/16/06, Gary Kline wrote: > > On Thu, Sep 21, 2006 at 10:41:32PM +0200, albi wrote: > > On Thu, 21 Sep 2006 22:37:44 +0000 (UTC) > > justin wrote: > > > > > I`ve got a problem with squirrelmail > > > when i try to reach it through my browser i get the index.php > > > with the following message: > > --cut -- > > > // Are we configured yet? > > > if( ! file_exists ( 'config/config.php' ) ) { > > -- cut -- > > > So my questions is why the squirrelmail interface isnt executeted. > > > > did you run ./configure in /usr/local/www/squirrelmail/ ? > > > > and do you have in apache's config the following ? > > > > DirectoryIndex index.html index.html.var index.php > > AddType application/x-httpd-php .php > > AddType application/x-httpd-php-source .phps > > > > > > > I've been saving these instructions for weeks and just installed > squirrelmail. I tested it with > > http://www.thought.org/squirrelmail/ and by pointing at the > src/configtest.php. I get a 404 return. I have added your mods > intp my httpd.conf; I have stopped and restarted apache; I have > run ./configure. Still nothing. Any clues? > > gary > > you apache build doesn't have that module installed so even if you put it > there explicitly, you will still see the codes instead of the actual page, > you have to recompile apache with php support. HTH _______________________________________________ > 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" >