Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 12 of 12) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_flv_streaming.c17 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 Dmod_proxy.c65 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 Dlowercase.conf79 static-file.exclude-extensions = ( ".jpg" )
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf336 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
H A Dlighttpd.conf361 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
H A Dm-lighttpd.conf360 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfig.h.in440 /* 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 DNEWS84 …* 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 Dcgi.txt32 file-extensions that are handled by a CGI program
H A Dfastcgi.txt80 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 Dconfiguration.txt240 static-file.exclude-extensions += (".php")
H A Dmagnet.txt343 It will install lfs.so into /usr/lib/lua/5.1/ which is where lua expects the extensions on my syste…