Re: [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Michael W.
Did you configure Apache to use PHP? (Done by adding " LoadModule php5_module libexec/libphp5.so" and "AddType application/x-httpd-php .php .phtml" and usually "AddType application/x-httpd-php-source .phps" to httpd.conf). You also have to tell PHP to make an Apache shared file by adding this to c

[PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, phpinfo(); ?> but, that shows in the browser, Firefox, when typing localhost/index.php. I've confirmed that httpd is running, and generates pages as I got the Apache welcome p