
test-server.pl - single threaded HTTP/CGI testserver

Don't use it in production, SSL/TLS and FCGI not supported.

test-server.pl [-ssl] [-p -port ] [- f capo.cfg] [-l log4perl.cfg]

Listen for HTTPS requests.
HTTP listen port. If not defined listens on port 3333 or 4433 if --ssl is defined.
Captive::Portal config file. If not defined looks for the following files
$ENV{CAPTIVE_PORTAL_CONFIG} ||
$Bin/../etc/local/config.pl ||
$Bin/../etc/config.pl
Log::Log4perl config file. If not defined looks for the following files
$ENV{CAPTIVE_PORTAL_LOG4PERL} ||
$Bin/../etc/local/log4perl.conf ||
$Bin/../etc/log4perl.conf

Karl Gaissmaier, <gaissmai at cpan.org>

Copyright 2010-2013 Karl Gaissmaier, all rights reserved.
This distribution is free software; you can redistribute it and/or modify it under the terms of either:
a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or
b) the Artistic License version 2.0.