Skip to main content
Inspiring
March 28, 2012
Answered

How to change integrated Apache root folder to something else?

  • March 28, 2012
  • 1 reply
  • 718 views

We are trying to install our Adobe Flash Media Interactive Server. The problem we are facing is that Apache which comes with FMS is set to be run from /home/Apache2.2.21_x64 for some odd reason. Even though we install whole FMS to /opt/adobe/fms folder Apache still has /home/Apache2.2.21_x64 everywhere compilled in. Is there a way to change Apache root folder?

This topic has been closed for replies.
Correct answer Vilius Šumskas

If anyone wonders, you have to add ServerRoot "/your/fms/folder/Apache2.2" in conf/httpd.conf and -d /your/fms/folder/Apache2.2   when running it through apachectl.

1 reply

Vilius ŠumskasAuthorCorrect answer
Inspiring
March 30, 2012

If anyone wonders, you have to add ServerRoot "/your/fms/folder/Apache2.2" in conf/httpd.conf and -d /your/fms/folder/Apache2.2   when running it through apachectl.