blob: f347af8554e8cd65bdf1db1821e14672076050b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# TODO: Allow comments behind the options!
# defaultproto will be used if not ENV(HTTPS)==on
#nocache=defined
#nocache=1
cacheroot=/home/pb/xerl/cache
cookievals=nocache,plain,devel,style,template
sessiondisable=1
ctype.asc=text/plain
ctype.css=text/css
ctype.jpg=image/jpg
ctype.pdf=application/pdf
ctype.png=image/png
ctype.txt=text/plain
ctype.xml=text/plain
defaultcontent=home
defaulthost=default
defaultoutputformat=xhtml
defaultproto=http
defaultstyle=default.css
defaulttemplate=xhtml
hidesubhome=1
hostroot=/home/pb/xerl/hosts/
statsroot=/home/pb/xerl/stats/
404=http://www.buetow.org
|