NAME
cpanmirrorhttpd - simple CPAN mirror HTTP server
VERSION
version 0.04
SYNOPSIS
cpanmirrorhttpd [options]
Options:
--root - the webserver root path to use, default to '.'
--port - the port to listen on, default is 8080
DESCRIPTION
cpanmirrorhttpd
is a simple HTTP server for serving a full CPAN mirror or a minimal CPAN mirror created with CPAN::Mini.
It is based on HTTP::Daemon and employs fork
to service multiple requests.
OPTIONS
--root
-
This is the path to the CPAN mirror on the local disk to serve. It defaults to the current working directory if it is not supplied.
--port
-
This is the TCP port that the server will listen on for requests. It defaults to
8080
if it is not supplied.
AUTHOR
Chris Williams <chris@bingosnet.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Chris Williams.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.