Closed kba closed 8 years ago
There must be some tool to start a CGI environment on a non-privileged port for Perl. With such a tool, we could test the server-side code / protocol without a full blown HTTP server like Apache.
Implemented using Plack::WrapCGI and plackup. See Makefile, i.e. make deps dev-server.
make deps dev-server
There must be some tool to start a CGI environment on a non-privileged port for Perl. With such a tool, we could test the server-side code / protocol without a full blown HTTP server like Apache.