[rt-users] RT Statistics Package
Simon Woodward
sw-lists at onyx.net
Tue Feb 19 10:25:17 EST 2002
> 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 ?
More information about the rt-users
mailing list