App-Office-CMS

 view release on metacpan or  search on metacpan

httpd/cgi-bin/office/cms.psgi  view on Meta::CPAN

#!/usr/bin/env perl
#
# Run with:
# starman -l 127.0.0.1:5006 --workers 1 httpd/cgi-bin/office/cms.psgi &
# or, for more debug output:
# plackup -l 127.0.0.1:5006 httpd/cgi-bin/office/cms.psgi &

use strict;
use warnings;

use CGI::Application::Dispatch::PSGI;

use Plack::Builder;

lib/App/Office/CMS.pm  view on Meta::CPAN

CGI scripts, and tiny (thttpd) L<http://acme.com/software/thttpd/>, which does.

See L<http://wiki.nginx.org/ThttpdCGI> for patching tiny.

See also L<http://savage.net.au/Perl/html/env.report.html>.

=head2 Start testing

Try:

	starman -l 127.0.0.1:5006 --workers 1 httpd/cgi-bin/office/cms.psgi &

Or, for good debug output:

	plackup -l 127.0.0.1:5006 httpd/cgi-bin/office/cms.psgi &

Or, install cms.cgi and point your browser at:

	http://127.0.0.1/cgi-bin/cms.cgi.

=head1 The Generate Button



( run in 1.202 second using v1.01-cache-2.11-cpan-e93a5daba3e )