back page: x.example-looky.conf.html, rendered:2003-05-18 11:23
 

Example File Looky.Conf

# ========================================== general
# /
#

# ----- setup network
#
address:any
port:4040



# ----- setup reorganization (release resources)
#
reorg-time:10sec
reorg-calls:500




# ----- control network access
#
order:allow,deny
allow:localhost
deny:





# ----- setup log
#
log.only-bootstrap:no
log.dump-pools:no






# ========================================== pools 
# /
#

# ----- setup pool 
#
pool.list:sales,admin
pool.seed-method:weighted
pool.distribute-mode:queued
pool.latency-time:5h
pool.quantity:100





# ----- setup specific pool
#
pool.sales.resource.list:100.1.4.129,100.1.4.128,100.1.4.130
pool.sales.latency-time:3600
pool.sales.resource.quantity:200
pool.sales.resource.100.1.4.130.quantity:300
pool.admin.resource.list:100.1.4.129,100.1.4.128
pool.admin.resource.100.1.4.129.quantity:200
pool.admin.resource.100.1.4.128.quantity:110




# ========================================== resource
# /
#

resource.coupled.list:100.1.4.129
resource.load.opt:2
resource.load.max:4
resource.quantity.max.factor:1.2






# ========================================== redirector
# /
#


# ----- urls to be used if an error
#
redirect.error.invalid-url:http://www.de/invalid-url
redirect.error.no-resource-url:http://www.de/no-resource
redirect.error.no-server-url:http://www.de/no-server


# ----- setup redirection
#
redirect:http://%{resource}/%{path}%{url/query:?%{url/query}}%{url/fra\
 \gment:#%{url/fragment}}
compute.pool:path/0
compute.consumer:const/-
transient.path:1
transient.query:*




# ========================================== cgi redirector
# /
#

cgi.use-frames:no
cgi.frame-title:Looky!




# ========================================== controller
# /
#

# ----- setup controller process
#
controller.address:any
controller.port:4041
controller.have-tcp:yes
controller.order:allow,deny
controller.allow:localhost
controller.deny:


# ----- runtime control
#
controller.period:5
controller.history-depth:5