Hi there,
I'm using Cherokee version 0.5.6. I have a situation where I need to
execute some perl (and possibly also some bash scripts) via CGI. Due
to environment limitations I can't use FastCGI or SCGI. I presumed
this would be possible via the CGI handler using the following config;
Extension pl {
Handler cgi
}
I'm getting a 500 response from the server when it's pointed at any
perl. I've done some tracing in the CGI handler code and it seems to
me that Cherokee is attempting the execute the script directly instead
of pushing it through the interpreter specified by the script (i.e.
"#!/usr/bin/perl).
Is this correct behaviour? Is it possible to execute interpreted
scripts via the CGI handler?
Cheers,
Eoin
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee