in reply to Offline alternatives to Apache for CGI testing

HTTP::Server::Simple
  • Comment on Re: Offline alternatives to Apache for CGI testing

Replies are listed 'Best First'.
Re^2: Offline alternatives to Apache for CGI testing
by Anonymous Monk on Aug 11, 2017 at 22:08 UTC

    Not close enough to apache.

    HTTP::Server::Simple can be used to build a standalone web-based application or turn a CGI into one.

    can means that out of the box it doesn't serve images/files/run cgis. copy/pasting SYNOPSIS gets you 1/3 ... but synopsis's usually aren't well tested.