Changeset 189
- Timestamp:
- 03/19/2005 01:45:38 PM (4 years ago)
- Location:
- trunk/tests
- Files:
-
- 7 modified
-
bug-06.conf (modified) (3 diffs)
-
bug-12.conf (modified) (3 diffs)
-
fastcgi-10.conf (modified) (3 diffs)
-
fastcgi-13.conf (modified) (2 diffs)
-
fastcgi-auth.conf (modified) (3 diffs)
-
fastcgi-responder.conf (modified) (3 diffs)
-
lighttpd.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/bug-06.conf
r168 r189 20 20 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 21 21 22 server.dir-listing = "enable"23 24 22 #server.event-handler = "linux-sysepoll" 25 23 #server.event-handler = "linux-rtsig" … … 36 34 "mod_simple_vhost", 37 35 "mod_redirect", 36 "mod_indexfile", 38 37 # "mod_evhost", 39 38 # "mod_localizer", … … 43 42 "mod_accesslog" ) 44 43 45 server.indexfiles = ( "index.html",44 index-file.extensions = ( "index.html", 46 45 "index.htm", "default.htm", "index.php" ) 47 46 -
trunk/tests/bug-12.conf
r168 r189 20 20 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 21 21 22 server.dir-listing = "enable"23 24 22 #server.event-handler = "linux-sysepoll" 25 23 #server.event-handler = "linux-rtsig" … … 36 34 "mod_simple_vhost", 37 35 "mod_redirect", 36 "mod_indexfile", 38 37 # "mod_evhost", 39 38 # "mod_localizer", … … 43 42 "mod_accesslog" ) 44 43 45 server.indexfiles= ( "index.html",44 index-file.extensions = ( "index.html", 46 45 "index.htm", "default.htm", "index.php" ) 47 46 -
trunk/tests/fastcgi-10.conf
r168 r189 18 18 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 19 19 20 server.dir-listing= "enable"20 dir-listing.activate = "enable" 21 21 22 22 #server.event-handler = "linux-sysepoll" … … 28 28 "mod_access", 29 29 "mod_auth", 30 # "mod_httptls",31 30 "mod_status", 32 31 "mod_expire", 33 32 # "mod_simple_vhost", 34 33 "mod_redirect", 34 "mod_indexfile", 35 "mod_dirlisting", 35 36 # "mod_evhost", 36 # "mod_localizer",37 37 "mod_fastcgi", 38 38 "mod_cgi", … … 40 40 "mod_accesslog" ) 41 41 42 server.indexfiles= ( "index.php", "index.html",42 index-file.extensions = ( "index.php", "index.html", 43 43 "index.htm", "default.htm" ) 44 44 -
trunk/tests/fastcgi-13.conf
r28 r189 22 22 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 23 23 24 server.dir-listing = "enable"25 26 24 #server.event-handler = "linux-sysepoll" 27 25 #server.event-handler = "linux-rtsig" … … 32 30 "mod_access", 33 31 "mod_auth", 34 # "mod_httptls",35 32 "mod_status", 36 33 "mod_expire", 37 # "mod_simple_vhost",38 34 "mod_redirect", 39 # "mod_evhost", 40 # "mod_localizer", 35 "mod_indexfile", 41 36 "mod_fastcgi", 42 37 "mod_cgi", 43 38 "mod_compress", 44 "mod_accesslog" ) 39 "mod_accesslog" ) 45 40 46 server.indexfiles= ( "index.php", "index.html",41 index-file.extensions = ( "index.php", "index.html", 47 42 "index.htm", "default.htm" ) 48 43 -
trunk/tests/fastcgi-auth.conf
r168 r189 22 22 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 23 23 24 server.dir-listing= "enable"24 dir-listing.activate = "enable" 25 25 26 26 #server.event-handler = "linux-sysepoll" … … 32 32 "mod_access", 33 33 "mod_auth", 34 # "mod_httptls",35 34 "mod_status", 36 35 "mod_expire", 37 36 # "mod_simple_vhost", 38 37 "mod_redirect", 38 "mod_indexfile", 39 "mod_dirlisting", 39 40 # "mod_evhost", 40 # "mod_localizer",41 41 "mod_fastcgi", 42 42 "mod_cgi", … … 44 44 "mod_accesslog" ) 45 45 46 server.indexfiles= ( "index.php", "index.html",46 index-file.extensions = ( "index.php", "index.html", 47 47 "index.htm", "default.htm" ) 48 48 -
trunk/tests/fastcgi-responder.conf
r168 r189 25 25 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-" 26 26 27 server.dir-listing = "enable"28 29 27 #server.event-handler = "linux-sysepoll" 30 28 #server.event-handler = "linux-rtsig" … … 35 33 "mod_access", 36 34 "mod_auth", 37 # "mod_httptls",38 35 "mod_status", 39 36 "mod_expire", 40 # "mod_simple_vhost",41 37 "mod_redirect", 42 # "mod_evhost", 43 # "mod_localizer", 38 "mod_indexfile", 44 39 "mod_fastcgi", 45 40 "mod_cgi", … … 47 42 "mod_accesslog" ) 48 43 49 server.indexfiles= ( "index.php", "index.html",44 index-file.extensions = ( "index.php", "index.html", 50 45 "index.htm", "default.htm" ) 51 46 -
trunk/tests/lighttpd.conf
r179 r189 1 2 debug.log-request-handling = "enable" 3 1 4 server.document-root = "/tmp/lighttpd/servers/www.example.org/pages/" 2 5 server.pid-file = "/tmp/lighttpd/lighttpd.pid" … … 11 14 server.tag = "Apache 1.3.29" 12 15 13 fastcgi.debug = 114 16 15 17 dir-listing.activate = "enable" … … 28 30 "mod_expire", 29 31 "mod_simple_vhost", 32 "mod_indexfile", 30 33 "mod_dirlisting", 31 "mod_indexfile",32 34 "mod_redirect", 33 35 # "mod_evhost",

