ActivePerl as a FastCGI
807567Sep 10 2009 — edited Sep 16 2009Has anyone been able to get Active Perl 5.10 to work as a FastCGI on WS 7.0 u5? We have been trying for some time and all we see in the Fastcgistub.log file are just process failures or process unable to start messages. We see no such error with the PHP module so that I think tell us that FastCGI is working, it just does not want to work with Perl. Our sample programs work fine from the command line.
Anyone have any ideas?
Obj.conf has the following:
NameTrans fin="assign-name" name="fastperl" from="*.fpl"
.
.
.
<Object name="fastperl">
Service fn="responder-fastcgi"
type="magnus-internal/fastcgi" max-procs="5"
req-retry="5"
bind-path="localhost:3104"
app-path="/usr/local/bin/perl"
app-env="LD_LIBRARY_PATH=/usr/local/lib:/usr/local/site"
</Object>