From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 16:38:50 2004 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 A93FE16A4CF for ; Tue, 27 Jan 2004 16:38:50 -0800 (PST) Received: from s-smtp-osl-01.bluecom.no (s-smtp-osl-01.bluecom.no [62.101.193.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFA443D48 for ; Tue, 27 Jan 2004 16:38:39 -0800 (PST) (envelope-from lists@jonepet.net) Received: from mail.jonepet.net (tromso-dhcp-235-56.bluecom.no [62.101.235.56]) by s-smtp-osl-01.bluecom.no (Postfix) with SMTP id 94FEB16377A for ; Wed, 28 Jan 2004 01:38:37 +0100 (CET) Received: (qmail 15241 invoked by uid 1007); 28 Jan 2004 00:40:23 -0000 Received: from lists@jonepet.net by discovery.jonepet.net by uid 82 with qmail-scanner-1.20 (clamscan: 0.60. spamassassin: 2.61. Clear:RC:1(10.2.33.5):. Processed in 0.010495 secs); 28 Jan 2004 00:40:23 -0000 X-Qmail-Scanner-Mail-From: lists@jonepet.net via discovery.jonepet.net X-Qmail-Scanner: 1.20 (Clear:RC:1(10.2.33.5):. Processed in 0.010495 secs) Received: from unknown (HELO jonepet.net) (10.2.33.5) by discovery.jonepet.net with SMTP; 28 Jan 2004 00:40:23 -0000 Message-ID: <4017048E.9080808@jonepet.net> Date: Wed, 28 Jan 2004 01:38:38 +0100 From: Jon-Eirik Pettersen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: zzerver@hotmail.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: root@shellgratis.org Subject: Re: hi from california 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: Wed, 28 Jan 2004 00:38:50 -0000 zzerver@hotmail.com wrote: >Am soo sorry to ask for help, but ...i try for 1 week now, am running a free shell server in spanish http://shelgratis.org ; and i starting to offer access to individuals for free on my web server; my old server was red hat linux 9, and i change main main server (got 3 servers) to be freeBSD , i think its a great Os, but i had try to get php+perl+apache+mysql to work togather but some how i cant! ...i try searching your help documents and found zero topics about, i dont know withs port will do the job for me, i try i did recompile my apache from scratch with no results ...as far a go was get everything but php, perl cant call mysql deamon...can you please help me??? ...thanks! alex root@shellgratis.org ; atleast tell me withone off all ports on your site will enable my mysql+apache+php+perl ??? thanks again > > > You should use FreeBSD ports (if you do'nt to it allready). The ports you want is probably: /usr/ports/www/apache13 /usr/ports/www/mod_php4 or /usr/ports/lang/php4 /usr/ports/databases/mysql41-server /usr/ports/databases/phpmyadmin I don't know about perl, I dont use it with apache. Remember to read the output of make install on the (mod_)php4-port it's something you need to add to /usr/local/etc/apache/httpd.conf. You can start them by: /usr/local/etc/rc.d/apache.sh start /usr/local/etc/rc.d/mysql-server.sh start remember to check that httpd and mysqld is running: ps -ax | grep httpd ps -ax | grep mysqld