Glad to be not crazy. About this. Since it seems to only be affecting static files, and since I need to get this up this week, I'll probably just end up serving those straight through Apache, but I'm very interested in the outcome of this. Let me know what I can do to help, if anything.
On Jan 4, 4:41 pm, Christian Boos <[email protected]> wrote: > I tried to reproduce the problem with the same binaries as above and > using latest Trac trunk, with a single environment. Looking close at > the results (e.g. with IE9 and its F12 developer tools and Cache / > "Always refresh from server" selected), then the network tab shows > some funny results for the Type column... the same kind of values as > you had like "softspace", "read", but also "CGI/1.1", "n_fields", > "trunk" and more... > > My httpd.conf contained was the following: > > <IfModule wsgi_module> > WSGIScriptAlias /trac C:/Dev/Apache2.2.21/cgi-bin/trac-wsgi.py > WSGIPythonPath C:/Trac/repos/trunk > </IfModule> > > And I used your wsgi script. > > At first I thought it only happened if I also had: > > WSGIApplicationGroup %{GLOBAL}" > > but no, it also happens without it. > > -- Christian -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
