Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 39) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m48 # unlimited permission to copy and/or distribute it, with or without
20 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
21 # using a macro with the same name in our local m4/libtool.m4 it'll
22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
25 # So we provide this file, which has a silly filename so it's always
27 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
36 # This is to help aclocal find these macros, as it can't see m4_define.
H A Dltoptions.m48 # unlimited permission to copy and/or distribute it, with or without
13 # This is to help aclocal find these macros, as it can't see m4_define.
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
164 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
218 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
272 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
328 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
381 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
H A Dltsugar.m48 # unlimited permission to copy and/or distribute it, with or without
13 # This is to help aclocal find these macros, as it can't see m4_define.
79 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
H A Dltversion.m47 # unlimited permission to copy and/or distribute it, with or without
H A Dlibtool.m41016 # the compiler, it worked.
2439 # it being seen by the linker.
4278 # it will coredump.
4434 # it will coredump.
4606 # it will coredump.
4782 # it will coredump.
4982 # rely on this symbol name, it's probably fine to never include it in
5963 ## LD is ld it makes a PLAMLIB
6169 against it])
7472 dnl but it's only used here...
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Duserdir.txt50 usually it should be set to "public_html" to take ~/public_html/ as the document root
52 …Default: unset (mod_userdir disabled; set it to "" if you want the home directory to be the docume…
60 Default: empty (all users may use it)
69 Default: empty (all users may use it)
H A Dfeatures.txt30 > quick glance, it seems to support most/all of the features of
33 If you think it compares to Zeus, then you've obviously never used Zeus.
88 modification of web server behavior. While it isn't strictly necessary for
89 an open source web server, it nice to have a documented, consistent API,
92 If someone requests it it might be implemented. ::
108 checking we have a condition in the config for it since 1.2.9 ::
H A Dfastcgi.txt78 enable some debug output, 0 to disable it.
89 file-extension can have it own handler. Load-Balancing is
132 "authorizer" mode it is MANDATORY and it points
184 # it's own docroot
191 variable. Remote server may prepend it with its own
283 for a new request before it kills itself.
340 source to enable the FastCGI interface as it is normally
349 You can use it as the base for the compilation.
384 handles before it kills itself. ::
433 but no ``PHP_SELF``. If you enable it, it turns around. To fix the
[all …]
H A Dperformance.txt98 If you want to send out a file from the webserver, it doesn't make any sense
99 to copy the file into the webserver just to write() it back into a socket
149 3. the filehandle to the file in the document root to check if it exists
151 If lighttpd runs out of file descriptors, it will stop accepting new
156 connections is disabled. If it drops below 80% again new connections will
174 A stat(2) can be expensive; caching it saves time and context switches.
177 you can stat() it once and monitor the directory the file is in for
178 modifications. As long as the directory doesn't change, the files in it
H A Dextforward.txt21 connection , I do not understand architecture of the lighttpd well, does it
28 extended it. Here is the result.
70 Things done by modules before we change the remoteip or after we reset it will match on the proxy's…
72 The moment things are done by a module depends on in which hook it does things and within the same …
H A Dscgi.txt25 The SCGI module is heavily based on the FastCGI when it comes
33 Added in lighttpd 1.3.14 as it was really simple to do.
H A Dcml.txt79 # generate content and write it to $cachefile
91 As you can see the increase is not as good as it could be. The main reason as the overhead
185 checks if maintainance.html exists in the docroot and displays it
188 Another example, create thumbnail for requested image and serve it instead
213 To use the plugin you have to load it: ::
258 What ever your script does, it has to return either CACHE_HIT or CACHE_MISS.
H A Ddirlisting.txt35 If you need it only for a directory, use conditionals: ::
85 shows README.txt after the dirlisting if it exists in the directory
95 shows HEADER.txt before the dirlisting if it exists in the directory
H A Dmagnet.txt128 You can generate your own content and send it out to the clients. ::
152 You might have seen it already in other examples: In case you are handling the request completly in…
183 This is a bit simplistic, but it illustrates the idea: Take a text-file and cover it in a <pre> tag.
322 -- let the backend generate it
352 Each script has its own script-context. When the script is started it only contains the lua-functio…
H A Dcompress.txt20 announcing it in the Accept-Encoding header. This is used to negotiate the
36 (You will need to create the cache directory if it doesn't already exist. The web server will not d…
42 10 days could do it: ::
H A Dsimple-vhost.txt78 simple-vhost will overwrite it shortly afterwards.
82 because it is the default.
H A Dexpire.txt25 messages. It is usefull to set it for static files which should be cached
H A Dauthentication.txt117 To use it:
205 completely compliant with the standard as it still allows
H A Dfastcgi-state.txt41 read fastcgi-response from network and push it to the write-queue
H A Dconfiguration.txt222 You don't need it in the main configuration file. But you might have
256 This variable has the specified as it will be used for all requests
344 As auth should be done first, move it before all executing modules (like
500 mime type. If it's not defined or not available, fall back to the
H A Dwebdav.txt59 the directory /dav and everything below it, but not e.g. /davos. ::
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL22 unpack it by ::
26 compile and install it with ::
36 make your own copy of that file and modify it for your needs.
81 -- set it to "enable" for better performance
87 config file assumes that it host web pages in /srv/www/htdocs directory while
88 it does error logging in /tmp/lighttpd/error.log file. Please make sure that
129 (if it is not already defined)
H A Daclocal.m46 # gives unlimited permission to copy and/or distribute it,
9 # This program is distributed in the hope that it will be useful,
112 dnl it's called might be skipped (such as if it is within an "if", you
302 # gives unlimited permission to copy and/or distribute it,
338 # gives unlimited permission to copy and/or distribute it,
400 # gives unlimited permission to copy and/or distribute it,
452 # gives unlimited permission to copy and/or distribute it,
489 # will think it sees a *use*, and therefore will trigger all it's
1052 # If it is, set am_missing_run to use it, otherwise, to nothing.
1122 # Make sure it works both with $CC and with simple cc.
[all …]
/mOS-networking-stack/scripts/
H A Daclocal.m46 # gives unlimited permission to copy and/or distribute it,
9 # This program is distributed in the hope that it will be useful,
18 # gives unlimited permission to copy and/or distribute it,
33 # Make sure it works both with $CC and with simple cc.
/mOS-networking-stack/core/src/
H A Dmos_api.c330 struct fragment_ctx *it; in ExtractPayloadFromFrags() local
332 it = rcvbuf->fctx; in ExtractPayloadFromFrags()
335 while (it) { in ExtractPayloadFromFrags()
337 if (TCP_SEQ_BETWEEN(seq_num, it->seq, it->seq + it->len)) { in ExtractPayloadFromFrags()
342 MIN(it->len - (seq_num - it->seq), cpbytesleft)); in ExtractPayloadFromFrags()
344 seq_num += it->len - (seq_num - it->seq); in ExtractPayloadFromFrags()
346 cpbytesleft -= it->len - (seq_num - it->seq); in ExtractPayloadFromFrags()
350 it = it->next; in ExtractPayloadFromFrags()

12