Gepok
view release on metacpan or search on metacpan
ssl_verify_callback => CODEREF
Custom verifier for SSL client certificates, to be passed to
HTTP::Daemon::SSL. This is optional.
ssl_ca_file => STR
Path for file containing certificates of reputable authorties for
certificate verification. This is optional.
ssl_ca_path => STR
According to IO::Socket::SSL this is only of interest if you are
"unusually friendly with the OpenSSL documentation". This is optional.
start_servers => INT (default 3)
Number of children to fork at the start of run. If you set this to 0,
the server becomes a nonforking one.
Tip: You can set start_servers to 0 and 'daemonize' to false for
debugging.
max_clients => INT (default 150)
lib/Gepok.pm view on Meta::CPAN
Custom verifier for SSL client certificates, to be passed to HTTP::Daemon::SSL.
This is optional.
=head2 ssl_ca_file => STR
Path for file containing certificates of reputable authorties for certificate
verification. This is optional.
=head2 ssl_ca_path => STR
According to L<IO::Socket::SSL> this is only of interest if you are
"unusually friendly with the OpenSSL documentation". This is optional.
=head2 start_servers => INT (default 3)
Number of children to fork at the start of run. If you set this to 0, the server
becomes a nonforking one.
Tip: You can set start_servers to 0 and 'daemonize' to false for debugging.
=head2 max_clients => INT (default 150)
( run in 0.509 second using v1.01-cache-2.11-cpan-4d50c553e7e )