FMS and PHP5 in the same server
Hello!
I just bought a server to try FMS 3.5. First, I installed Ubuntu Server and then installed FMS (obviously). Everything is working perfect until I decided to run some php applications in this server.
FMS created its own Apache2.2 folder under opt/adobe/fms, without PHP module.
I installed php5 module but it did not create the module inside adobe's Apache2.2 folder.
Everytime I run .php pages, apache runs them as HTML pages.
I also tried to put this references in the Apache's httpd.conf file:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script php
But libphp5.so is not present....
Anybody knows?
Thanks!!!
