On Thu, 19 Sep 2013, Jay Vee wrote:
To: php-install@lists.php.net
From: Jay Vee
Subject: [PHP-INSTALL] How to load apache module
I want to add this line to my Apache httpd.conf file:
LoadModule php5_module modules/libphp5.so
Where do I easily get 'libphp5.so' for my platfor
If I remember correctly, the last time I setup a CentOs (was v 5.x) all I
had to do was:
yum install httpd
/etc/init.d/httpd start
yum install php
/etc/init.d/httpd restart
Which should automatically configure PHP for you on Apache. I actually have
a bookmark on it, will have to dig it up and se
I want to add this line to my Apache httpd.conf file:
LoadModule php5_module modules/libphp5.so
Where do I easily get 'libphp5.so' for my platform which is CentOs 6.2?
How do I get libphp5.so there?
Ideally I would like to do:
#yum -y install to get it there ( or a switch to indicate my
conf