Apache & PHP (was Re: Question???)

duncan brown duncanbrown at linuxadvocate.net
Tue Apr 27 14:01:55 UTC 2004


Christoph Wickert said:


> grep -R -i php /etc/httpd/conf.d/
> /etc/httpd/conf.d/php.conf:LoadModule php4_module modules/libphp4.so

bingo.

why not just create a file phpinfo.php and make the contents as such:

<?php phpinfo() ; ?>

that'll either come up and show you tons of php info, or nothing'll happen
(which means php isn't installed/configured)

if you don't have php installed, then do this (as root):

yum install php

and use yum to install other software, it makes life easy.

-d

-+(duncan brown
-+(duncanbrown at linuxadvocate.net
-+(http://www.linuxadvocate.net

()  ascii ribbon campaign - against html e-mail
/\                        - against microsoft attachments

Blessed is the man who, having nothing to say, abstains from giving wordy
evidence of the fact.
                -- George Eliot






More information about the fedora-list mailing list