For Fedora 6 it will be using apache2 if you installed off the RPM
the conf is in /etc/httpd/conf.d and similar folders there might be a config file called php.conf in there in which the below could be used.. if not
use /etc/httpd/conf/httpd.conf for the below
You need to make sure you have an AddType Application or AddHander
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
Make sure those are there... if not place them in there it can also read
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
restart your web server through
service httpd restart
or /etc/init.d/httpd restart
place a file in
var/www/html
if the default place
test your PHP
with
this will give you a php info
hope it helps
Blue chip hosting staff
http://www.bluechiphosting.com