source: freewrt/package/fwwif/extra/fwwif.conf@ 9946423

Last change on this file since 9946423 was 9946423, checked in by Thorsten Glaser <tg@…>, 18 years ago

stopping didn't always reliably work, use killall tntnet

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3111 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 596 bytes
RevLine 
[95a95c3]1# $Id$
2
3PropertyFile /etc/fwwif/fwwif.properties
[5405ce6]4Listen 127.0.0.1 80
[95a95c3]5SslListen 192.168.1.1 443 /etc/fwwif/https.cer /etc/fwwif/https.key
6
7MaxRequestSize 262144
[9946423]8#PidFile /var/run/fwwif.pid
[95a95c3]9Daemon 1
10MinThreads 5
11MaxThreads 12
12CompPath /usr/lib/fwwif
[aee12e5]13fwwif_modpath /usr/lib/fwwif
[95a95c3]14Load fwwif
15EnableCompression no
16MimeDb /etc/fwwif/mime.types
17
[12df702]18MapUrl ^/$ fwwif@fwwif
19MapUrl ^/favicon images@fwwif favicon.ico
[95a95c3]20
21include /etc/fwwif/*.app
[ba3e3d1]22
[12df702]23MapUrl ^/images/(.*) images@fwwif $1
[99b974e]24MapUrl ^/([^/.]+)(\..*)?$ $1@fwwif
25MapUrl ^/([^/]+)/$ $1@$1
26MapUrl ^/([^/]+)/([^.]+) $2@$1
Note: See TracBrowser for help on using the repository browser.