Searched refs:rewrite (Results 1 – 16 of 16) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | rewrite.txt | 14 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 D | Makefile.am | 14 rewrite.txt \ 52 rewrite.html \
|
| H A D | magnet.txt | 164 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 D | Makefile.in | 294 rewrite.txt \ 332 rewrite.html \
|
| H A D | features.txt | 71 simple, yet powerful, request rewrite language.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_rewrite.c | 29 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 D | lighttpd.conf | 127 url.rewrite = ( "^/rewrite/foo($|\?.+)" => "/indexfile/rewrite.php$1", 130 url.rewrite-if-not-file = ( "^(/rewrite/[^?]*)(?:\?(.*))?$" => "/indexfile/rewrite.php?file=$1&$2" )
|
| H A D | proxy.conf | 125 url.rewrite = ( "^/rewrite/foo($|\?.+)" => "/indexfile/rewrite.php$1",
|
| H A D | SConscript | 30 mod-rewrite.t \
|
| H A D | Makefile.am | 44 mod-rewrite.t \
|
| H A D | Makefile.in | 620 mod-rewrite.t \
|
| /mOS-networking-stack/scripts/ |
| H A D | aclocal.m4 | 23 # 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 D | Makefile.am | 1 EXTRA_DIST=index.php return-404.php rewrite.php
|
| H A D | Makefile.in | 281 EXTRA_DIST = index.php return-404.php rewrite.php
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 107 * 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 D | aclocal.m4 | 380 # 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.
|