Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_redirect.c13 pcre_keyvalue_buffer *redirect; member
50 pcre_keyvalue_buffer_free(s->redirect); in FREE_FUNC()
89 s->redirect = pcre_keyvalue_buffer_init(); in SETDEFAULTS_FUNC()
92 cv[0].destination = s->redirect; in SETDEFAULTS_FUNC()
126 if (0 != pcre_keyvalue_buffer_append(srv, s->redirect, in SETDEFAULTS_FUNC()
143 p->conf.redirect = s->redirect; in mod_redirect_patch_connection()
160 p->conf.redirect = s->redirect; in mod_redirect_patch_connection()
187 for (i = 0; i < p->conf.redirect->used; i++) { in mod_redirect_uri_handler()
193 pcre_keyvalue *kv = p->conf.redirect->kv[i]; in mod_redirect_uri_handler()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dredirect.txt17 :keywords: lighttpd, redirect
29 url.redirect
34 … url.redirect = ( "^/show/([0-9]+)/([0-9]+)$" => "http://www.example.org/show.php?isdn=$1&page$2",
37 # make a external redirect
40 url.redirect = ( "^/(.*)" => "http://%1/$1" )
H A Dmagnet.txt171 To easy debugging we overloaded the print()-function in lua and redirect the output of print() to t…
H A Dfastcgi.txt357 --enable-force-cgi-redirect \
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DSConscript28 mod-redirect.t \
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS33 * [mod_redirect] Support url.redirect-code option (fixes #2247)
73 * Check uri instead of physical path for directory redirect
107 * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
266 …* Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regr…
297 …* Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => …
310 * close connection after redirect in trigger_b4_dl (thx icy)
323 * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
464 * fix crash if gethostbyaddr() failed on redirect [1718]
494 * fixed crash on url.redirect and url.rewrite if %0 is used in a global context