Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dproxy.txt50 file-extension can have its own handler. Load-Balancing is
51 done by specifying multiple handles for the same extension.
55 ( <extension> =>
62 <extension> => ...
65 :<extension>: is the file-extension or prefix (if started with "/")
H A Dcgi.txt43 just don't specify a handler for the extension. ::
47 If the file has no extension keep in mind that lighttpd matches not the
48 extension itself but the right part of the URL: ::
H A Daccess.txt40 used by editors for backup files. And the .inc extension is often used
H A Dssi.txt31 ssi.extension = ( ".shtml" )
H A Dfastcgi.txt89 file-extension can have it own handler. Load-Balancing is
90 done by specifying multiple handles for the same extension.
94 ( <extension> =>
119 :<extension>: is the file-extension or prefix
148 :"fix-root-scriptname": fix broken path-info split for "/" extension ("prefix")
H A Dcml.txt220 :cml.extension:
221 the file extension that is bound to the cml-module
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c1120 data_array *extension = NULL; in mod_proxy_check_extension() local
1168 extension = ext; in mod_proxy_check_extension()
1173 extension = ext; in mod_proxy_check_extension()
1178 if (NULL == extension) { in mod_proxy_check_extension()
1186 if (extension->value->used == 1) { in mod_proxy_check_extension()
1259 assert(extension->value->used < INT_MAX); in mod_proxy_check_extension()
1261 host = (data_proxy *)extension->value->data[0]; in mod_proxy_check_extension()
1269 while ( ndx < (int) extension->value->used in mod_proxy_check_extension()
1272 if (ndx >= (int) extension->value->used) { in mod_proxy_check_extension()
1275 host = (data_proxy *)extension->value->data[ndx]; in mod_proxy_check_extension()
[all …]
H A Dmod_fastcgi.c3462 fcgi_extension *extension = NULL; in fcgi_check_extension() local
3512 extension = NULL; in fcgi_check_extension()
3518 if (extension == NULL) { in fcgi_check_extension()
3532 extension = ext; in fcgi_check_extension()
3537 extension = ext; in fcgi_check_extension()
3542 if (NULL == extension) { in fcgi_check_extension()
3567 if (!extension->note_is_sent) { in fcgi_check_extension()
3568 extension->note_is_sent = 1; in fcgi_check_extension()
3572 "on", extension->key, in fcgi_check_extension()
3580 extension->note_is_sent = 0; in fcgi_check_extension()
[all …]
H A Dmod_scgi.c2705 scgi_extension *extension = NULL; in scgi_check_extension() local
2735 extension = ext; in scgi_check_extension()
2740 extension = ext; in scgi_check_extension()
2746 if (NULL == extension) { in scgi_check_extension()
2751 for (k = 0; k < extension->used; k++) { in scgi_check_extension()
2772 if (!extension->note_is_sent) { in scgi_check_extension()
2773 extension->note_is_sent = 1; in scgi_check_extension()
2777 "on", extension->key, in scgi_check_extension()
2785 extension->note_is_sent = 0; in scgi_check_extension()
2840 … if (host->fix_root_path_name && extension->key->ptr[0] == '/' && extension->key->ptr[1] == '\0') { in scgi_check_extension()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Dssi.conf13 ssi.extension = ( ".shtml" )
H A Dcml.conf14 cml.extension = ".cml"
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.conf52 ssi.extension = ( ".shtml" )
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m46205 # Source file extension for C test sources.
6208 # Object file extension for compiled C test sources.
6326 # Source file extension for C++ test sources.
7687 # Source file extension for f77 test sources.
7823 # Source file extension for fc test sources.
7826 # Object file extension for compiled fc test sources.
7937 # Source file extension for Java test sources.
8008 # Source file extension for Go test sources.
8011 # Object file extension for compiled Go test sources.
8079 # Source file extension for RC test sources.
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS1021 * fixed build of the localizer extension