source:
freewrt/package/fwwif/extra/fwwif.conf@
9946423
| Last change on this file since 9946423 was 9946423, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 596 bytes | |
| Rev | Line | |
|---|---|---|
| [95a95c3] | 1 | # $Id$ |
| 2 | ||
| 3 | PropertyFile /etc/fwwif/fwwif.properties | |
| [5405ce6] | 4 | Listen 127.0.0.1 80 |
| [95a95c3] | 5 | SslListen 192.168.1.1 443 /etc/fwwif/https.cer /etc/fwwif/https.key |
| 6 | ||
| 7 | MaxRequestSize 262144 | |
| [9946423] | 8 | #PidFile /var/run/fwwif.pid |
| [95a95c3] | 9 | Daemon 1 |
| 10 | MinThreads 5 | |
| 11 | MaxThreads 12 | |
| 12 | CompPath /usr/lib/fwwif | |
| [aee12e5] | 13 | fwwif_modpath /usr/lib/fwwif |
| [95a95c3] | 14 | Load fwwif |
| 15 | EnableCompression no | |
| 16 | MimeDb /etc/fwwif/mime.types | |
| 17 | ||
| [12df702] | 18 | MapUrl ^/$ fwwif@fwwif |
| 19 | MapUrl ^/favicon images@fwwif favicon.ico | |
| [95a95c3] | 20 | |
| 21 | include /etc/fwwif/*.app | |
| [ba3e3d1] | 22 | |
| [12df702] | 23 | MapUrl ^/images/(.*) images@fwwif $1 |
| [99b974e] | 24 | MapUrl ^/([^/.]+)(\..*)?$ $1@fwwif |
| 25 | MapUrl ^/([^/]+)/$ $1@$1 | |
| 26 | MapUrl ^/([^/]+)/([^.]+) $2@$1 |
Note:
See TracBrowser
for help on using the repository browser.
