[rt-users] Trying again
Edstrom Johan
johan.edstrom at sca.com
Tue Mar 5 14:57:00 EST 2002
Hmm you most defenitely won't have persistent DB connections.
And like it was pointed out before - it should be Apache::DBI
This is the way we run it:
<VirtualHost IP_ADDRESS>
ServerName helpdesk.na.sca.com
DocumentRoot /usr/local/rt2/WebRT/html
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /usr/local/rt2/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
<Location /chart>
SetHandler perl-script
PerlHandler +Apache::GD::Graph
## These are optional (defaults shown)
## In days:
#PerlSetVar Expires 30
#
## In megs:
#PerlSetVar CacheSize 5242880
#PerlSetVar ImageType png
#PerlSetVar JpegQuality 75 # 0 to 100
#PerlSetVar TTFFontPath /usr/ttfonts:
#/var/ttfonts:/usr/X11R6/lib/X11/fonts/ttf/:
#/usr/X11R6/lib/X11/fonts/truetype/:
#/usr/share/fonts/truetype
</Location>
</VirtualHost>
Unix is like a wigwam - no gates, no windows, apache inside
##################################
Johan Edstrom, SCA IT Services
johan.edstrom at sca.com
Tel : +1 920 727 8821
Fax : +1 920 727 8810
Cell : +1 920 205 6472
##################################
More information about the rt-users
mailing list