App-FastishCGI

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN

            #fastcgi_pass 127.0.0.1:4001;
            include fastcgi_params;
            #fastcgi_param SCRIPT_FILENAME /usr/lib/cgi-bin/$1;
        }
     }

# SEE ALSO

Originally based on [NginxSimpleCGI](http://wiki.nginx.org/NginxSimpleCGI)

# 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](https://github.com/ioanrogers/App-FastishCGI/issues).

# SOURCE

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

bin/fastishcgi  view on Meta::CPAN


Debugging messages will be enabled and outputted on STDERR

=item B<--stderr>

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

=back

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

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

=head1 SOURCE

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

lib/App/FastishCGI.pm  view on Meta::CPAN

            #fastcgi_pass 127.0.0.1:4001;
            include fastcgi_params;
            #fastcgi_param SCRIPT_FILENAME /usr/lib/cgi-bin/$1;
        }
     }

=head1 SEE ALSO

Originally based on L<NginxSimpleCGI|http://wiki.nginx.org/NginxSimpleCGI>

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

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

=head1 SOURCE

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



( run in 0.500 second using v1.01-cache-2.11-cpan-4d50c553e7e )