Hi,
I am new to Plack and I need some help getting a Plack-app to run as
fast-cgi under apache2 on debian.
I think I am doing something trivial fundamentally wrong but for the
life of me I cannot figure it out....
The background of my question is that I would like to use Plack in my
current project where we are currently using some in-house framework
that is (in my opinon) no too well thought out.
What I would like to get out from Plack (or from using a Plack-aware
framework) is the ability to deploy an app either stand-alone or as
fast-cgi (or whatever) with only minimal (if any) changes to the code,
that would be really useful for us, but at the moment I am
struggling...
What I would need is a complete example (psgi-code and apache-config)
to make a plack-app run as fast-cgi under apache2 on Debian.
Everything I try at the moment only leads to internal server errors.
I have tried (unsuccessfully) to get some support on the perlmonks-
website, all the details can be found in the thread there (http://
perlmonks.com/?node_id=928402).
I hope this indirekt way of asking a question (by pointing to another
site) is ok for you.
Many thanks in advance!