Changeset 188

Show
Ignore:
Timestamp:
03/19/2005 01:44:39 PM (3 years ago)
Author:
jan
Message:

added dirlisting and indexfiles to default config

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/lighttpd.conf

    r40 r188  
    88 
    99## modules to load 
    10 # at least mod_access and mod_accesslog should be loaded 
     10# at least mod_access, mod_indexfiles and mod_accesslog should be loaded 
    1111# all other module should only be loaded if really neccesary 
    1212# - saves some time 
     
    2020#                               "mod_status", 
    2121#                               "mod_setenv", 
     22                                "mod_indexfiles", 
     23#                               "mod_dirlisting", 
    2224#                               "mod_fastcgi", 
    2325#                               "mod_proxy", 
     
    7476  ".xpm"          =>      "image/x-xpixmap", 
    7577  ".xwd"          =>      "image/x-xwindowdump", 
    76   ".css"          =>      "text/css", 
    77   ".html"         =>      "text/html", 
    78   ".htm"          =>      "text/html", 
    79   ".js"           =>      "text/javascript", 
    80   ".asc"          =>      "text/plain", 
    81   ".c"            =>      "text/plain", 
    82   ".conf"         =>      "text/plain", 
    83   ".text"         =>      "text/plain", 
    84   ".txt"          =>      "text/plain", 
     78  ".css"          =>      "text/css; charset=ISO-8859-1", 
     79  ".html"         =>      "text/html; charset=ISO-8859-1", 
     80  ".htm"          =>      "text/html; charset=ISO-8859-1", 
     81  ".js"           =>      "text/javascript; charset=ISO-8859-1", 
     82  ".asc"          =>      "text/plain; charset=ISO-8859-1", 
     83  ".c"            =>      "text/plain; charset=ISO-8859-1", 
     84  ".conf"         =>      "text/plain; charset=ISO-8859-1", 
     85  ".text"         =>      "text/plain; charset=ISO-8859-1", 
     86  ".txt"          =>      "text/plain; charset=ISO-8859-1", 
    8587  ".dtd"          =>      "text/xml", 
    8688  ".xml"          =>      "text/xml",