Changeset 179

Show
Ignore:
Timestamp:
03/18/2005 10:51:58 PM (3 years ago)
Author:
jan
Message:

added seperated mod_indexfile and mod_dirlisting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/lighttpd.conf

    r168 r179  
    1313fastcgi.debug = 1 
    1414 
    15 server.dir-listing          = "enable" 
     15dir-listing.activate         = "enable" 
    1616 
    1717#server.event-handler        = "linux-sysepoll" 
     
    2828                                "mod_expire", 
    2929                                "mod_simple_vhost", 
     30                                "mod_dirlisting", 
     31                                "mod_indexfile", 
    3032                                "mod_redirect",  
    3133#                               "mod_evhost", 
     
    3739                                "mod_accesslog" )  
    3840 
    39 server.indexfiles           = ( "index.php", "index.html",  
     41index-file.extensions       = ( "index.php", "index.html",  
    4042                                "index.htm", "default.htm" ) 
    4143