Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 30) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dautogen.sh11 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 DINSTALL93 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 Dcompile244 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 Dmissing40 --run)
H A Daclocal.m4344 # 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 DSConscript4 run-tests.pl \
37 t += env.Command('foo2', 'run-tests.pl', '( cd ./tests/; SHELL=/bin/sh ./run-tests.pl; cd ..)')
H A DMakefile.am16 run-tests.pl \
H A DMakefile.in592 run-tests.pl \
976 run-tests.pl.log: run-tests.pl
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/
H A Drc.lighttpd122 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.conf10 run = __app
H A Dsetup.sh478 sudo -E make run
/mOS-networking-stack/dpdk-iface-kmod/
H A DMakefile41 run: all target
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfastcgi.txt32 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 Dssl.txt36 hosting with SSL. If you want to run multiple SSL servers with
H A Drrdtool.txt41 before the first run, as lighttpd has to create the DB for you.
H A Dfeatures.txt55 a FastCGI program can get run through the SSI interpreter. SSI can also do
H A Dconfiguration.txt311 username used to run the server
316 groupname used to run the server
H A Dmagnet.txt31 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 Dperformance.txt48 in parallel for 24h) you might run into the out-of-fd problem described below. ::
/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h119 void (*run)(mctx_t mctx, void **app_ctx); member
H A Dconfig.h123 char run[STR_LEN]; member
/mOS-networking-stack/core/include/
H A Dmtcp_api.h119 void (*run)(mctx_t mctx, void **app_ctx); member
/mOS-networking-stack/core/src/
H A Dconfig.c175 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 Dltoptions.m477 dnl we run the default mode handler for the pair. For example, if neither
/mOS-networking-stack/scripts/
H A Dconfigure2152 … "$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

12