[rt-users] RT Statistics Package

darren chamberlain darren at boston.com
Fri Feb 22 10:05:05 EST 2002


Quoting Simon Woodward <sw-lists at onyx.net> [19 Feb-02 10:31]:
> > Same here.  I thought that was the first thing I tried, but apparently
> > not.  The graphs look nice!  :-)
> 
> I wanna see, I wanna see ;-) ... (still not working)
> 
> <VirtualHost ###.###.###.###>
>     ServerAdmin webmaster at onyx.net
>     DocumentRoot /usr/local/rt2/WebRT/html
>     ServerName ###.###.###
>     PerlModule Apache::DBI
>     PerlRequire /usr/local/rt2/bin/webmux.pl
>     SetHandler perl-script
>     <Directory /usr/local/rt2/stats>
>         SetHandler cgi-script
>         DirectoryIndex index.cgi
>     </Directory>
>     <Location /chart>
>         SetHandler perl-script
>         PerlHandler +Apache::GD::Graph
>     </Location>
>     PerlHandler RT::Mason
>     Options ExecCGI FollowSymLinks
>     ErrorLog /usr/local/apache/logs/ticket.error.log
>     CustomLog /usr/local/apache/logs/ticket.access.log common
> </VirtualHost>
> 
> [Tue Feb 19 15:10:12 2002] [error] Undefined subroutine
> &Apache::GD::Graph::handler called.
> 
> :-(
> 
> Tips/thoughts/comments/suggestions/ideas ?

Be sure you add:

PerlModule Apache::GD::Graph

and stop/start your server.

(darren)

-- 
One man's "magic" is another man's engineering.
"Supernatural" is a null word.
    -- Robert Heinlein




More information about the rt-users mailing list