From 577f68876da617bdbd8330d15bcb61a8e6f848ea Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 9 Mar 2005 08:46:16 +0000 Subject: [PATCH] add complete apache config instructions for RT, closes: Bug#1031 --- httemplate/docs/install-rt.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/httemplate/docs/install-rt.html b/httemplate/docs/install-rt.html index 0a82ff5e6..afa3276a8 100644 --- a/httemplate/docs/install-rt.html +++ b/httemplate/docs/install-rt.html @@ -37,6 +37,7 @@ make install-rt

Add the following to your httpd.conf:

+# replace /var/www/freeside with your freeside document root
 <DirectoryMatch "^/var/www/freeside/rt/.*NoAuth">
 <Limit GET POST>
 allow from all
@@ -45,9 +46,15 @@ SetHandler perl-script
 PerlHandler HTML::Mason
 </Limit>
 </DirectoryMatch>
+# replace /var/www/freeside with your freeside document root
 <DirectoryMatch "^/var/www/freeside/rt/.*NoAuth/images">
 SetHandler None
 </DirectoryMatch>
+# replace /var/www/freeside with your freeside document root
+<Directory /var/www/freeside/rt/Ticket/Attachment> 
+SetHandler perl-script 
+PerlHandler HTML::Mason 
+</Directory>
 

Set the ticket_system configuration value to RT_Internal. You may also wish to set ticket_system-default_queueid once you have RT configured. -- 2.11.0