All - is there a better (?define!) alternative to Apache for PC-based (ie non-server based) CGI testing of perl scripts? I have used Apache in the past (I had it working in the old days) but since I have installed Window 10, it has become more of a faff to get correct - missing libraries, license not specified correctly, builds not correct and so on.

I am trying to test an update to my perl-based cgi program.

I understand that cgi has been phased out but our system is so simple that it doesn't need anything fancy, simply a user-interaction that is required with a cgi-generated HTML form, and the system has worked well so far, but it is being updated/upgraded, hence the need to do some testing, and we have no plans at all to change the operation of our packages

<p.We are getting sick of Apache not "doing as it is told" - it is a tool, and users shouldn't have to fight to get tools to work, but that is the case here.

So is there a simpler, easy-to-install/setup/use alternative to Apache that will run offline on a PC, mimicking a server?

In reply to Offline alternatives to Apache for CGI testing by gsd4me

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.