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