Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 63) sorted by relevance

123

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS46 * [core] accept dots in ipv6 addresses in host header (fixes #2359)
140 * Allow digits in hostnames in more places (fixes #1148)
422 * fixed counter overrun in ?auto in mod_status (#909)
451 * fixed possible crash in Auth-Digest header parser on trailing WS in
496 * fixed possible crash in debug-message in mod_extforward
578 * fixed crash in digest handling in mod_auth
622 * fixed encoding the filenames in PROPFIND in mod_webdav
636 * fixed Content-Length in HEAD request in mod_proxy
679 * fixed infinite loop in exec-cmd in mod_ssi
729 * fixed response header in body problem in mod_cgi
[all …]
H A Daclocal.m4411 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
488 # written in clear, in which case automake, when reading aclocal.m4,
525 # in D".
577 case $depmode in
935 case $_am_header in
956 case $am_aux_dir in
1057 case $am_aux_dir in
1127 for am_i in 1 2; do
1184 case `pwd` in
1188 case $srcdir in
[all …]
H A Dconfigure.ac39 case $host_os in
505 case $host_os in
519 [case "${enableval}" in
557 [case "${enableval}" in
580 [case "${enableval}" in
611 [case "${enableval}" in
624 [case "${enableval}" in
708 [case "${enableval}" in
867 for p in $do_build; do
872 for p in $no_build; do
[all …]
H A DCOPYING6 Redistribution and use in source and binary forms, with or without
12 - Redistributions in binary form must reproduce the above copyright notice,
13 this list of conditions and the following disclaimer in the documentation
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c99 if (pipe_open(&(proc->in), 0 SECURITY_CC) != 0) { in proc_open_pipes()
113 pipe_close(&proc->in); in proc_close_pipes()
120 pipe_close_parent(&proc->in); in proc_close_parents()
127 pipe_close_child(&proc->in); in proc_close_childs()
178 si.hStdInput = proc->in.child; in proc_open()
300 if (in) { in proc_open_buffer()
301 if (write(proc.in.fd, (void *)in->ptr, in->used) < 0) { in proc_open_buffer()
306 pipe_close(&proc.in); in proc_open_buffer()
340 buffer_free(in); \ in main()
346 buffer_reset(in); \ in main()
[all …]
H A Dproc_open.h19 pipe_t in, out, err; member
25 int proc_open_buffer(const char *command, buffer *in, buffer *out, buffer *err);
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dextforward.txt20 $HTTP{''socket"} directive, crashing in config_check_cond while patching
22 need to call patch_connection in either handle_request_done and
39 I've commented the code in some places, mostly where I wasn't sure
64 Default: empty, results in searching for "X-Forwarded-For" and "Forwarded-For"
71 Things done in between these two moments will match on the real client's IP.
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
74 (order in the server.modules directive in the config file).
81 In order to see the "real" ip address in access log ,
H A Dcompress.txt20 announcing it in the Accept-Encoding header. This is used to negotiate the
58 by hand in the cache directory.
91 Keep in mind that compressed JavaScript and CSS files are broken in some
92 browsers. Not setting any filetypes will result in no files being compressed.
114 If you want to add headers for uncompress and display diff.gz files , add this section in your conf…
133 in the php.ini as PHP provides compression support by itself.
163 in the config/app.cfg file in your TurboGears application. The above lines should already be in th…
175 in the settings.py file in your Django project.
187 in your main package (MyApp.pm). Further configuration is not required.
H A Dperformance.txt14 handling performance issues in lighttpd
85 in the ``server.event-handler`` variable
100 in the next step.
123 You can find more information about network backend in:
145 a simple request for a PHP page might result in using 3 file descriptors:
149 3. the filehandle to the file in the document root to check if it exists
163 in the error log. This tells you there were too many new requests at once
166 failed'. This is very rare and might only occur in test setups.
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
[all …]
H A Dmagnet.txt24 mod_magnet is a module to control the request handling in lighty.
28 …Keep in mind that the magnet is executed in the core of lighty. EVERY long-running operation is bl…
46 mod_magnet can attract a request in several stages in the request-handling.
73 If "http://example.org/search.php?q=lighty" is requested this results in a request like ::
152 You might have seen it already in other examples: In case you are handling the request completly in
164 changing the request.uri in a rewrite. It restarts the splitting of the request-uri again.
230 for k, v in string.gmatch(lighty.env["uri.query"], "(%w+)=(%w+)") do
278 denying illegal character sequences in the URL
304 Just add the hosts you want to blacklist into the blacklist table in the shown way.
350 ... or how to store data globally in the script-context:
[all …]
H A Ddirlisting.txt29 was found in that directory.
61 if enabled, does not list hidden files in directory listings generated
85 shows README.txt after the dirlisting if it exists in the directory
90 hides README.txt in the dirlisting
95 shows HEADER.txt before the dirlisting if it exists in the directory
100 hides HEADER.txt in the dirlisting
120 them in HEADER.txt and README.txt
H A Dauthentication.txt33 The Basic method transfers the username and the password in
35 in security problems if not used in conjunction with a crypted
43 authentication process in insecure networks.
162 # the $ in auth.backend.ldap.filter is replaced by the
181 # <realm> is a string to display in the dialog
183 # digest-algorithm and has to match the realm in the
H A Dsecurity.txt14 lighttpd was developed with security in mind ...
36 Running daemons as root with full privileges is a bad idea in general.
37 lighttpd runs best without any extra privileges and runs perfectly in chroot.
H A Dfastcgi.txt54 itself but everywhere in the network.
67 different than the one the webserver is running in.
73 (mod_fastcgi) which provides 2 options in the config-file:
76 a value between 0 and 65535 to set the debug-level in the
138 for a file in local server.document-root tree
211 used in DOCUMENT_ROOT and SCRIPT_FILENAME variables passed
269 ignored in that release
341 not enabled by default in the distributions.
453 spawn-fcgi is used to start a FastCGI process in its own
459 in the lighttpd distribution and is call spawn-php.sh.
[all …]
H A Dexpire.txt2 Controlling the Expiration of Content in Caches
24 mod_expire controls the Expire header in the Response Header of HTTP/1.0
37 following the syntax used by mod_expire in Apache 1.3.x and later.
H A Dplugins.txt32 lighttpd has 16 hooks which are used in different states of the
52 Most of these hooks are called in ``http_response_prepare()`` after some
53 fields in the connection structure are set.
92 The field ``data`` and ``lib`` should not be touched in the init function.
104 ``data`` field mentioned in the \*_plugin_init description.
113 to free all buffers allocated in ``init`` or somewhere else in the plugin
H A Dstate.txt44 handle the request internally (might result in sub-requests)
61 The connection is idling in the 'connect' state waiting for a connection.
62 As soon as the connection is set up we init the read-timer in 'reqstart'
99 log the issue in the errorlog.
101 If we have to take care of some data which is coming in after we ran into
108 The FastCGI, CGI, ... intergration is done by introducing a loop in
H A Dtraffic-shaping.txt32 limit in kbyte/s
38 in kbyte/s
54 Keep in mind that a limit below 32kb/s might actually limit the traffic to 32kb/s. This
H A Dconfiguration.txt168 # are not in the 10.0.0.0/8 network
178 You can set your own variables in the configuration to simplify your config.
187 in incl-base.conf:
202 in incl-fastcgi.conf:
222 You don't need it in the main configuration file. But you might have
231 in lighttpd.conf:
237 in incl-php.conf:
340 The modules are executed in the order as they are specified. Loading
388 This option is used in combination with a start-script and the daemon mode
434 uri to call if the requested file results in a 404
[all …]
H A Dcml.txt34 A simple example should show how to a content caching the very simple way in PHP.
38 * the layout is taken from a template in templates/jk.tmpl
42 The page content is static as long non of the those tree items changes. A change in the layout
46 If we model this in PHP we get: ::
97 To transform this example into a CML you need 'index.cml' in the list of indexfiles
137 We we can do the same several times faster directly in the webserver.
166 We want to display a maintainance page by putting a file in a specified
185 checks if maintainance.html exists in the docroot and displays it
H A Dsecdownload.txt64 used in the app, the resulting URL would be available to every
75 <uri-prefix><token>/<timestamp-in-hex><rel-path>
81 3. <timestamp-in-hex>
89 Be sure to choose a another secret than the one used in the
138 The server has to be configured in the same way. The URI prefix and
H A Daccesslog.txt71 %D time used in ms (not supported)
81 %T time used in seconds
93 %i and %o expect the name of the field which should be written in curly brackets.
105 application in a accesslog file. It can be used to log the session id into a
H A Drewrite.txt30 rewrites a set of URLs interally in the webserver BEFORE they are handled.
37 rewrites a set of URLs interally in the webserver BEFORE they are handled
44 in 1.3.16.
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m452 [case `pwd` in
206 case $host_os in
658 case $[1] in
1224 case $ECHO in
1289 case $host in
1384 case $host in
1413 case $host in
3538 case $LD in
3828 # Keep in sync with func_dll_def_p in the libtool script
3846 case $host in
[all …]
H A Dltoptions.m4130 case $host in
171 case $enableval in
178 for pkg in $enableval; do
225 case $enableval in
232 for pkg in $enableval; do
279 case $enableval in
286 for pkg in $enableval; do
332 case $host,$enable_shared in
338 [case $withval in
387 case $withval in
[all …]

123