Changeset 179
- Timestamp:
- 03/18/2005 10:51:58 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/lighttpd.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/lighttpd.conf
r168 r179 13 13 fastcgi.debug = 1 14 14 15 server.dir-listing= "enable"15 dir-listing.activate = "enable" 16 16 17 17 #server.event-handler = "linux-sysepoll" … … 28 28 "mod_expire", 29 29 "mod_simple_vhost", 30 "mod_dirlisting", 31 "mod_indexfile", 30 32 "mod_redirect", 31 33 # "mod_evhost", … … 37 39 "mod_accesslog" ) 38 40 39 server.indexfiles= ( "index.php", "index.html",41 index-file.extensions = ( "index.php", "index.html", 40 42 "index.htm", "default.htm" ) 41 43

