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