[rt-users] Possible browser-dependent Stylesheet problem between 3.6.3 and 3.6.5
Emmanuel Lacour
elacour at easter-eggs.com
Mon Jan 28 10:50:35 EST 2008
On Wed, Jan 09, 2008 at 09:00:04AM -0800, Mike Friedman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed, 9 Jan 2008 at 09:22 (+0100), Emmanuel Lacour wrote:
>
> >On Tue, Jan 08, 2008 at 04:20:10PM -0800, Mike Friedman wrote:
> >>
> >>One of our RT systems here was just upgraded from 3.4.5 to 3.6.5 and
> >>now I find that most of the 'style' is gone in the web pages, but only
> >>with Opera and IE (6). Firefox displays the new page formats just
> >>fine.
> >
> >I had the same problem, this was because NoAuth/css wasn't excluded from
> >fastcgi so there were headers added which was accepted by firefox but
> >not by IE. The problem is certainly in your apache config. What are you
> >using ? Fastcgi ? Mod_perl ? Can you give us a sample of your vhost
> >configuration ? Also try to download your css from firefox and look at
> >the result.
>
> This RT is using mod_perl. Below is the RT-related excerpt from the vhost
> config. This was set up a long time ago by someone who no longer works
> here and used to support this RT instance. I must admit that I don't
> understand a lot of it; in the RT's I support, my vhost definitions are
> much simpler.
>
Here, the following configuration is sufficient:
Alias /rt /usr/local/rt3/share/html
PerlModule Apache2::compat
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
<Location /rt>
AddDefaultCharset UTF-8
SetHandler perl-script
PerlHandler RT::Mason
</Location>
Try it ;)
--
Emmanuel Lacour ------------------------------------ Easter-eggs
44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 41 35 00 76
mailto:elacour at easter-eggs.com - http://www.easter-eggs.com
More information about the rt-users
mailing list