Home
last modified time | relevance | path

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

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DMakefile.am106 mod_evasive_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
112 mod_webdav_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
118 mod_magnet_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
124 mod_cml_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
140 mod_cgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
145 mod_scgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
165 mod_setenv_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
170 mod_alias_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
190 mod_proxy_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
195 mod_ssi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
[all …]
H A DSConscript88 for module in modules.keys():
89 staticsrc += modules[module]['src']
90 staticinit += "PLUGIN_INIT(%s)\n"%module
91 if modules[module].has_key('lib'):
92 staticlib += modules[module]['lib']
162 for module in modules.keys():
164 if modules[module].has_key('lib'):
165 libs += modules[module]['lib']
166 instlib += env.SharedLibrary(module, modules[module]['src'], LIBS= [ libs ])
H A DMakefile.in801 mod_webdav_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
805 mod_magnet_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
809 mod_cml_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
819 mod_cgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
822 mod_scgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
834 mod_setenv_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
837 mod_alias_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
849 mod_proxy_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
852 mod_ssi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
858 mod_expire_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/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 compatability
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 Dmysqlvhost.txt14 This module provides virtual hosts (vhosts) based on a MySQL table
27 .. note:: Keep in mind that only one vhost module should be active at a time.
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 abstrace 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 Dtrigger_b4_dl.txt14 another anti-hot-linking module
H A Dcompress.txt49 The module limits the compression of files to files smaller than 128 MByte and
180 …tent with Perl/Catalyst, simply use the Catalyst::Plugin::Compress::Gzip module available on CPAN …
H A Dcml.txt94 Moving these decisions out of the PHP script into a server module will remove the need
221 the file extension that is bound to the cml-module
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
531 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 Dauthentication.txt14 The auth module provides ...
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh6544 module=no
7057 -module)
7058 module=yes
8409 if test yes = "$module"; then
8421 build_libtool_libs=module
8725 test no = "$module" \
9443 if test yes = "$module"; then
9458 build_libtool_libs=module
9476 build_libtool_libs=module
10585 module)
[all …]
H A DNEWS469 * added mod_extforward module [1665]
668 * fixed mysql-vhost module (was broken in 1.4.5)
741 * added a read-only WebDAV module
880 * added support in fastcgi module to spawn fastcgi
887 * fixed cgi-module for POST request above 4k
916 * fixed request counter in the rrdtool module
987 * added a proxy module for Java and friends
1017 * added a module for secure and fast downloading
1027 * added AUTHORIZER mode to the FastCGI module
1029 * added prefix-notation for FastCGI module
[all …]

12