Apache2::WebApp::Helper::Kickstart - Command-line helper script


NAME

Apache2::WebApp::Helper::Kickstart - Command-line helper script


SYNOPSIS

  use Apache2::WebApp::Helper::Kickstart;
  my $obj = Apache2::WebApp::Helper::Kickstart->new;
  $obj->process;


DESCRIPTION

Start-up an Apache process to test your application.


COMMAND-LINE

  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


SEE ALSO

the Apache2::WebApp manpage, the Apache2::WebApp::Helper manpage, the Getopt::Long manpage


AUTHOR

Marc S. Brooks, <mbrooks@cpan.org> http://mbrooks.info


COPYRIGHT

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