[TriLUG] help with Linux 9 and PHP
zzd
zzd at nc.rr.com
Mon Sep 1 16:53:10 EDT 2003
On Monday September 01 2003 03:32 pm, Jason Li wrote:
> I am looking for an experienced Linux and PHP professional who can
> help with the setup of PHP on a Linux machine. Currently, Linux 9 and
> PHP 4.2.3 are both installed but do not seem to work together. If you
> are interested, please email me and I will give you the details.
Create a quick one line test page as follows and place it in your html
root (probably /var/www/html ) and call it info.php.
<?php echo phpinfo(); ?>
Then open this location in your browser:
http://localhost/info.php
If you see a page detailing the PHP installation, everything is fine, if
not, please provide as much information as you can. Setting up PHP
should be as simple as ensuring that the PHP and apache rpms are
installed.
z
More information about the TriLUG
mailing list