J
JCXR
Guest
Hello,
I am running Plesk 8.1 on Fedora Core 4 and Apache 2.0.
I'd like to run the app a.fcg using fastcgi. I went to domain/setup/ and checked mod_fcgid support.
Next I did
cd /etc/httpd/conf.d/
and edited the file fcgid.conf
to add .fcg to
AddHandler fastcgi-script .fcgi .rb
which is now like this:
AddHandler fastcgi-script .fcgi .rb .fcg
I restarted Apache.
When I type url/a.fcg from a browser, I don't see the output of the cgi app but I am offered the "opportunity" to download that file a.fcg.
How could I get that right?
Many thanks in advance
I am running Plesk 8.1 on Fedora Core 4 and Apache 2.0.
I'd like to run the app a.fcg using fastcgi. I went to domain/setup/ and checked mod_fcgid support.
Next I did
cd /etc/httpd/conf.d/
and edited the file fcgid.conf
to add .fcg to
AddHandler fastcgi-script .fcgi .rb
which is now like this:
AddHandler fastcgi-script .fcgi .rb .fcg
I restarted Apache.
When I type url/a.fcg from a browser, I don't see the output of the cgi app but I am offered the "opportunity" to download that file a.fcg.
How could I get that right?
Many thanks in advance