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
<DirectoryMatch "^/var/www/freeside/rt/.*NoAuth">
<Limit GET POST>
allow from all
@@ -45,9 +46,15 @@
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>
</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