|
Revision 997, 0.7 KB
(checked in by bradfitz, 11 years ago)
|
|
(trans) set default language for general
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | CacheUntilHUP 1 |
|---|
| 2 | |
|---|
| 3 | Location: / |
|---|
| 4 | |
|---|
| 5 | AllowCode 1 |
|---|
| 6 | AllowTemplateCode 1 |
|---|
| 7 | VarInitScript lj-bml-init.pl |
|---|
| 8 | UseBmlSession 0 |
|---|
| 9 | DefaultLanguage en |
|---|
| 10 | |
|---|
| 11 | ## you can make your own site template (scheme) by making |
|---|
| 12 | ## a directory under cgi-bin/bml/scheme/ and putting |
|---|
| 13 | ## a generic.look file there. |
|---|
| 14 | |
|---|
| 15 | #DefaultScheme woais |
|---|
| 16 | #DefaultScheme lynx |
|---|
| 17 | DefaultScheme bluewhite |
|---|
| 18 | #DefaultScheme opalcat |
|---|
| 19 | |
|---|
| 20 | LookRoot bml/scheme |
|---|
| 21 | ClientDir bml/client |
|---|
| 22 | ClientTopPath / |
|---|
| 23 | |
|---|
| 24 | IncludePath $LJHOME/htdocs/inc |
|---|
| 25 | RedirectData redirect.dat |
|---|
| 26 | 404Log $LJHOME/logs/404.log |
|---|
| 27 | |
|---|
| 28 | #LogFile $LJHOME/logs/bmlpid.log |
|---|
| 29 | #PreLogFile $LJHOME/logs/bml.log |
|---|
| 30 | |
|---|
| 31 | Location: /files/ |
|---|
| 32 | AllowCode 0 |
|---|
| 33 | |
|---|
| 34 | Location: /press/ |
|---|
| 35 | AllowCode 0 |
|---|
| 36 | |
|---|
| 37 | Location: /clients/ |
|---|
| 38 | AllowCode 0 |
|---|
| 39 | |
|---|
| 40 | Location: /guide/ |
|---|
| 41 | AllowCode 0 |
|---|
| 42 | |
|---|