summaryrefslogtreecommitdiff
path: root/htetc/freeside-rt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'htetc/freeside-rt.conf')
-rw-r--r--htetc/freeside-rt.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf
new file mode 100644
index 000000000..5ac8688f2
--- /dev/null
+++ b/htetc/freeside-rt.conf
@@ -0,0 +1,15 @@
+<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/.*NoAuth">
+<Limit GET POST>
+allow from all
+Satisfy any
+SetHandler perl-script
+PerlHandler HTML::Mason
+</Limit>
+</DirectoryMatch>
+<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/.*NoAuth/images">
+SetHandler None
+</DirectoryMatch>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/Ticket/Attachment>
+SetHandler perl-script
+PerlHandler HTML::Mason
+</Directory>