[rt-users] Install issues
Robert Geller
rgeller at lnrproperty.com
Thu Sep 1 13:19:11 EDT 2005
I installed rt on an FC3 host using apache 1.3.33 and mod_perl 1.29.
Everything went somewhat smooth, however my apache config is not being
accepted.
Im am getting the following errors:
Invalid command 'PerlModule'
Invalid command 'PerlRequire'
Invalid command 'PerlHandler'
Not sure what is going on...
Any ideas?
Thanks
-Rob
<VirtualHost>
ServerAdmin root at localhost
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
#Alias /NoAuth/images/ /www/rt3/share/html/NoAuth/images/
#FastCgiIpcDir /tmp
#FastCgiServer /www/rt3/bin/mason_handler.fcgi -idle-timeout 120
#AddHandler fastcgi-script fcgi
#ScriptAlias / /www/rt3/bin/mason_handler.fcgi/
</VirtualHost>
More information about the rt-users
mailing list