Home
last modified time | relevance | path

Searched refs:add (Results 1 – 20 of 20) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsetenv.txt14 mod_setenv is used to add request
29 setenv.add-environment
33 setenv.add-response-header
36 setenv.add-request-header
H A Dcompress.txt114 If you want to add headers for uncompress and display diff.gz files , add this section in your conf…
117 setenv.add-response-header = ( "Content-Encoding" => "gzip" )
150 setenv.add-response-header = ( "Content-Encoding" => "gzip")
H A Dstatus.txt92 add JavaScript which allows client-side sorting for the connection overview
H A Dmagnet.txt121 If you want to set a response header for your request, you can add a field to the lighty.header[] t…
304 Just add the hosts you want to blacklist into the blacklist table in the shown way.
374 mod_status support a global statistics page and mod_magnet allows to add and update values in the s…
H A Dplugins.txt15 provides a flexible way to add specific functionality to lighttpd.
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dbug-12.conf85 setenv.add-environment = ( "TRAC_ENV" => "foo")
86 setenv.add-request-header = ( "FOO" => "foo")
87 setenv.add-response-header = ( "BAR" => "foo")
H A Dbug-06.conf83 setenv.add-environment = ( "TRAC_ENV" => "foo")
84 setenv.add-request-header = ( "FOO" => "foo")
85 setenv.add-response-header = ( "BAR" => "foo")
H A Dproxy.conf66 setenv.add-environment = ( "TRAC_ENV" => "foo")
67 setenv.add-request-header = ( "FOO" => "foo")
68 setenv.add-response-header = ( "BAR" => "foo")
H A Dlighttpd.conf77 setenv.add-environment = ( "TRAC_ENV" => "tracenv", "SETENV" => "setenv")
78 setenv.add-request-header = ( "FOO" => "foo")
79 setenv.add-response-header = ( "BAR" => "foo")
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_libmtcp.c55 int add = 0; in fdevent_libmtcp_epoll_event_set() local
57 if (fde_ndx == -1) add = 1; in fdevent_libmtcp_epoll_event_set()
77 …if (0 != mtcp_epoll_ctl(ev->srv->mctx, ev->epoll_fd, add ? MOS_EPOLL_CTL_ADD : MOS_EPOLL_CTL_MOD, … in fdevent_libmtcp_epoll_event_set()
H A Dfdevent_linux_sysepoll.c49 int add = 0; in fdevent_linux_sysepoll_event_set() local
51 if (fde_ndx == -1) add = 1; in fdevent_linux_sysepoll_event_set()
73 if (0 != epoll_ctl(ev->epoll_fd, add ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd, &ep)) { in fdevent_linux_sysepoll_event_set()
H A Dfdevent_solaris_devpoll.c47 int add = 0; in fdevent_solaris_devpoll_event_set() local
53 if (fde_ndx == -1) add = 1; in fdevent_solaris_devpoll_event_set()
H A DSConscript113 ## 3. add them to the libs
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh8300 add=-l$name
8303 add=-l$name
8323 test -n "$add" && compile_deplibs="$add $compile_deplibs"
8326 test -n "$add" && deplibs="$add $deplibs"
8341 add=
8348 add=-l$name
8354 add=-l$name
8360 add=$libdir/$linklib
8373 add=-l$name
8378 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
[all …]
H A DNEWS11 * add PATCH method (fixes #2424)
45 * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
56 add ssl.use-sslv3 (fixes #2246)
63 * fdevent: add solaris eventports (fixes #2171)
91 * add check to stop loading plugins twice
94 * add libev fdevent handler: server.event-handler = "libev"
113 * mod_magnet: add traceback for printing lua errors
213 * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
380 * do not add Accept-Ranges header if range-request is disabled (#1449)
832 * fixed crash in setenv.add-response-header
[all …]
H A Daclocal.m459 dnl To ensure that this macro is defined, also add:
85 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
698 # each Makefile.in and add a new line on top of each file to say so.
864 dnl The testsuite driver may need to know about EXEEXT, so add the
918 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
/mOS-networking-stack/
H A D.travis.yml17 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c776 struct slist *add, *tax, *ild; local
794 add = next;
796 add = this_op(next->next);
797 if (add == 0 || add->s.code != (BPF_ALU | BPF_ADD | BPF_X))
804 tax = this_op(add->next);
845 add->s.code = NOP;
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m431 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
H A Dlibtool.m41000 # By default we will add the -single_module flag. You can override
1726 # And add a safety zone
2314 # and add multilib dir if necessary...
2445 # soname into executable. Probably we can add versioning support to
2796 case $LD in # libtool.m4 will add one of these switches to LD
5423 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6081 # to ld, don't add -lc before -lgcc.
6121 [Whether or not to add -lc for building shared libraries])
6494 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6964 # if we add $predep_objects and $postdep_objects, however 7.1 and
[all …]