![]() |
Perl (CGI Scripts)
Hello,
I got everything working smoothly so far. I’m using litespeed as a replacement to apache on cpanel servers. My last issue seems to be getting perl cgi scripts to work. I found the following page and have installed the FCGI. (perl -MCPAN -e 'install FCGI') I’m just confused at to where in the web admin console I add the mappings to make this work. http://www.litespeedtech.com/support...erl_equivalent |
You can run perl script either as plain CGI script in suEXEC mode, or run it within the our Perl FCGI container as the user/group of the web server run as, "nobody/nobody".
To run perl CGI script as plain CGI, just add a server level script handler for "pl", using CGI as the handler. To use the perl container, you need to add a FCGI external application similar to the lsphp external application, then use this external application as the handler for "pl"script. |
I add these under >server then under the >external app or >script handler sub sections?
|
under server->external app for the FCGI Application, then server->script handler section for the script handler of "pl".
|
Great, that clears it up for me, just wasnt sure which section to add it.
|
A sample perld configuration:
Code:
<extProcessor> |
Much appreciated, will try it to get it working once I fix that other issue.
|
| All times are GMT -7. The time now is 05:46 PM. |