From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 19:19:54 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 2219916A4CE for ; Thu, 23 Sep 2004 19:19:54 +0000 (GMT) Received: from dnsmail4.ior.navy.mil (nocc.ior.navy.mil [205.56.210.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD3C43D48 for ; Thu, 23 Sep 2004 19:19:49 +0000 (GMT) (envelope-from JohnsoBS@vicksburg.navy.mil) Received: from cg69ubd01.vicksburg.navy.mil ([205.95.65.21]) i8NJInN1000329; Thu, 23 Sep 2004 19:19:02 GMT Received: by CG69UBD01 with Internet Mail Service (5.5.2657.72) id ; Thu, 23 Sep 2004 22:22:19 +0300 Message-ID: From: JohnsoBS@vicksburg.navy.mil To: reshamwa@usc.edu Date: Thu, 23 Sep 2004 22:22:09 +0300 X-Mailer: Internet Mail Service (5.5.2657.72) cc: freebsd-questions@freebsd.org Subject: RE: PHP Problem 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, 23 Sep 2004 19:19:54 -0000 You installed the CGI port.. You need to install the apache module. CGI doesn't allow embedded php in the page. The port you are looking for specifically is /usr/ports/www/mod_php4 Might be worth your while to look at /usr/ports/lang/php4 though. It allows compilation of php in various forms. cli, mod, and cgi. All have different functions and ways of using. -----Original Message----- From: digish reshamwala [mailto:reshamwa@usc.edu] Sent: Thursday, September 23, 2004 8:59 PM To: freebsd-questions@freebsd.org Subject: PHP Problem Hi I have installed Apache Mod_ssl 1.3.29 first then, I installed PHP using ports in FreeBSD 5.2.1 as: cd /usr/ports/www/php4-cgi make make install clean But my PHP doesn't seems to be working, as my simple Hello World program- doesn't give any output. It just displays the blank page. Can u guys help me asap, please??! thanks a lot, digish _______________________________________________ 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"