| Apache2-WebApp-Toolkit documentation | view source | Contained in the Apache2-WebApp-Toolkit distribution. |
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
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.
| Apache2-WebApp-Toolkit documentation | view source | Contained in the Apache2-WebApp-Toolkit distribution. |