Lines Matching defs:perdir

395     char        *perdir;
438 static void do_rewritelog(request_rec *r, int level, char *perdir,
442 static void do_rewritelog(request_rec *r, int level, char *perdir,
477 perdir ? "[perdir " : "",
478 perdir ? perdir : "",
479 perdir ? "] ": "",
1788 * Determine the correct URI path in perdir context
1849 path = ctx->perdir ? la_u(ctx) : ctx->uri;
1856 rewritelog((r, 5, ctx->perdir, "lookahead: path=%s var=%s "
1865 if (ctx->perdir && *path == '/') {
1873 if (ctx->perdir) {
1891 rewritelog((r, 5, ctx->perdir, "lookahead: path=%s var=%s "
1914 rewritelog((r, 1, ctx->perdir, "RESULT='%s'", result));
1923 rewritelog((r, 1, ctx->perdir, "IPV6='%s'", flag ? "on" : "off"));
1925 rewritelog((r, 1, ctx->perdir, "IPV6='off' (IPv6 is not enabled)"));
2401 rewritelog((ctx->r, 5, ctx->perdir, "escaping backreference '%s' to '%s'",
3959 rewritelog((r, 1, ctx->perdir,
3987 rewritelog((r, 4, ctx->perdir, "RewriteCond: input='%s' pattern='%s'%s "
4007 rewritelog((ctx->r, 2, ctx->perdir, "remember %s to have MIME-type "
4021 rewritelog((ctx->r, 2, ctx->perdir, "remember %s to have "
4045 if (ctx->perdir) {
4046 apr_size_t dirlen = strlen(ctx->perdir);
4058 rewritelog((r, 3, ctx->perdir, "add path info postfix: %s -> %s%s",
4067 !strncmp(ctx->uri, ctx->perdir, dirlen)) {
4069 rewritelog((r, 3, ctx->perdir, "strip per-dir prefix: %s -> %s",
4078 rewritelog((r, 3, ctx->perdir, "applying pattern '%s' to uri '%s'",
4153 rewritelog((r, 2, ctx->perdir, "rewrite '%s' -> '%s'", ctx->uri,
4166 rewritelog((r, 2, ctx->perdir, "forcing responsecode %d for %s",
4178 if (ctx->perdir && (p->flags & RULEFLAG_DISCARDPATHINFO)) {
4188 if ( ctx->perdir && !is_proxyreq && *r->filename != '/'
4190 rewritelog((r, 3, ctx->perdir, "add per-dir prefix: %s -> %s%s",
4191 r->filename, ctx->perdir, r->filename));
4193 r->filename = apr_pstrcat(r->pool, ctx->perdir, r->filename, NULL);
4210 if (ctx->perdir && (p->flags & RULEFLAG_NOESCAPE) == 0) {
4214 rewritelog((r, 2, ctx->perdir, "escaped URI in per-dir context "
4220 rewritelog((r, 2, ctx->perdir, "forcing proxy-throughput with %s",
4235 rewritelog((r, 2, ctx->perdir, "explicitly forcing redirect with %s",
4257 rewritelog((r, 2, ctx->perdir, "implicitly forcing redirect (rc=%d) "
4278 char *perdir)
4290 ctx->perdir = perdir;
4350 rewritelog((r, 2, perdir, "forcing '%s' to get passed through "
4359 rewritelog((r, 8, perdir, "Rule has END flag, no further rewriting for this request"));