File: //etc/cbi/ftd.conf
# WARNING: This file is automatically generated and updated from the
# template [chroot]/etc/ftd/ftd.conf.ui-template via ui-parse-template.
# Manually editing this file is futile.
######
# General configuration
#####
# The port on which the server listens
# port = 41020
# Number of threads in the thread pool serving incoming connections.
servicepoolsize = 50
# Path to the file that holds all public keys that are allowed to connect
# keyfile = /etc/ftd/keys
# Path to the logging configuration file
# logcfg = /etc/ftd/logging.cfg
# (WINDOWS < VISTA) IP address of windows mephisto webservice
# webserviceaddress = mefisto.schlund.de
# (LINUX ONLY) Run ftd in background as daemon
# daemon = yes
# Bind the daemon to a specific interface
bind = 74.208.58.101
######
# Memory allocation
######
# The memory size (in bytes) we use for a page
# memPoolPageSize = 4096
# The amount of pages we allocate from start
# memPoolPageInitial = 10
######
# Session configuration
######
# session.maxIdleTimeBetweenRequests = 180000
# session.filePagesInitial = 2
# session.filePagesLimit = 4
# session.filePagesReuse = true
# session.socketPagesInitial = 2
# session.socketPagesLimit = 4
# session.socketPagesReuse = true
# session.memBufferPagesInitial = 2
# session.memBufferPagesLimit = 64
# session.memBufferPagesReuse = true