[rt-users] Stats Package Installation
Michael Thompson
Michael.Thompson at s3group.com
Thu Mar 21 12:39:27 EST 2002
You need somethin like this in your httpd.conf so urls that point to
/chart will be handled by Apache::GD::Graph
PerlFreshRestart On
<Location />
PerlModule Apache::DBI
PerlRequire /usr/local/rt/2.0.11/bin/webmux.pl
SetHandler perl-script
PerlHandler RT::Mason
</Location>
<Location /chart>
SetHandler perl-script
PerlHandler +Apache::GD::Graph
</Location>
Simon Cozens wrote:
> Jason Englander:
>
>>What/where is 'chart', referenced by $url?
>
>
> It's the handler you install when you install Apache::GD::Graph. I've
> had a load of email asking me how to install Apache::GD::Graph, which
> is really depressing since this is a third-party module that I didn't
> write, don't maintain, and has nothing to do with the statistics package
> other than the fact that the statistics thing makes use of it.
>
--
Michael Thompson +353 1 291 1710
RF IC Design Engineer +353 1 676 3199
Silicon & Software Systems
More information about the rt-users
mailing list