View | Details | Raw Unified | Return to bug 65590
Collapse All | Expand All

(-)modules/mappers/mod_rewrite.c (-1 / +3 lines)
Lines 4323-4329 static int apply_rewrite_rule(rewriterule_entry *p Link Here
4323
                       "for proxy, %s -> %s", old_filename, r->filename);
4323
                       "for proxy, %s -> %s", old_filename, r->filename);
4324
        }
4324
        }
4325
4325
4326
        fully_qualify_uri(r);
4326
        if (ap_cstr_casecmpn(uri, "unix:", 5) != 0) {
4327
            fully_qualify_uri(r);
4328
        }
4327
4329
4328
        rewritelog(r, 2, ctx->perdir, "forcing proxy-throughput with %s",
4330
        rewritelog(r, 2, ctx->perdir, "forcing proxy-throughput with %s",
4329
                   r->filename);
4331
                   r->filename);

Return to bug 65590