On 22/10/2014, at 7:53 PM, Liam Thompson <[email protected]> wrote: > Hi Graham > > Many thanks, however I will stop asking you silly questions as it is > something with my config, not your well crafted code. The original site works > fine with 4.3.0, but the new cloned site gives a Bad Request (they should be > identical apart from the virtualenv packages).
Don't assume it isn't my code. I have been tinkering with the internals of mod_wsgi lately, especially with the way communication happens between Apache child works and daemon processed when using daemon mode of mod_wsgi. I haven't given it as much testing as the changes probably deserved. So if you are at all not sure why a problem is occurring, do still raise it. I would prefer this as I have even more significant changes to the internals in progress and I would prefer any issues related to changes already done to be surfaced. As well as that communication path, I also changed how Python virtual environments are internally handled to cope with changes in Python 3.4 that broke things. I applied the same strategy back to old Python versions on assumption it would work. I am actually having trouble finding what version that change was made which makes me worry I didn't document it in the change notes. Finally, lot of stuff isn't documented beyond quick references in the change notes, so it isn't like it is easy to find details. :-) Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
