Home
last modified time | relevance | path

Searched refs:script (Results 1 – 9 of 9) sorted by relevance

/lighttpd1.4/src/
H A Dmod_magnet_cache.c15 static script *script_init(void) in script_init()
17 return ck_calloc(1, sizeof(script)); in script_init()
21 static void script_free(script *sc) in script_free()
47 static lua_State *script_cache_load_script(script * const sc, int etag_flags) in script_cache_load_script()
96 static script *script_cache_new_script(script_cache * const cache, const buffer * const name) in __attribute_nonnull__()
98 script * const sc = script_init(); in __attribute_nonnull__()
110 script *script_cache_get_script(script_cache *cache, const buffer *name) in script_cache_get_script()
113 script * const sc = cache->ptr[i]; in script_cache_get_script()
120 lua_State *script_cache_check_script(script * const sc, int etag_flags) in script_cache_check_script()
H A Dmod_magnet_cache.h16 } script; typedef
19 script **ptr;
36 script *script_cache_get_script(script_cache *cache, const buffer *name);
39 lua_State *script_cache_check_script(script * const sc, int etag_flags);
H A Dmod_magnet.c41 script * const *url_raw;
42 script * const *physical_path;
43 script * const *response_start;
151 script ** const a = in SETDEFAULTS_FUNC()
152 ck_malloc((cpv->v.a->used+1)*sizeof(script *)); in SETDEFAULTS_FUNC()
3153 magnet_script_setup (request_st * const r, plugin_data * const p, script * const sc) in magnet_script_setup()
3203 magnet_attract (request_st * const r, plugin_data * const p, script * const sc) in magnet_attract()
3320 script * const *scripts; in magnet_attract_array()
/lighttpd1.4/doc/outdated/
H A Dmagnet.txt31 For performance reasons mod_magnet caches the compiled script. For each script-run the script itsel…
51 It depends on the purpose of the script which stage you want to intercept. Usually you want to use
135 The lighty.content[] table is executed when the script is finished. The elements of the array are p…
350 ... or how to store data globally in the script-context:
352 Each script has its own script-context. When the script is started it only contains the lua-functio…
353 …al lighty.* name-space. If you want to save data between script runs, you can use the global-script
369 The global-context is per script. If you update the script without restarting the server, the conte…
H A Dfastcgi.txt347 webserver execute a small script which just contains ::
460 For convenience a wrapper script should be used which takes
461 care of all the necessary option. Such a script in included
464 The script has a set of config variables you should take
493 ## if this script is run as root switch to the following user
519 If you start the script as user root php processes will be
522 the user you started script as.
524 As the script might be started from a unknown stage or even
H A Dconfiguration.txt207 Or like the lighttpd script for rails does:
394 This option is used in combination with a start-script and the daemon mode
/lighttpd1.4/doc/
H A Dinitscripts.txt46 sample systemd unit script: doc/systemd/lighttpd.service
/lighttpd1.4/
H A DNEWS227 * [mod_magnet] clear and reuse script-env table
228 * [mod_magnet] clear stack when reloading script
293 * [mod_magnet] set script env in func first upvalue
804 * [mod_magnet] sync script load w/ stat_cache
822 * [mod_magnet] cache script objects at config time
1693 * [build] more portable autogen.sh shell script
1887 * [mod_magnet] fix invalid script return-type crash (fixes #2938)
2947 * add more mime types and a script to generate mime.conf (fixes #2579)
4124 * improved configure script
4126 * added a rc-script for RedHat
[all …]
H A Dconfigure.ac2 dnl Process this file with autoconf to produce a configure script.