Difference between revisions of "Conf/Parameters"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with '= Global Parameters = part of AOLServer Config Reference == ns_section "ns/parameters" == ; home : Server's home directory '''Limi…')
 
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
; [[Conf/Parameters/Home|home]]
 
; [[Conf/Parameters/Home|home]]
 
: Server's home directory
 
: Server's home directory
 +
 +
; [[Conf/Parameters/ServerName|servername]]
 +
: Server's home directory
 +
 
        
 
        
 +
'''Keep Alive'''
 +
; [[Conf/Parameters/keepalivetimeout|keepalivetimeout]]
 +
:Max time in seconds that the connection is kept alive.
 +
 +
; [[Conf/Parameters/maxkeepalive|maxkeepalive]]
 +
:Max number of connections in keep alive state
 +
 
'''Limits'''
 
'''Limits'''
 
; [[Conf/Parameters/Listenbacklog|listenbacklog]]
 
; [[Conf/Parameters/Listenbacklog|listenbacklog]]
Line 36: Line 47:
 
'''Miscellaneous'''
 
'''Miscellaneous'''
 
;[[Conf/Parameters/mailhost|mailhost]] : SMTP host for ns_sendmail
 
;[[Conf/Parameters/mailhost|mailhost]] : SMTP host for ns_sendmail
 +
;[[Conf/Parameters/checkexitcode|checkexitcode]] :Check exit code on forked process
 +
;[[Conf/Parameters/crashcmd|crashcmd]] :A Tcl command that dumps core.

Latest revision as of 20:47, 21 December 2011

Global Parameters

part of AOLServer Config Reference

ns_section "ns/parameters"

home
Server's home directory
servername
Server's home directory


Keep Alive

keepalivetimeout
Max time in seconds that the connection is kept alive.
maxkeepalive
Max number of connections in keep alive state

Limits

listenbacklog
Max length of pending conn queue
schedmaxelapsed
Warn when waiting on really long procs
shutdowntimeout
Secs to wait on shutdown if open conns

Server logging

dev

Display logging with "Dev" severity

debug
Display logging with "Debug" severity
logexpanded
true = double-spaced server.log
logroll
Roll server.log every 24 hours.
maxbackup
Max number of old server.log files
pidfile
PID of server (named "nspid.PORT")
serverlog
Filename of server log

DNS tuning

dnscache
In-memory cache of DNS lookups
dnscachetimeout
How long to keep hostnames in cache

Miscellaneous

mailhost 
SMTP host for ns_sendmail
checkexitcode
Check exit code on forked process
crashcmd
A Tcl command that dumps core.