App-PureProxy
view release on metacpan or search on metacpan
--error-log
Specify the pathname of a file where the error log should be written.
This enables you to still have access to the errors when using
--daemonize. (default: none)
--group
Changes the group ids or group names that the server should switch to
after binding to the port. The ids or names can be separated with
commas or space characters. (default: none)
-o, --host
Binds to a TCP interface. Defaults to undef, which lets most server
backends bind to the any (*) interface. This option is only valid for
servers which support TCP sockets.
-I
Specifies Perl library include paths, like perl's -I option. You may
add multiple paths by using this option multiple times. See plackup.
--ipv6
Enables IPv6 support. The IO::Socket::IP module is required. (default:
--umask
Changes file mode creation mask. The "umask" in perlfunc is an octal
number representing disabled permissions bits for newly created files.
It is usually 022 when a group shouldn't have permission to write or
002 when a group should have permission to write. (default: none)
--user
Changes the user id or user name that the server process should switch
to after binding to the port. The pid file, error log or unix socket
also are created before changing privileges. This option is usually
used if the main process is started with root privileges because
binding to the low-numbered (<1024) port. (default: none)
ENVIRONMENT
PUREPROXY_SERVER
Changes the default PSGI server. This is Thrall if Perl supports
threads and Starlight otherwise.
SEE ALSO
## --error-log
Specify the pathname of a file where the error log should be written. This
enables you to still have access to the errors when using `--daemonize`.
(default: none)
## --group
Changes the group ids or group names that the server should switch to after
binding to the port. The ids or names can be separated with commas or space
characters. (default: none)
## -o, --host
Binds to a TCP interface. Defaults to undef, which lets most server
backends bind to the any (\*) interface. This option is only valid
for servers which support TCP sockets.
## -I
Specifies Perl library include paths, like perl's `-I` option. You
may add multiple paths by using this option multiple times. See [plackup](https://metacpan.org/pod/plackup).
## --ipv6
Enables IPv6 support. The [IO::Socket::IP](https://metacpan.org/pod/IO%3A%3ASocket%3A%3AIP) module is required. (default: 1
## --umask
Changes file mode creation mask. The ["umask" in perlfunc](https://metacpan.org/pod/perlfunc#umask) is an octal number
representing disabled permissions bits for newly created files. It is usually
`022` when a group shouldn't have permission to write or `002` when a group
should have permission to write. (default: none)
## --user
Changes the user id or user name that the server process should switch to
after binding to the port. The pid file, error log or unix socket also are
created before changing privileges. This option is usually used if the main
process is started with root privileges because binding to the low-numbered
(<1024) port. (default: none)
## ENVIRONMENT
## PUREPROXY\_SERVER
Changes the default PSGI server. This is [Thrall](https://metacpan.org/pod/Thrall) if Perl supports threads
and [Starlight](https://metacpan.org/pod/Starlight) otherwise.
## SEE ALSO
script/pureproxy.pl view on Meta::CPAN
=head2 --error-log
Specify the pathname of a file where the error log should be written. This
enables you to still have access to the errors when using C<--daemonize>.
(default: none)
=head2 --group
Changes the group ids or group names that the server should switch to after
binding to the port. The ids or names can be separated with commas or space
characters. (default: none)
=head2 -o, --host
Binds to a TCP interface. Defaults to undef, which lets most server
backends bind to the any (*) interface. This option is only valid
for servers which support TCP sockets.
=head2 -I
Specifies Perl library include paths, like perl's C<-I> option. You
may add multiple paths by using this option multiple times. See L<plackup>.
=head2 --ipv6
Enables IPv6 support. The L<IO::Socket::IP> module is required. (default: 1
script/pureproxy.pl view on Meta::CPAN
=head2 --umask
Changes file mode creation mask. The L<perlfunc/umask> is an octal number
representing disabled permissions bits for newly created files. It is usually
C<022> when a group shouldn't have permission to write or C<002> when a group
should have permission to write. (default: none)
=head2 --user
Changes the user id or user name that the server process should switch to
after binding to the port. The pid file, error log or unix socket also are
created before changing privileges. This option is usually used if the main
process is started with root privileges because binding to the low-numbered
(E<lt>1024) port. (default: none)
=head1 ENVIRONMENT
=head2 PUREPROXY_SERVER
Changes the default PSGI server. This is L<Thrall> if Perl supports threads
and L<Starlight> otherwise.
=head1 SEE ALSO
( run in 1.024 second using v1.01-cache-2.11-cpan-2398b32b56e )