Hi

after having just wasted another train journey I have had it now.

Evidently (as I keep reading how "everything just works") I need some external input, so I am offering a bait I know you cannot refuse, the one true currency among Perl-hackers:

BEER

I hope this extraordinary measure conveys how desperate I have become...

So here is the challenge:

I want a complete working solution to make a plack-app run as fast-cgi under apache on Linux.

You can use either mod_fastcgi or mod_fcgid but I want a full apache-config, where to put my psgi-file, what to put in the shebang-line etc etc.

Here is the app:

use strict; return sub { return [ 200, ["Content-Type" => "text/plain"], ["hi"] ]; }
I am willing to pay the first monk to supply a working solution a large beer at next year's YAPC::Europe.

If you cannot attend the conference I am willing to send a picture of a real bavarian beer to any email-address of the winner's choosing.

Good luck!


In reply to Plack beer challenge by morgon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.