Home
last modified time | relevance | path

Searched refs:app (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsecdownload.txt57 1. app authenticates user and checks permissions to
59 2. app redirects user to the file accessable by the webserver
64 used in the app, the resulting URL would be available to every
H A Dcompress.txt163 in the config/app.cfg file in your TurboGears application. The above lines should already be in th…
/mOS-networking-stack/
H A Dsetup.sh671 if grep "ldflags.txt" $RTE_SDK/mk/rte.app.mk > /dev/null
675 …FLAGS} \> \${RTE_SDK}\/\${RTE_TARGET}\/lib\/ldflags\.txt)\nO_TO_EXE_STR =/g' $RTE_SDK/mk/rte.app.mk
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c403 void Action_add(app,type,sp,arg) in Action_add() argument
404 struct action **app; in Action_add()
411 new->next = *app;
412 *app = new;
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS355 * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)