| Apache2::WebApp::Helper::Kickstart - Command-line helper script |
Apache2::WebApp::Helper::Kickstart - Command-line helper script
use Apache2::WebApp::Helper::Kickstart;
my $obj = Apache2::WebApp::Helper::Kickstart->new;
$obj->process;
Start-up an Apache process to test your application.
Usage: webapp-kickstart [OPTION...]
WebApp::Helper::Kickstart - Start-up an Apache process to test your application
Options:
--doc_root Absolute path to your project
--httpd_bin Absolute path to the Apache binary (default: /usr/sbin/httpd)
--httpd_conf Absolute path to the Apache config (default: /etc/httpd/conf/httpd.conf)
--stop Terminate the Apache process
--debug Run httpd in debug mode. Only one worker process will be started.
--verbose Print messages to STDOUT
the Apache2::WebApp manpage, the Apache2::WebApp::Helper manpage, the Getopt::Long manpage
Marc S. Brooks, <mbrooks@cpan.org> http://mbrooks.info
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
| Apache2::WebApp::Helper::Kickstart - Command-line helper script |