freeside/httemplate/docs install-rt.html,1.1,1.2

ivan ivan at pouncequick.420.am
Wed Mar 9 00:46:19 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory pouncequick:/tmp/cvs-serv18394

Modified Files:
	install-rt.html 
Log Message:
add complete apache config instructions for RT, closes: Bug#1031

Index: install-rt.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/install-rt.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- install-rt.html	9 Mar 2005 08:18:57 -0000	1.1
+++ install-rt.html	9 Mar 2005 08:46:16 -0000	1.2
@@ -37,6 +37,7 @@
 
 <p>Add the following to your httpd.conf:
 <pre>
+# replace /var/www/freeside with your freeside document root
 &lt;DirectoryMatch "^/var/www/freeside/rt/.*NoAuth"&gt;
 &lt;Limit GET POST&gt;
 allow from all
@@ -45,9 +46,15 @@
 PerlHandler HTML::Mason
 &lt;/Limit&gt;
 &lt;/DirectoryMatch&gt;
+# replace /var/www/freeside with your freeside document root
 &lt;DirectoryMatch "^/var/www/freeside/rt/.*NoAuth/images"&gt;
 SetHandler None
 &lt;/DirectoryMatch&gt;
+# replace /var/www/freeside with your freeside document root
+&lt;Directory /var/www/freeside/rt/Ticket/Attachment&gt; 
+SetHandler perl-script 
+PerlHandler HTML::Mason 
+&lt;/Directory&gt;
 </pre>
 
 <p>Set the <b>ticket_system</b> configuration value to <b>RT_Internal</b>.  You may also wish to set <b>ticket_system-default_queueid</b> once you have RT configured.




More information about the freeside-commits mailing list