From: Alex Dehnert Date: Sat, 7 Aug 2021 18:42:56 +0000 (-0400) Subject: proxy: Fix exception for serving locally X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=6e738007029f47e0bc0dafdf76ccc7089eeb4ad9;hp=6e738007029f47e0bc0dafdf76ccc7089eeb4ad9;p=sysconfig%2Fapache2.git proxy: Fix exception for serving locally Judging by https://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritecond, REQUEST_FILENAME isn't available in a vhost, so we need to put the vhost root before the REQUEST_URI. ---