Skip to main content
Participant
January 24, 2010
Question

FMS and PHP5 in the same server

  • January 24, 2010
  • 1 reply
  • 545 views

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!!!

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    January 25, 2010

    I suggest you uninstall fms with apache resinstall fms without apache then install apache php5 using apt-get you will simplify administration by using a package manager such as apt-get as much as possible.