47 lines
994 B
Text
47 lines
994 B
Text
|
|
# debian config file for webfsd. It is read by the start/stop script.
|
||
|
|
|
||
|
|
# document root
|
||
|
|
web_root="/home/etsolopi4/www"
|
||
|
|
|
||
|
|
# hostname (default to the fqdn)
|
||
|
|
web_host=""
|
||
|
|
|
||
|
|
# ip address to bind to (default: any)
|
||
|
|
web_ip=""
|
||
|
|
|
||
|
|
# port to listen on (default: 8000)
|
||
|
|
web_port="80"
|
||
|
|
|
||
|
|
# virtual host support (default: false)
|
||
|
|
web_virtual="false"
|
||
|
|
|
||
|
|
# network timeout (default: 60 seconds)
|
||
|
|
web_timeout=""
|
||
|
|
|
||
|
|
# number of parallel connections (default: 32)
|
||
|
|
web_conn="4"
|
||
|
|
|
||
|
|
# index file for directories (default: none, webfsd will send listings)
|
||
|
|
web_index="index.html"
|
||
|
|
|
||
|
|
# size of the directory cache (default: 128)
|
||
|
|
web_dircache=""
|
||
|
|
|
||
|
|
# access log (common log format, default: none)
|
||
|
|
web_accesslog=""
|
||
|
|
|
||
|
|
# use bufferred logging (default: true)
|
||
|
|
web_logbuffering="true"
|
||
|
|
|
||
|
|
# write start/stop/errors to the syslog (default: false)
|
||
|
|
web_syslog="false"
|
||
|
|
|
||
|
|
# user/group to use
|
||
|
|
web_user="www-data"
|
||
|
|
web_group="www-data"
|
||
|
|
|
||
|
|
# cgi path (below document root -- default: none)
|
||
|
|
web_cgipath="/cgi"
|
||
|
|
|
||
|
|
# extra options, including arguments
|
||
|
|
web_extras=""
|