aboutsummaryrefslogtreecommitdiff
path: root/t/conf
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 14:20:56 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 14:20:56 +0000
commit0cbcdb0d4083eb97a6e052471cb51f8b31f3c92c (patch)
tree9cdb02a2b70d23d746ab5453de3259e0defa2d68 /t/conf
parent0c0554d767a6cb97c58c3ca7b639f3070e5591f5 (diff)
downloadApache-Inject-0cbcdb0d4083eb97a6e052471cb51f8b31f3c92c.tar.gz
Improve testing capabilities
Diffstat (limited to 't/conf')
-rw-r--r--t/conf/extra.conf.in4
-rw-r--r--t/conf/extra.last.conf.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in
index fe9de1d..1a9ce52 100644
--- a/t/conf/extra.conf.in
+++ b/t/conf/extra.conf.in
@@ -1 +1,5 @@
PerlSwitches -I@ServerRoot@/../lib
+<Directory />
+ Options FollowSymLinks
+ AllowOverride All
+</Directory>
diff --git a/t/conf/extra.last.conf.in b/t/conf/extra.last.conf.in
index 0156023..b708606 100644
--- a/t/conf/extra.last.conf.in
+++ b/t/conf/extra.last.conf.in
@@ -1,4 +1 @@
PerlLoadModule Apache::Inject
-<FilesMatch ".*\.html">
- Inject head.html foot.html
-</FilesMatch>