Skip to main content
Inspiring
February 12, 2012
Answered

CGI on FMS AWS?

  • February 12, 2012
  • 1 reply
  • 6292 views

I am going crazy here.

On my development PC ( Windows 7) I am able to create Perl Scripts and run them in Web Server included with FMS, Apache 2.2.

On AWS (CentOS Linux), the script will not run, it just downloads as if it was a html or text file. I've been changing the HTTPD.CONF according to http://httpd.apache.org/docs/2.2/howto/cgi.html but no matter what I do I get the same result. A raw listing of my script.

Any pointers (including another forum) would be greatly appreciated.

This topic has been closed for replies.
Correct answer pjsteele190

I am a newbie to Linux and Apache but I got CGI's working by this change

#<IfModule worker_module>

    LoadModule cgid_module modules/mod_cgid.so

#</IfModule>

Commenting out the IfModule lines.

1 reply

pjsteele190AuthorCorrect answer
Inspiring
February 12, 2012

I am a newbie to Linux and Apache but I got CGI's working by this change

#<IfModule worker_module>

    LoadModule cgid_module modules/mod_cgid.so

#</IfModule>

Commenting out the IfModule lines.

Participant
October 25, 2012

Many thanks P.J. Steele !


This occurs in amazon's ams-5.0.0.8002-centos-5.5-ami-5 (ami-01b5b075) as well and kept bugging me for a while.

@adobe: you are deploying a messy config

Adobe Employee
November 9, 2012

From FMS 4.5.4 Release Notes,

Known Issue:

2633530 CGI not supported in the Flash Media Server Apache installation.