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

NAME

fastishcgi - run CGI scripts through a FastCGI interface

VERSION

version 0.002

SYNOPSIS

fastishcgi [help] [longhelp] [ip] [port] [socket] [css] [debug] [stderr]

OPTIONS

--help|-h

Basic help message

--longhelp

Full options (this message)

--ip <ip address>

IP to listen on, defaults to 127.0.0.1

--port|-p <port>

Port to listen on, defaults to 4001

--socket|-s <path>

UNIX socket to listen on. Defaults to INET socket.

--css <path>

Path to a stylesheet for error pages as it will be passed to the web server e.g. "http://myserver/error.css" or just "/error.css"

--debug|-D

Debugging messages will be enabled and outputted on STDERR

--stderr

By default, errors are sent to syslog only. This flag also copies errors to stderr, which usually gets logged by the webserver

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at https://github.com/ioanrogers/App-FastishCGI/issues.

SOURCE

The development version is on github at http://github.com/ioanrogers/App-FastishCGI and may be cloned from git://github.com/ioanrogers/App-FastishCGI.git

AUTHOR

Ioan Rogers <ioan.rogers@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Ioan Rogers.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)