On Fri, Oct 07, 2005 at 08:47:27AM +0300, Rasmus Back wrote:
> On 10/6/05, Axel Thimm <[EMAIL PROTECTED]> wrote:
> > On Thu, Oct 06, 2005 at 12:53:45PM +0300, Rasmus Back wrote:
> > > Hi!
> > >
> > > I tried installing trac on a 64 bit FC4 system, but the trac rpm
> > > depends on clearsilver which isn't available for FC4 (x64).
> >
> > Yes, there is a build error for gcc4.
> >
> > > I grabbed the clearsilver rpm from FC3, which made rpm happy. tracd
> > > starts up ok, but throws an exception when I connect to it,
> > > apparently it can't find neo_cgi.
> > >
> > > Is there a problem with running trac on 64 bit systems? I tried the
> > > trac rpm from Dries repo, but it had a dependency on
> > > clearsilver_python which isn't available.
> >
> > I'm using trac with clearsilver from FC3, but I'm using apache, not
> > tracd: http://ivtvdriver.org/trac/
> 
> Looks like I spoke too soon. The stand alone tracd works, but there's
> a weird problem when using trac and mod_python. The trac project pages
> load, but the style sheets don't. Firefox complains that the .css
> files have the wrong mime-type (text/html) and refuses to load them.
> 
> My apache configuration for trac looks like this:
> 
> <Location /trac>
>   SetHandler mod_python
>   # use for trac >= 0.9
>   #PythonHandler trac.web.modpython_frontend
>   # use for latest stable release 0.8.4
>   PythonHandler trac.ModPythonHandler
>   PythonOption TracEnvParentDir /home/vcsadmin/trac
>   PythonOption TracUriRoot /trac
>   AuthType Basic
>   AuthName "Trac projects"
>   AuthUserFile /home/vcsadmin/conf/users.conf
>   Require valid-user
> </Location>
> 
> Did you see this problem on your trac server Axel?

No, I'm not using mod_python.

I'd get on the client and ethereal the wire to see what the Reponse
looks like. The css are coming form trac's static area, so I think the
above is not modifying it's mime type.
-- 
Axel.Thimm at ATrpms.net

Attachment: pgput8N5MXQiL.pgp
Description: PGP signature

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to