The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

arriba - Arriba launcher

VERSION

version 0.020

SYNOPSIS

Launch a plain HTTP server listening on port 5080:

    arriba --listen :5080

Launch an HTTPS server on port 5443, no SPDY:

    arriba --listen :5443:ssl --ssl-cert cert.pem --ssl-key key.pem

Launch an HTTPS server with SPDY support:

    arriba --listen :5443:ssl --ssl-cert cert.pem --ssl-key key.pem \
        --enable-spdy

OPTIONS

Arriba recognizes most of the options supported by Starman -- see starman for a list of those.

--enable-spdy

Enable SPDY support on SSL ports.

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Michal Wojciechowski <odyniec@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Michal Wojciechowski.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.