mod_perl was always a pain to compile and work with on your own; in my experience, going back to 2000 or so; caveat to my opinion: I am sys-challenged. It was a smart and powerful tool but was always hard-wired to apache which back in the day was a reasonable choice but ultimately a bad design that kept it out of the shared hosting game. Sidenote: it was part of why Toys.com fell apart during its first Christmas rush, and why PHP took the web from Perl.

People recommend FastCGI because it’s the only decent option for Perl in many setups and shared hosting. I do not recommend it, mod_perl, or apache today. For Perl some sort of dedicated, agnostic, application server. I use uwsgi where I control the server, and nginx as the webserver. It speaks PSGI fine if launched and configured for it. There are other options but I do not know most of them well enough to discuss or recommend them except to say that, currently, uwsgi is superior to all the Perl-based solutions.


In reply to Re: Is mod_perl going the way of the dinosaur? by Your Mother
in thread Is mod_perl going the way of the dinosaur? by Polyglot

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.