Link to home
Start Free TrialLog in
Avatar of cvonrabe
cvonrabeFlag for United States of America

asked on

How do I make Apache default to php 5.2 instead of 5.3

I am running Ubuntu 12.04 with php 5.3 installed.  I have also managed to install php 5.2.  I am struggling to force apache to use 5.2 instead of 5.3.  Can anyone tell me what I need to do?  Thanks!
Avatar of ABCStore
ABCStore

Find
LoadModule php5_module modules/libphp5.so

Open in new window

in you Apache config and point it to the correct module (whatever it is called on your system for PHP 5.2)
Avatar of cvonrabe

ASKER

Thanks I am still a little confused.  How do I find the other module?
ASKER CERTIFIED SOLUTION
Avatar of ABCStore
ABCStore

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial