Searched refs:indexfiles (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_indexfile.c | 17 array *indexfiles; member 56 array_free(s->indexfiles); in FREE_FUNC() 90 s->indexfiles = array_init(); in SETDEFAULTS_FUNC() 92 cv[0].destination = s->indexfiles; in SETDEFAULTS_FUNC() 93 cv[1].destination = s->indexfiles; /* old name for [0] */ in SETDEFAULTS_FUNC() 111 PATCH(indexfiles); in mod_indexfile_patch_connection() 126 PATCH(indexfiles); in mod_indexfile_patch_connection() 128 PATCH(indexfiles); in mod_indexfile_patch_connection() 155 for (k = 0; k < p->conf.indexfiles->used; k++) { in URIHANDLER_FUNC() 156 data_string *ds = (data_string *)p->conf.indexfiles->data[k]; in URIHANDLER_FUNC()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | lowercase.conf | 27 server.indexfiles = ( "index.php", "index.html",
|
| H A D | fastcgi-10.conf | 40 server.indexfiles = ( "index.php", "index.html",
|
| H A D | fastcgi-responder.conf | 49 server.indexfiles = ( "index.php", "index.html",
|
| H A D | fastcgi-auth.conf | 46 server.indexfiles = ( "index.php", "index.html",
|
| H A D | fastcgi-13.conf | 44 server.indexfiles = ( "index.php", "index.html",
|
| H A D | bug-12.conf | 44 server.indexfiles = ( "index.html",
|
| H A D | bug-06.conf | 44 server.indexfiles = ( "index.html",
|
| H A D | proxy.conf | 38 server.indexfiles = ( "index.php", "index.html",
|
| H A D | lighttpd.conf | 46 server.indexfiles = ( "index.php", "index.html",
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | cml.txt | 97 To transform this example into a CML you need 'index.cml' in the list of indexfiles
|