Hello Graham, a quick update after I looked up what's in our installation:
On Saturday, December 6, 2014 12:04:27 AM UTC+1, Nikolai Prokoschenko wrote: > > Are you sure your application is actually running in daemon mode and not >> embedded mode? >> > Pretty sure, that's something I've verified a long time ago. But of course > a valid point, I'm going to recheck just to be 100% sure. > Yes, it does. > Are you using IP addresses in the VirtualHost directive line? >> > This might be (though I think it's a wildcard), I'll have to check when > I'm at work again. > Wildcard confirmed, <VirtualHost *:443> > Also make sure you are looking in main Apache error log and not just the >> virtual host error log. >> > Yes indeed, that was it. Main apache error log showed correct and expected output. There is still the actual encoding problem, I'd like to provide a minimal test case but that'll have to wait until tomorrow for time reasons. In short terms: os.stat(path) where path is something UTF-8 encoded (with diacritics and such) crashes with UnicodeDecodeError. Nikolai. -- 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.
