Date: Thu, 27 Jan 2005 10:52:42 +0100 From: christophe ollier <c.ollier.ml@free.fr> To: Gert Cuykens <gert.cuykens@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Witch apache, mysql and php do i need ? Message-ID: <41F8B9EA.3020509@free.fr> In-Reply-To: <ef60af09050127011635b1e8fa@mail.gmail.com> References: <ef60af0905012622493da77413@mail.gmail.com> <41F8AEF7.3010502@free.fr> <ef60af09050127011635b1e8fa@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41F8B9EA.3020509>