A SERVICE OF

logo

Chapter 3. Configuration 15
Name Default Description
keepalive_timeout 0 Unfinished and should not be used. A
per-client-connection timer that will
time out if a request does not arrive
within a pre-specified time. Timeout
value is set in seconds.
max_object_size 100MB Maximum file size TUX is willing to
serve.
Dprintk 0 If TUX_DEBUG is turned on, then print
out very verbose messages to syslog.
Should only be used for debugging
purposes.
ack_pingpong 1 Delay TCP ACK for incoming frames in
the hopes of a subsequent output
frame. Separate ACK will happen
nevertheless, if no output frame is
generated within a timeout.
all_userspace 0 If set to 1, every complete and valid
HTTP request will be bounced to the
first user-space module. The user-space
module "takes control" over the entire
URL space. Then, the user-space
module can make a decision to 1) serve
a static reply, 2) serve a cached dynamic
reply, or 3) create a dynamic reply. If set
to 0, all_userspace is disabled.
application_protocol 0 If set to 1, it enables the TUX FTP
server. If set to 0, this feature is
disabled. Refer to Section 3.9 for details.
logentry_align_order N/A Currently unused.
logfile /var/log/tux The filename of the TUX binary logfile.
Refer to Section 2.1.1 for more
information.
logging 0 If set to 1, logging is enabled. If set to 0,
logging is disabled.
redirect_logging 1 Set to 0 to suppress redirected
connections. Can be changed at
runtime and takes effect immediately.
referer_logging 0 If set to 1, referer logging is enabled
and will be automatically printed by
tux2w3c if the referer entry is present.
If set to 0, referer logging is disabled.
max_backlog 2048 Maximum size of SYN backlog of the
TUX listening socket.