Hi Christian Thanks for looking at this.
I am a bit stumped on this one right now. Is not helped that busy with work trying to get a release out before going on overseas trip for few weeks. I also don't really have a viable Windows setup these days. Not that had one before. I had a XP VM image with just enough setup to build mod_wsgi.so binaries for Windows and nothing more. One question. Are these subversion bindings still using all the APR memory pooling stuff. I vaguely remembering them using that, but could be completely wrong. Graham On 5 January 2012 10:41, Christian Boos <[email protected]> wrote: > 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. > -- 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.
