Date: Thu, 7 Feb 2008 14:09:35 -0600 From: "Darryl Hoar" <darryl@osborne-ind.com> To: <freebsd-questions@freebsd.org> Subject: PHP - install question Message-ID: <C916917CF83240C1844B7CD23CDD8E49@Europa>
next in thread | raw e-mail | index | archive | help
Greetings, am trying to install apache 1.3, mysql, php on my freshly installed 6.3 box. Once I installed apache and mysql, I tried to install php. couldn't find mod_php4 in ports, so googled and found that I needed /usr/ports/lang/php4. Installed that without problem. Created file /usr/local/www/data/index.php with the following contents: <html> <head> <title>PHP_TESTER</title> </head> <body> <?php phpinfo(); ?> </body> </html> When I use my browser and hit the server, I get a blank page with the title PHP_TESTER. what step did I miss ? any help greatly appreciated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C916917CF83240C1844B7CD23CDD8E49>