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

(-)file_not_specified_in_diff (-1 / +11 lines)
Line  Link Here
0
-- mod_rewrite-orig.c  2013-10-07 14:12:57.000000000 -0500
0
++ mod_rewrite.c       2014-03-14 11:50:47.370340818 -0500
Lines 4820-4825 Link Here
4820
        if (l > 6 && strncmp(r->filename, "proxy:", 6) == 0) {
4820
        if (l > 6 && strncmp(r->filename, "proxy:", 6) == 0) {
4821
            /* it should go on as an internal proxy request */
4821
            /* it should go on as an internal proxy request */
4822
4822
4823
            /* check if the proxy module is enabled, so
4824
             * we can actually use it!
4825
             */
4826
            if (!proxy_available) {
4827
                ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00669)
4828
                              "attempt to make remote request from mod_rewrite "
4829
                              "without proxy enabled: %s", r->filename);
4830
                return HTTP_FORBIDDEN;
4831
            }
4832
4823
            /* make sure the QUERY_STRING and
4833
            /* make sure the QUERY_STRING and
4824
             * PATH_INFO parts get incorporated
4834
             * PATH_INFO parts get incorporated
4825
             * (r->path_info was already appended by the
4835
             * (r->path_info was already appended by the

Return to bug 56264