Changeset 219

Show
Ignore:
Timestamp:
03/27/2005 05:28:12 PM (3 years ago)
Author:
jan
Message:

mod_staticfile is a big default

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/lighttpd.conf

    r188 r219  
    88 
    99## modules to load 
    10 # at least mod_access, mod_indexfiles and mod_accesslog should be loaded 
     10# at least mod_access, mod_indexfiles, mod_accesslog and mod_staticfile 
     11# should be loaded 
     12# 
    1113# all other module should only be loaded if really neccesary 
    1214# - saves some time 
     
    3335#                               "mod_expire", 
    3436#                               "mod_secdownload", 
     37                                "mod_staticfile", 
    3538#                               "mod_rrdtool", 
    3639                                "mod_accesslog" )