From df728cb64f145e738f21185cf58987ae8c5189a0 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Thu, 19 Jul 2012 20:15:54 +0000
Subject: [PATCH] Remove .* from the equation in the "
~ character. For example:
-<Directory ~ "^/www/.*/[0-9]{3}">
+<Directory ~ "^/www/[0-9]{3}">
</Directory>
--
2.47.3