Changeset 188
- Timestamp:
- 03/19/2005 01:44:39 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/doc/lighttpd.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/lighttpd.conf
r40 r188 8 8 9 9 ## modules to load 10 # at least mod_access and mod_accesslog should be loaded10 # at least mod_access, mod_indexfiles and mod_accesslog should be loaded 11 11 # all other module should only be loaded if really neccesary 12 12 # - saves some time … … 20 20 # "mod_status", 21 21 # "mod_setenv", 22 "mod_indexfiles", 23 # "mod_dirlisting", 22 24 # "mod_fastcgi", 23 25 # "mod_proxy", … … 74 76 ".xpm" => "image/x-xpixmap", 75 77 ".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", 85 87 ".dtd" => "text/xml", 86 88 ".xml" => "text/xml",

