Hello All. Is mod_php for apache hiding in a repo somewhere? I did a yum --enablerepo=centosplus install mod_php (as googled) but I don't see any mod_php lurking anywhere. Anyone know what's up?
Thanks
Hello All. Is mod_php for apache hiding in a repo somewhere? I did a yum --enablerepo=centosplus install mod_php (as googled) but I don't see any mod_php lurking anywhere. Anyone know what's up?
Thanks
Tblader,
Hit a mirror like this one and poke around in the appropriate dirs for you
http://mirror.stanford.edu/yum/pub/centos/
- rh
-- Abba Communications Spokane, WA www.abbacomm.net
yum --enablerepo=centosplus install mod_php
The php module gets loaded from /etc/httpd/conf.d/php.conf instead of the regular "LoadModule mod_php" in httpd.conf
Cheers