]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When a rewrite to proxy is configured in the server config, a check is made to make...
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Aug 2018 21:57:37 +0000 (21:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Aug 2018 21:57:37 +0000 (21:57 +0000)
commitd8ba15241607c67b033609a5a7dddbfa13b74c5d
tree300f77efd15f72bab18a4012ac9ac48c60d23f54
parentae98f599e73de3c0d08dc3f0d4353e70284b98f6
When a rewrite to proxy is configured in the server config, a check is made to make sure mod_proxy is active.  But the same is not done if a rewrite to proxy is configured in an .htaccess file.

Basically this patch is the block of code from hook_uri2file that does the proxy check, copied to hook_fixup.

Patch provided by Michael Streeter [mstreeter1 gmail.com], slightly modified to use a new APLOGNO
PR 56264

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838684 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c