diff options
Diffstat (limited to 't/conf')
-rw-r--r-- | t/conf/extra.conf.in | 1 | ||||
-rw-r--r-- | t/conf/extra.last.conf.in | 4 |
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> |