summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-03-09 08:46:16 +0000
committerivan <ivan>2005-03-09 08:46:16 +0000
commit577f68876da617bdbd8330d15bcb61a8e6f848ea (patch)
tree5f5dacfdc36407ecd11d7f583d6cd5448b6e70dc
parent24cf1de1156932c50a8d0d7bcab5f1fd163a35c0 (diff)
add complete apache config instructions for RT, closes: Bug#1031
-rw-r--r--httemplate/docs/install-rt.html7
1 files changed, 7 insertions, 0 deletions
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
<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 @@ SetHandler perl-script
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.