[rt-users] Stats Package Installation

Marc Hedlund marc at precipice.org
Thu Mar 21 13:19:10 EST 2002


And I believe (though someone please correct me if I'm wrong) that you'll
need to be using mod_perl (rather than fastcgi) to use Apache::GD::Graph
(or most/any of the Apache::* modules, right?).

Marc Hedlund 
e: marc at precipice dot org

On Thu, 21 Mar 2002, Michael Thompson wrote:

> 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
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 





More information about the rt-users mailing list