Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 30) sorted by relevance

12

/lighttpd1.4/doc/outdated/
H A Dextforward.txt15 Apache. This module will extract the client's "real" ip from
19 However, this module is causing segfault with mod_ssl or
69 The effect of this module is variable on $HTTP["remotip"] directives and other module's remote ip d…
72 The moment things are done by a module depends on in which hook it does things and within the same …
73 on whether they are before/after us in the module loading order
H A Dssi.txt14 The module for server-side includes provides a compatibility
69 The original SSI module from NCSA and Apache provided some more options
70 which are not supported by this module for various reasons:
H A Dproxy.txt14 The proxy module a simplest way to connect lighttpd to
30 lighttpd provides the Proxy support via the proxy-module
35 Proxy module. Currently only 0 and 1 are used. Use 1 to
49 tell the module where to send Proxy requests to. Every
H A Dwebdav.txt14 WebDAV module for lighttpd
24 The WebDAV module is a very minimalistic implementation of RFC 2518.
44 If you load the webdav module, the WebDAV functionality has to be
H A Dalias.txt14 The alias module ...
24 The alias module is used to specify a special document-root for a given url-subset.
H A Dscgi.txt25 The SCGI module is heavily based on the FastCGI when it comes
28 of the FastCGI module for more information.
H A Daccess.txt14 The access module is used to deny access to files with given trailing path names.
24 The access module is used to deny access to files with given trailing path names.
H A Dfastcgi-state.txt15 module. It describes the basic concepts and the way the different parts
16 of the module are connected.
H A Duserdir.txt14 The userdir module ...
24 The userdir module provides a simple way to link user-based directories into the global namespace o…
H A Dstatus.txt24 The server status module generates the status overview of the webserver. The
33 We need to load the module first. ::
H A Dskeleton.txt14 a nice, short abstract about the module
H A Daccesslog.txt14 The accesslog module ...
104 The accesslog module provides a special way to log content from the
H A Dcgi.txt14 The cgi module provides a CGI-conforming interface.
H A Dcompress.txt54 The module limits the compression of files to files smaller than 128 MByte and
185 …tent with Perl/Catalyst, simply use the Catalyst::Plugin::Compress::Gzip module available on CPAN …
H A Dfastcgi.txt72 lighttpd provides the FastCGI support via the fastcgi-module
77 FastCGI module. Currently only 0 and 1 are used. Use 1 to
88 tell the module where to send FastCGI requests to. Every
534 For Perl you have to install the FCGI module from CPAN.
H A Dmagnet.txt24 mod_magnet is a module to control the request handling in lighty.
39 the module. Use "--with-lua=lua5.1" to install on Debian and friends. ::
332 We are requiring the lua-module 'lfs' (http://www.keplerproject.org/luafilesystem/).
H A Dperformance.txt45 - each loaded module registers itself into lighttpd hooks and gets a chance
46 to handle each request, which is is unnecessary if a module is loaded but
48 - server.compat-module-load = "disable" skips loading the default modules
/lighttpd1.4/src/
H A DSConscript187 for module in builtin_mods:
188 staticinit += "PLUGIN_INIT(%s)\n"%module[0:-2]
189 for module in modules.keys():
190 staticsrc += modules[module]['src']
191 staticinit += "PLUGIN_INIT(%s)\n"%module
192 if 'lib' in modules[module]:
193 staticlib += modules[module]['lib']
312 for module in modules.keys():
314 if 'lib' in modules[module]:
315 libs += modules[module]['lib']
[all …]
H A Dplugin.c131 char *module = ds->value.ptr; in plugins_load() local
135 if (0 == strcmp(load_functions[j].name, module)) { in plugins_load()
138 log_error(srv->errh, __FILE__, __LINE__, "%s plugin init failed", module); in plugins_load()
147 log_error(srv->errh, __FILE__, __LINE__, "%s plugin not found", module); in plugins_load()
174 buffer_append_str2(tb, BUF_PTR_LEN(module), in plugins_load()
185 buffer_append_path_len(tb, BUF_PTR_LEN(module)); in plugins_load()
193 if (buffer_eq_slen(module, CONST_STR_LEN("mod_deflate"))) in plugins_load()
198 buffer_copy_buffer(tb, module); in plugins_load()
217 if (buffer_eq_slen(module, CONST_STR_LEN("mod_deflate"))) in plugins_load()
223 buffer_append_str2(tb, BUF_PTR_LEN(module), in plugins_load()
[all …]
H A Dconfigfile.c355 static void config_compat_module_remove (server *srv, const char *module, uint32_t len) { in config_compat_module_remove() argument
360 if (!buffer_eq_slen(&ds->value, module, len)) in config_compat_module_remove()
369 static void config_compat_module_prepend (server *srv, const char *module, uint32_t len) { in config_compat_module_prepend() argument
371 array_insert_value(modules, module, len); in config_compat_module_prepend()
382 static void config_warn_authn_module (server *srv, const char *module, uint32_t len, const char *v)… in config_warn_authn_module() argument
385 buffer_append_string_len(tb, module, len); in config_warn_authn_module()
392 module, module, v); in config_warn_authn_module()
/lighttpd1.4/tests/
H A Dproxy.conf11 server.compat-module-load = "disable"
H A Dscgi-responder.conf14 server.compat-module-load = "disable"
H A Dfastcgi-responder.conf14 server.compat-module-load = "disable"
H A Dcondition.conf14 server.compat-module-load = "disable"
/lighttpd1.4/
H A DINSTALL174 update lighttpd_SOURCES with each module to be included in the static build
176 for each module 'mod_foo' to be included in the static build

12