Apache, Mongrel and -> SSI <-

Hello,

I am new to Rails. Please forgive my lack of technical knowledge.

I am trying to include a CGI script in a RoR script served by Mongrel. I
tried the usual include tags: , but it’s not
working. I also tried “render :file”, but this is the error I get:

“Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Error reading from remote server
Apache/2.0.51 (Fedora) Server at xxx Port 80”

Can someone advise?