| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | autogen.sh | 11 run() { function 84 run $LIBTOOLIZE $LIBTOOLIZE_FLAGS 85 run $ACLOCAL $ACLOCAL_FLAGS -I m4 86 run $AUTOHEADER 87 run $AUTOMAKE $AUTOMAKE_FLAGS 88 run $AUTOCONF
|
| H A D | INSTALL | 93 Please use the following command to run lighttpd: 117 Please use the following command to run lighttpd: 147 Please use the following command to run lighttpd:
|
| H A D | compile | 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining 248 right script to run: please start by reading the file 'INSTALL'.
|
| H A D | missing | 40 --run)
|
| H A D | aclocal.m4 | 344 # if it is needed. If the detection of archiver interface fails, run 410 # depending on how configure is run. This is pretty annoying, since 502 # dependency, and given that the user is not expected to run this macro, 593 # not run yet. These depmodes are late enough in the game, and 786 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 883 Your 'rm' program seems unable to run without file operands specified 906 to "yes", and re-run configure. 919 dnl mangled by Autoconf and run in a shell conditional statement. 1329 # run "make install-strip". However 'strip' might not be the right
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | SConscript | 4 run-tests.pl \ 37 t += env.Command('foo2', 'run-tests.pl', '( cd ./tests/; SHELL=/bin/sh ./run-tests.pl; cd ..)')
|
| H A D | Makefile.am | 16 run-tests.pl \
|
| H A D | Makefile.in | 592 run-tests.pl \ 976 run-tests.pl.log: run-tests.pl
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | rc.lighttpd | 122 touch /var/run/lighttpd.pid 148 test /etc/lighttpd/lighttpd.conf -nt /var/run/lighttpd.pid && echo reload
|
| /mOS-networking-stack/ |
| H A D | .end-template.conf | 10 run = __app
|
| H A D | setup.sh | 478 sudo -E make run
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | Makefile | 41 run: all target
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | fastcgi.txt | 32 This means that FastCGI programs that run with the Apache 33 Webserver will run seamlessly with lighttpd and vice versa. 53 simple CGI programs: FastCGI don't have to run on the Webserver 65 FastCGI process can be run under different permissions that 445 - FastCGI process can only run locally 490 ## if this script is run as root switch to the following user 518 root permissions. Otherwise the php processes will run as
|
| H A D | ssl.txt | 36 hosting with SSL. If you want to run multiple SSL servers with
|
| H A D | rrdtool.txt | 41 before the first run, as lighttpd has to create the DB for you.
|
| H A D | features.txt | 55 a FastCGI program can get run through the SSI interpreter. SSI can also do
|
| H A D | configuration.txt | 311 username used to run the server 316 groupname used to run the server
|
| H A D | magnet.txt | 31 For performance reasons mod_magnet caches the compiled script. For each script-run the script itsel… 53 can run checks against lighty.env["physical.path"].
|
| H A D | performance.txt | 48 in parallel for 24h) you might run into the out-of-fd problem described below. ::
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 119 void (*run)(mctx_t mctx, void **app_ctx); member
|
| H A D | config.h | 123 char run[STR_LEN]; member
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 119 void (*run)(mctx_t mctx, void **app_ctx); member
|
| /mOS-networking-stack/core/src/ |
| H A D | config.c | 175 else if (TRY_ASSIGN_STR(run, conf, item, value)) { in FeedAppConfLine() 176 StrToArgs(conf->run, &conf->app_argc, conf->app_argv, MOS_APP_ARGC); in FeedAppConfLine() 178 conf->app_argv[conf->app_argc++] = strtok(conf->run, " \t\n\r"); in FeedAppConfLine() 529 printf("| run: %s\n", conf->run); in AppConfPrint()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltoptions.m4 | 77 dnl we run the default mode handler for the pair. For example, if neither
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 2152 … "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2153 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2157 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2167 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2171 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2197 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
|