Marc S. Brooks > Apache2-WebApp-Toolkit > Apache2::WebApp::Helper::Kickstart

Download:
Apache2-WebApp-Toolkit-0.39.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.04   Source  

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 ^

Apache2::WebApp, Apache2::WebApp::Helper, Getopt::Long

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://dev.perl.org/licenses/artistic.html

syntax highlighting: