Apache's market share is on a strong downward trend. Nginx is the opposite and the only webserver that is. If these trends hold, nginx will be the most popular and widely used server in a few more years. Nginx doesn't even support CGI.

Because Nginx is a toy compared to Apache. It fills one little niche very well: replace reverse mod_proxy, on high traffic sites, so the mod_perl application server can get even more action! My brand new Macbook Pro came loaded with Apache/2.4.29, mod_perl/2.0.9 and Perl/v5.18.2 (which still includes CGI.pm yay). Simply edit config, flip the switch, and throw code at it. Nginx is not present, needed, nor welcome for such tasks. Apple has been very good to us. None of my linux distros even include Apache let alone mod_perl.


In reply to Re^2: Review of CGI::Alternatives by Anonymous Monk
in thread Review of CGI::Alternatives by Anonymous Monk

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.