aboutsummaryrefslogtreecommitdiff
path: root/t/conf
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 00:56:05 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 01:11:06 +0000
commit72c681d3a16a706b0a3dd2b6dda95edcb4f78f51 (patch)
tree980d08083ae4e5208c85d54bd34f01457f721fb3 /t/conf
parent5cfdae7ccf1eece314c381d8de52acd2aee7cff9 (diff)
downloadApache-Inject-72c681d3a16a706b0a3dd2b6dda95edcb4f78f51.tar.gz
Add Makefile, basic test
Diffstat (limited to 't/conf')
-rw-r--r--t/conf/extra.conf.in1
-rw-r--r--t/conf/extra.last.conf.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in
new file mode 100644
index 0000000..fe9de1d
--- /dev/null
+++ b/t/conf/extra.conf.in
@@ -0,0 +1 @@
+PerlSwitches -I@ServerRoot@/../lib
diff --git a/t/conf/extra.last.conf.in b/t/conf/extra.last.conf.in
new file mode 100644
index 0000000..0156023
--- /dev/null
+++ b/t/conf/extra.last.conf.in
@@ -0,0 +1,4 @@
+PerlLoadModule Apache::Inject
+<FilesMatch ".*\.html">
+ Inject head.html foot.html
+</FilesMatch>