Graham Dumpleton

Results 765 comments of Graham Dumpleton

If any solution requires adding annotation into the original wrapt source code, then it needs to wait until Python 2.7 support is dropped from wrapt. Besides that, I still don't...

I am hoping to set aside some time in coming week to catch up on some wrapt stuff, so if you can provide a PR to get me started that...

Would only do that after had dropped Python 2.7 support, and only if need to back port critical fixes. I don't get time to work on it as it is...

Did you by chance get an opportunity to throw together a type hints file to get me started? Have started reading up on how they work but will take me...

Don't set `WSGIApplicationGroup %{GLOBAL}` in both virtual hosts. The blog post explains what that directive is doing. For Windows, since there is only one process it can't be the same...

Are you making sure you do a complete stop and start of the Apache service. Relying on mod_wsgi reloading, or even perhaps an Apache reload may not be enough on...

As the message which is displayed indicates when it is started, `mod_wsgi-express start-server` on Windows isn't really supported and doesn't necessarily work. You need to manually configure Apache httpd on...

What are the error messages in the Apache error log?

Ensure `LogLevel` in Apache is set to at least `info` and not `err` or `warn`. This will give extra information about what mod_wsgi is doing and whether it is even...

The WSGI application is at least being loaded. The fact that there is no trace back though indicates that if the 500 error is being generated as a result of...