Searched refs:extensions (Results 1 – 12 of 12) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_flv_streaming.c | 17 array *extensions; member 59 array_free(s->extensions); in FREE_FUNC() 93 s->extensions = array_init(); in SETDEFAULTS_FUNC() 95 cv[0].destination = s->extensions; in SETDEFAULTS_FUNC() 113 PATCH(extensions); in mod_flv_streaming_patch_connection() 128 PATCH(extensions); in mod_flv_streaming_patch_connection() 200 for (k = 0; k < p->conf.extensions->used; k++) { in URIHANDLER_FUNC() 201 data_string *ds = (data_string *)p->conf.extensions->data[k]; in URIHANDLER_FUNC()
|
| H A D | mod_proxy.c | 65 array *extensions; member 172 array_free(s->extensions); in FREE_FUNC() 204 s->extensions = array_init(); in SETDEFAULTS_FUNC() 207 cv[0].destination = s->extensions; in SETDEFAULTS_FUNC() 323 array_insert_unique(s->extensions, (data_unset *)dfa); in SETDEFAULTS_FUNC() 871 PATCH(extensions); in mod_proxy_patch_connection() 888 PATCH(extensions); in mod_proxy_patch_connection() 1146 for (k = 0; k < p->conf.extensions->used; k++) { in mod_proxy_check_extension() 1150 ext = (data_array *)p->conf.extensions->data[k]; in mod_proxy_check_extension() 1362 for (k = 0; k < s->extensions->used; k++) { in TRIGGER_FUNC() [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | lowercase.conf | 79 static-file.exclude-extensions = ( ".jpg" )
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | lighttpd.orig.conf | 336 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
|
| H A D | lighttpd.conf | 361 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
|
| H A D | m-lighttpd.conf | 360 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.h.in | 440 /* Enable extensions on AIX 3, Interix. */ 444 /* Enable GNU extensions on systems that have them. */ 448 /* Enable threading extensions on Solaris. */ 452 /* Enable extensions on HP NonStop. */ 456 /* Enable general extensions on Solaris. */
|
| H A D | NEWS | 84 …* mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes … 356 * fixed a bug that made /-prefixed extensions being handled also when 523 extensions in mod_magnet scripts 574 * added fastcgi.map-extensions to mod_fastcgi 717 * fixed mimetype detection on uppercase extensions
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | cgi.txt | 32 file-extensions that are handled by a CGI program
|
| H A D | fastcgi.txt | 80 fastcgi.map-extensions 81 map multiple extensions to the same fastcgi server 85 fastcgi.map-extensions = ( ".php3" => ".php" ) 164 Multiple extensions for the same host ::
|
| H A D | configuration.txt | 240 static-file.exclude-extensions += (".php")
|
| H A D | magnet.txt | 343 It will install lfs.so into /usr/lib/lua/5.1/ which is where lua expects the extensions on my syste…
|