Lines Matching refs:prefix
623 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix,
629 *where++ = prefix;
939 * substitute the prefix path 'match' in 'input' with 'subst' (RewriteBase)
954 rewritelog((r, 5, NULL, "strip matching prefix: %s -> %s", input,
972 rewritelog((r, 4, NULL, "add subst prefix: %s -> %s", input+len,
978 /* prefix didn't match */
4069 rewritelog((r, 3, ctx->perdir, "strip per-dir prefix: %s -> %s",
4184 /* Add the previously stripped per-directory location prefix, unless
4190 rewritelog((r, 3, ctx->perdir, "add per-dir prefix: %s -> %s%s",
4244 * http[s]://<ourhost>[:<port>] prefix, i.e. a prefix which
4246 * and to avoid recursion, etc. When this prefix is not a
4747 /* expand "/~user" prefix */
4761 /* if there is no valid prefix, we call
4763 * prefix the filename with document_root
4767 * - when we always prefix with document_root
4770 * - when we always NOT prefix with document_root
4959 "trying to replace prefix %s with %s",
5074 * the per-dir prefix with this base-URL if the
5080 rewritelog((r, 2, dconf->directory, "trying to replace prefix "
5089 * that the directory prefix is also a valid URL
5091 * document_root if it is prefix
5102 " prefix: %s -> %s", r->filename,
5112 * If there's a context document root AND a context prefix, and
5113 * the context document root is a prefix of r->filename, replace.
5120 const char *prefix = ap_context_prefix(r);
5121 if (prefix != NULL) {
5123 "context docroot %s with context prefix %s",
5124 ccp, prefix));
5126 ccp, prefix);