On 1/4/2012 9:41 AM, kylealanhale wrote:
> Standard sources on everything:
>
> mod_wsgi:
http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so&can=2&q=
> Python: http://www.python.org/getit/releases/2.7.2/ (32-bit)
> Apache: http://httpd.apache.org/download.cgi#apache22 (32-bit)
>
> I used the standard httpd.conf and tweaked it for my setup. While
> testing this issue, I have disabled everything non-standard except for
> the most bare-bones of mod_wsgi setups to load Trac.
>
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.