Apache-HTTunnel
view release on metacpan or search on metacpan
lib/Apache/HTTunnel.pm view on Meta::CPAN
__DATA__
# Sample Apache::HTTunnel configuration file
# Specifiy the location of the fifo (UNIX domain socket or named pipe)
# that will be used byb the Apache children to communicate with the "keeper"
# process.
PerlSetVar HTTunnelFifo /var/lib/httunnel/httunnel.sock
# The maximum connect timeout that may be specified by the client. This value
# should be kept low (< 60) since that Apache children maybe be blocked up
# to that ammount of time.
# In seconds.
PerlSetVar HTTunnelMaxConnectTimeout 15
# The maximum read length that may be specified by the client.
# In bytes.
PerlSetVar HTTunnelMaxReadLength 131072
# The maximum read timeout that may be specified by the client. This value
# should be kept low (< 60) since that Apache children maybe be blocked up
# to that ammount of time.
# In seconds.
PerlSetVar HTTunnelMaxReadTimeout 15
# Connections that remain inactive after this amount of time will be closed.
# In seconds.
PerlSetVar HTTunnelConnectionTimeout 900
# Load up the module
( run in 0.678 second using v1.01-cache-2.11-cpan-49f99fa48dc )