<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<br>
Hi there,<br>
<br>
I have followed the instructions on
<a class="moz-txt-link-freetext" href="http://fsck.com/rtfm/article.html?id=53#183">http://fsck.com/rtfm/article.html?id=53#183</a> to try and install the
statistics package for RT,<br>
My httpd.conf looks like this:<br>
<br>
<b><small><small><small><VirtualHost _default_:8080><br>
         ServerAdmin <a class="moz-txt-link-abbreviated" href="mailto:ron.gidron@shunra.com">ron.gidron@shunra.com</a><br>
         ErrorLog /var/log/rt2/apache_rt_error.log<br>
         DocumentRoot /usr/local/rt2/WebRT/html<br>
         ServerName quake<br>
         PerlModule Apache::DBI<br>
#PerlFreshRestart On<br>
         PerlRequire /usr/local/rt2/bin/webmux.pl<br>
         <Location /><br>
                 Options Indexes FollowSymLinks<br>
                AllowOverride None<br>
                 Order deny,allow<br>
                Allow from all<br>
                  SetHandler perl-script<br>
                  PerlHandler RT::Mason<br>
         </Location><br>
         <Location /chart><br>
                SetHandler      perl-script<br>
               PerlHandler     Apache::GD::Graph<br>
         </Location><br>
</VirtualHost><br>
</small></small></small></b><br>
My installation directory now includes the following :<br>
(pwd => <b>/usr/local/rt2/WebRt</b>)<br>
I have a <b>stats </b> directory that includes all the imported html
files (the ones from the tgz file)<br>
and a <b>chart </b>directory which includes and empty (simply touch)
index.html file.<br>
<br>
I am not getting the statistics pages displayed, obviously (??!!) when
I enter the url as <b><a class="moz-txt-link-freetext" href="http://quake:8080/stats.html">http://quake:8080/stats.html</a></b> I get a <br>
I get the exact same error for <b><a class="moz-txt-link-freetext" href="http://quake:8080/stats/">http://quake:8080/stats/</a> </b>and
finally, if I use <b><a class="moz-txt-link-freetext" href="http://quake:8080/chart">http://quake:8080/chart</a> </b>I get a nice Error
page <br>
Telling me to please supply the query string and view the
Apache::GD::Graph man pages.<br>
I guess my httpd.conf is missing something here, I can't figure out
what it is though, I have fiddled with it somewhat and tried to define
an Alias or change the <b>Location </b>tag as well as move the <b>PerlHandler    
Apache::GD::Graph </b>directive to the <b>/ </b>location (and that
caused the nice query string error to appear instead of my usual RT
login page, or have it displayed together with my login page if I
insert it before the RT::Mason handler.. quite funny <span
 class="moz-smiley-s1"><span> :-) </span></span>..)<br>
<br>
Jelp, Someone? <br>
<br>
10'x<br>
Ron.<br>
<br>
</body>
</html>