Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 16 of 16) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drewrite.txt14 url rewrite
17 :keywords: lighttpd, rewrite
24 internal redirects, url rewrite
29 url.rewrite-once
34 url.rewrite-once = ( "<regex>" => "<relative-uri>" )
36 url.rewrite-repeat
41 url.rewrite-repeat = ( "<regex>" => "<relative-uri>" )
43 The options ``url.rewrite`` and ``url.rewrite-final`` were mapped to ``url.rewrite-once``
58 url.rewrite-once = ( "^/id/([0-9]+)$" => "/index.php?id=$1",
68 # before rewrite: REQUEST_URI="/www/htdocs/url/"
[all …]
H A DMakefile.am14 rewrite.txt \
52 rewrite.html \
H A Dmagnet.txt164 changing the request.uri in a rewrite. It restarts the splitting of the request-uri again.
312 magnet.attract-physical-path-to = ( server.document-root + "/rewrite.lua" )
314 rewrite.lua ::
H A DMakefile.in294 rewrite.txt \
332 rewrite.html \
H A Dfeatures.txt71 simple, yet powerful, request rewrite language.
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rewrite.c29 rewrite_rule_buffer *rewrite; member
149 rewrite_rule_buffer_free(s->rewrite); in FREE_FUNC()
256 s->rewrite = rewrite_rule_buffer_init(); in SETDEFAULTS_FUNC()
270 parse_config_entry(srv, ca, s->rewrite, "url.rewrite-once", 1); in SETDEFAULTS_FUNC()
289 PATCH(rewrite); in mod_rewrite_patch_connection()
309 PATCH(rewrite); in mod_rewrite_patch_connection()
312 PATCH(rewrite); in mod_rewrite_patch_connection()
315 PATCH(rewrite); in mod_rewrite_patch_connection()
324 PATCH(rewrite); in mod_rewrite_patch_connection()
482 if (!p->conf.rewrite) return HANDLER_GO_ON; in URIHANDLER_FUNC()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.conf127 url.rewrite = ( "^/rewrite/foo($|\?.+)" => "/indexfile/rewrite.php$1",
130 url.rewrite-if-not-file = ( "^(/rewrite/[^?]*)(?:\?(.*))?$" => "/indexfile/rewrite.php?file=$1&$2" )
H A Dproxy.conf125 url.rewrite = ( "^/rewrite/foo($|\?.+)" => "/indexfile/rewrite.php$1",
H A DSConscript30 mod-rewrite.t \
H A DMakefile.am44 mod-rewrite.t \
H A DMakefile.in620 mod-rewrite.t \
/mOS-networking-stack/scripts/
H A Daclocal.m423 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
51 # FIXME: It is wrong to rewrite CC.
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/
H A DMakefile.am1 EXTRA_DIST=index.php return-404.php rewrite.php
H A DMakefile.in281 EXTRA_DIST = index.php return-404.php rewrite.php
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS107 * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
173 …* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a r…
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: "%%" => …
494 * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
758 * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
931 * fixed handling of REQUEST_URI after rewrite
938 * added final rewrite-rules
H A Daclocal.m4380 # FIXME: It is wrong to rewrite AR.
1112 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1140 # FIXME: It is wrong to rewrite CC.