[rt-users] New install of RT4 crashes Internet Explorer 8
Christopher Lasater
CLasater at taleo.com
Fri Jul 1 15:03:46 EDT 2011
Mod_perl2, External Auth to an LDAP server, LDAP Importer. Not sure what else you would be interested in.
Problem occurs with or without IE compatibility mode.
<VirtualHost server.example.com:80>
AddDefaultCharset UTF-8
DocumentRoot "/opt/rt4/share/html"
<Location />
Order allow,deny
Allow from all
SetHandler perl-script
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /opt/rt4/sbin/rt-server
</Location>
<Perl>
use Plack::Handler::Apache2;
Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
</Perl>
</VirtualHost>
Set( $rtname, 'server.example.com');
Set ($WebPath , "");
Set ($WebBaseUrl , "server.example.com:80");
Set ($WebURL , "http://server.example.com/");
Set ($WebDomain, "server.example.com");
Obviosly I changed my servername to server.example.com all FQDN
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 475 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110701/008c4d6c/attachment.sig>
More information about the rt-users
mailing list