Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ActivePerl as a FastCGI

807567Sep 10 2009 — edited Sep 16 2009
Has 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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2009
Added on Sep 10 2009
1 comment
131 views