From 94a1f3e39bd390b079c952c1f963355cf1c1a2a7 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.40.0