1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# identify the component configuration used to define the site:
site-definition site.zcml
# Turn off Zope3 developer mode.
devmode off
# number of bytecode instructions to execute between checks for
# interruptions (SIGINTR, thread switches):
interrupt-check-interval 200
<server>
type HTTP
address 10041
</server>
# non-persistent in-memory storage
<zodb>
<mappingstorage/>
</zodb>
<accesslog>
<logfile>
path /srv/edge.launchpad.net/edge-logs/launchpad-access1.log
</logfile>
</accesslog>
<eventlog>
<logfile>
path /srv/edge.launchpad.net/edge-logs/launchpad1.log
</logfile>
</eventlog>
|