From: ivan Date: Wed, 9 Mar 2005 08:46:16 +0000 (+0000) Subject: add complete apache config instructions for RT, closes: Bug#1031 X-Git-Tag: SQL_LEDGER_2_4_4~1^2~434 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=577f68876da617bdbd8330d15bcb61a8e6f848ea;p=freeside.git add complete apache config instructions for RT, closes: Bug#1031 --- 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.