Rick Warner [EMAIL PROTECTED] wrote:
On Mon, 2003-07-14 at 11:16, Bill Tangren wrote:
Is it possible to configure the httpd rpm in RH 9 to use php, or do I need to install apache from source and configure it that way? I have php and apache installed (from RPM's), but the necessary modules don't seem to have been included in httpd.conf. Is this possible?
I have php working on a stock up2date'ed RHL9 system - I don't think(?) I had to do anything special with the httpd.conf file. You'll need
php php-pgsql (if you'll use php with PostgreSQL) php-mysql (if you'll use php with MySQL)
and put this script:
test.php -------- <?php phpinfo(); ?>
in your document root (/var/www/html) - make sure it is readable by world. Then browse to http://your_server/test.php and you should get a nice listing of web server stuff.
HTH.
Thanks! It worked!
Bill
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list