From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 09:51:31 2005 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 3452D16A4CE for ; Thu, 27 Jan 2005 09:51:31 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF3B43D41 for ; Thu, 27 Jan 2005 09:51:30 +0000 (GMT) (envelope-from c.ollier.ml@free.fr) Received: from [192.168.1.101] (jaures31-1-82-228-82-192.fbx.proxad.net [82.228.82.192]) by postfix4-1.free.fr (Postfix) with ESMTP id D7E4D281944; Thu, 27 Jan 2005 10:51:29 +0100 (CET) Message-ID: <41F8B9EA.3020509@free.fr> Date: Thu, 27 Jan 2005 10:52:42 +0100 From: christophe ollier User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr-fr, fr, en-us, en MIME-Version: 1.0 To: Gert Cuykens References: <41F8AEF7.3010502@free.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: Witch apache, mysql and php do i need ? 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: Thu, 27 Jan 2005 09:51:31 -0000 Le 27/01/2005 à 10:16, Gert Cuykens a écrit : > If i install phpmyadmin will php be a module into apache or a cgi bin ? It's mod_php, as in "module". It brings better integration of PHP into Apache than the classic CGI. > Witch mysql do i install exactly ? And after installing it, will it > work or will php say something like cant connect to mysql :) I personaly use the exact same version as the client. As phpMyAdmin uses a 4.0.x client, I installed databases/mysql40-server from the ports. You'll have to edit phpMyAdmin config files to match the server. See http://www.phpmyadmin.net/documentation/#setup > Do i need something extra for the ssl ? Yes, but I haven't personal experience of this. There seems to be a good page here : http://www.unixcities.com/apache-openssl/ Cheers, -- Christophe