[rt-users] Cozens Statistics Package
Aaron Bryant
bryantac67 at yahoo.com
Tue Oct 8 14:58:28 EDT 2002
Hi,
I am trying to get the stats package up and running,
but I have run into a problem. I don't really
understand all the specifics of Apache, and I am sure
I am doing something wrong in the httpd.conf. There
are instructions for installing the package online:
http://fsck.com/rtfm/article.html?id=5#183
Are these instructions only for use with mod_perl? I
tried to add the PerlHandler stuff but I get an error,
I think because I am not using mod_perl. I am using
fastcgi, and whenever I try to access the page, the
scripts are printed out on screen instead of being
processed and run. I guess the apache is not
configured to recognize that stuff as perl, but I do
not know how to configure this. Any help would be
appreciated. Here is the relevant part of my conf
file:
----
LoadModule fastcgi_module
/usr/lib/apache/mod_fastcgi.so
AddModule mod_fastcgi.c
Alias /NoAuth/images/rt.jpg
/heap/rt/WebRT/html/NoAuth/images/rt.jpg
#Alias /rt2/stats /heap/rt/WebRT/stats
AddHandler fastcgi-script fcgi
FastCgiServer /heap/rt/bin/mason_handler.fcgi
ScriptAlias /rt2 /heap/rt/bin/mason_handler.fcgi/
----
I added that alias for stats in order to get apache to
see it in the right place, but I don't know if that's
the way to go.
Thanks,
Aaron
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
More information about the rt-users
mailing list