| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.h.in | 15 /* Define to 1 if you have the `chroot' function. */ 24 /* Define to 1 if you have the `dup2' function. */ 51 /* Define to 1 if you have the `fork' function. */ 93 /* Whether to enable IPv6 support */ 379 /* Define to 1 if `fork' works. */ 382 /* Define to 1 if `vfork' works. */ 413 /* Define to the full name of this package. */ 425 /* Define to the version of this package. */ 465 /* Define to 1 if on MINIX. */ 472 /* Define to 1 if you need to in order for `stat' and other things to work. */ [all …]
|
| H A D | NEWS | 22 * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373) 62 * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248) 66 …* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2… 257 …* Try to convert string options to shorts for numeric options in config file; allows to use env-va… 390 * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575) 535 * changed --print-config to print to stdout instead of stderr 615 * added 'debug' to simple-vhost to suppress the 739 * added remote-ip to $HTTP 767 * added encoding to mod_dirlisting 768 * added ?auto to mod_status [all …]
|
| H A D | aclocal.m4 | 85 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) 107 dnl Check to see whether a particular set of modules exists. Similar to 173 and $1[]_LIBS to avoid the need to call pkg-config. 202 path to pkg-config. 404 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to 437 # Another solution, used here, is to always expand $ac_aux_dir to an 715 # simplest approach to changing $(DEPDIR) to its actual value in the 872 # is OK; and we want to be able to make that assumption in our Makefile 1052 # If it is, set am_missing_run to use it, otherwise, to nothing. 1064 # Use eval to expand $SHELL [all …]
|
| H A D | INSTALL | 41 You may need to install the following packages to compile lighttpd: 73 Please remember to adjust lighttpd.conf file carefully. 74 Fields to adjust are: 81 -- set it to "enable" for better performance 93 Please use the following command to run lighttpd: 107 Please remember to adjust lighttpd.conf file carefully. 108 Fields to adjust are: 117 Please use the following command to run lighttpd: 138 Please remember to adjust lighttpd.conf file carefully. 139 Fields to adjust are: [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | secdownload.txt | 35 there are multiple ways to handle secured download mechanisms: 38 2. use the application to authenticate and send the file 55 A simple way to combine the two ways could be: 57 1. app authenticates user and checks permissions to 61 3. the webserver transfers the file to the user. 67 mod_secdownload removes this problem by introducing a way to 70 webserver before it allows the file to be downloaded by the 73 The generated URL has to have the format: 85 only limiting factor is the timestamp which is used to 91 known to the user. [all …]
|
| H A D | compress.txt | 20 announcing it in the Accept-Encoding header. This is used to negotiate the 27 We currently limit to compression support to static files. 32 mod_compress can store compressed files on disk to optimize the compression 39 and the etag associated to the file. 41 Cleaning the cache is left to the user. A cron job deleting files older than 53 to the compression headers, the upper limit is set to work sensibly with 57 #113). To enable compression for user dirs you have to create the directories 94 …NOTE: You have to specify the full mime-type! If you also define a charset, for example, you have … 99 maximum size of the original file to be compressed kBytes. 101 This is meant to protect the server against DoSing as compressing large [all …]
|
| H A D | proxy.txt | 14 The proxy module a simplest way to connect lighttpd to 34 a value between 0 and 65535 to set the debug-level in the 35 Proxy module. Currently only 0 and 1 are used. Use 1 to 36 enable some debug output, 0 to disable it. 43 that the same request URI is sent to always the same host. 45 a lot due to higher cache-locality. 'fair' is the normal 49 tell the module where to send Proxy requests to. Every 66 might empty to match all requests 85 www.example.org should be forwarded to the proxy. All proxies 101 moved equally to the other servers. If you want to know more about
|
| H A D | fastcgi.txt | 88 tell the module where to send FastCGI requests to. Every 159 defauls to SIGTERM 212 to FastCGI server. 413 If you want to use PATH_INFO and PHP_SELF in you PHP scripts you have to 467 ## ABSOLUTE path to the PHP binary 470 ## bind to tcp-port on localhost 473 ## bind to unix domain socket 476 ## number of PHP childs to spawn 494 If you have set the variables to values that fit to your 525 to the php-process. [all …]
|
| H A D | magnet.txt | 24 mod_magnet is a module to control the request handling in lighty. 51 It depends on the purpose of the script which stage you want to intercept. Usually you want to use 57 magnet.attract-raw-url-to = ( ... ) 58 magnet.attract-physical-path-to = ( ... ) 121 If you want to set a response header for your request, you can add a field to the lighty.header[] t… 252 To simplify the code and to improve the performance we define: 261 magnet.attract-physical-path-to = "random.lua" 309 If you want to implement caching on your document-root and only want to regenerate 350 ... or how to store data globally in the script-context: 379 magnet.attract-raw-url-to = server.docroot + "/counter.lua" [all …]
|
| H A D | state.txt | 48 write response-header + content to network 63 and start to read data from the network. As soon as we get the 64 HTTP-request terminator (CRLFCRLF) we forward the header to the parser. 67 the request is made it is sent to 'respstart' to prepare the 69 to the network. When everything is sent 'respend' is entered to log the 71 is set back to the 'connect' state again. 77 directly to 'reqstart' without the close() and the accept() calls. 97 other way to handle the issue (e.g. client-side close of the connection). 101 If we have to take care of some data which is coming in after we ran into 109 'handlereq' to handle all aspect which are neccesary to find out what has [all …]
|
| H A D | performance.txt | 28 performance. The operation system has two major facilities to help lighttpd 64 that one of the connections is ready to send or receive. As you can see, 99 to copy the file into the webserver just to write() it back into a socket 118 The best backend is selected at compile time. In case you want to use 147 1. the TCP/IP socket to the client 148 2. the TCP/IP and Unix domain socket to the FastCGI process 149 3. the filehandle to the file in the document root to check if it exists 152 connections for awhile to use the existing file descriptors to handle the 181 With the help of FAM or gamin you can use kernel events to assure that 182 your stat cache is up to date. :: [all …]
|
| H A D | userdir.txt | 24 The userdir module provides a simple way to link user-based directories into the global namespace o… 26 Requests in the form ``/~user/page.html`` are rewritten to take the file ``page.html`` from the hom… 27 If ``userdir.path`` is set, the path will be appended to the home directory 35 To control which users should be able to use this feature you can set a list of usernames to includ… 50 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…
|
| H A D | setenv.txt | 14 mod_setenv is used to add request 30 adds a value to the process environment that is passed to the external applications 34 adds a header to the HTTP response sent to the client 37 adds a header to the HTTP request that was received from the client
|
| H A D | cml.txt | 24 CML (Cache Meta Language) wants to solves several problems: 26 * dynamic content needs caching to perform 51 $cachefile = "/cache/dir/to/cached-content"; 79 # generate content and write it to $cachefile 84 content, the content is dirty and has to be regenerated. 95 to start PHP for a cache-hit. 164 and allows you to manipulate the request for your needs. 199 ## to be continued :) ... 213 To use the plugin you have to load it: :: 221 the file extension that is bound to the cml-module [all …]
|
| H A D | configuration.txt | 111 It also binds the daemon to this socket. Use this if you want to do IP/port- 167 # deny the access to www.example.org to all user which 266 Default: bind to all interfaces 275 tcp-port to bind the server to 282 bind to the IPv6 socket 301 send errorlog to syslog 311 username used to run the server 316 groupname used to run the server 321 allow to follow-symlinks 336 modules to load [all …]
|
| H A D | access.txt | 14 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. 30 Denies access to all files with any of given trailing path names. 38 will deny access to all files ended with a diacritical mark (~) or .inc
|
| H A D | plugins.txt | 15 provides a flexible way to add specific functionality to lighttpd. 25 Plugins allow you to enhance the functionality of lighttpd without 43 called when the configuration has to be processed 60 called at the end of the logical path handle to get a docroot 71 called if the connection has to be closed 74 internal handles have to be called 76 called if the connection structure has to be cleaned up 86 plugin is loaded. It is used to set up the ``plugin`` structure with 103 to set up the internal plugin data. The internal plugin is assigned the 107 a pointer to the internal plugin data. [all …]
|
| H A D | features.txt | 10 This document tries to track the requested features and 25 It is used to see what is still missing and what is already done. :: 30 > 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. 35 lighttpd is currently the only non-blocking open source web server to 49 virtual server. This would seem to be especially problematic when doing 66 is no way to allow or deny based in IP address. 89 an open source web server, it nice to have a documented, consistent API, 90 rather than having to manually patch the server. 100 There is no support for mapping certain URLs to specific filesystem paths. [all …]
|
| H A D | status.txt | 33 We need to load the module first. :: 37 By default the status page is disabled to hide internal information from 42 If you want to open the status page just for users from the local network 56 childs are not combined yet, so you're going to see different stats with each 63 By default a nice looking HTML page is generated. If you append ?auto to the 64 status-url you can get a text version which is simpler to parse. :: 75 The naming is kept compatible to Apache even if we have another concept and 84 relative URL which is used to retrieve the status-page
|
| H A D | ssl.txt | 14 How to set up SSL in lighttpd 29 To enable SSL for the whole server you have to provide a valid 30 certificate and have to enable the SSL engine.:: 33 ssl.pemfile = "/path/to/server.pem" 35 The HTTPS protocol does not allow you to use name-based virtual 36 hosting with SSL. If you want to run multiple SSL servers with
|
| H A D | webdav.txt | 44 If you load the webdav module, the WebDAV functionality has to be 45 enabled for the directories you want to provide to the user. 58 a conditional. You have to use the regex like below as you want to match
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 8 # 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 60 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about 92 ## Macros to handle LT_INIT options. ## 116 [$0: Remove this warning and the call to _LT_SET_OPTION when you 152 [$0: Remove this warning and the call to _LT_SET_OPTION when you 190 [Whether or not to build shared libraries]) 244 [Whether or not to build static libraries]) 298 [Whether or not to optimize for fast installation])dnl [all …]
|
| H A D | libtool.m4 | 318 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. 444 # we write them to config.status, we have to be sure to quote all 989 [Tool to change global to local symbols on Mac OS X]) 1524 [How to feed a file listing to the archiver]) 2591 # Convert to unix form, then to dos form, then back to unix form 3195 *** may want to report the problem to your system manager and/or to 7658 # to write the compiler configuration to 'libtool'. 7793 # to write the compiler configuration to 'libtool'. 7932 # to write the compiler configuration to 'libtool'. 8003 # to write the compiler configuration to 'libtool'. [all …]
|
| H A D | lt~obsolete.m4 | 8 # unlimited permission to copy and/or distribute it, with or without 13 # These exist entirely to fool aclocal when bootstrapping libtool. 16 # which have later been changed to m4_define as they aren't part of the 17 # exported API, or moved to Autoconf or Automake where they belong. 31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. 32 # Yes, that means every name once taken will need to remain here until 34 # we need to keep only those names which we still refer to. 36 # This is to help aclocal find these macros, as it can't see m4_define.
|
| /mOS-networking-stack/scripts/ |
| H A D | aclocal.m4 | 6 # gives unlimited permission to copy and/or distribute it, 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 18 # gives unlimited permission to copy and/or distribute it, 24 # to automatically call this. 35 # compilers refuse to overwrite an existing .o file with -o, 51 # FIXME: It is wrong to rewrite CC. 53 # A longer-term fix would be to have automake use am__CC in this case,
|