Searched refs:redirect (Results 1 – 6 of 6) sorted by relevance
13 pcre_keyvalue_buffer *redirect; member50 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()
17 :keywords: lighttpd, redirect29 url.redirect34 … url.redirect = ( "^/show/([0-9]+)/([0-9]+)$" => "http://www.example.org/show.php?isdn=$1&page$2",37 # make a external redirect40 url.redirect = ( "^/(.*)" => "http://%1/$1" )
171 To easy debugging we overloaded the print()-function in lua and redirect the output of print() to t…
357 --enable-force-cgi-redirect \
28 mod-redirect.t \
33 * [mod_redirect] Support url.redirect-code option (fixes #2247)73 * Check uri instead of physical path for directory redirect107 * 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