jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
896 stars 222 forks source link

Added troubleshooting info for running in uWSGI emperor mode #170

Closed malefice closed 8 years ago

malefice commented 8 years ago

The internal routing capabilities of uWSGI is dependent on the PCRE library. My test machine running Ubuntu 14.04 LTS did not include said library out of the box. uWSGI in emperor mode with routing will only server 500 errors for any HTTP request if it was not built with PCRE support. This PR adds a note and troubleshooting info to the docs regarding the matter.

jrief commented 8 years ago

Haven't been aware of this. I'm using Fedora-22 with the official uWSGI 2.0.12

malefice commented 8 years ago

Maybe the dependencies are included by default in Fedora. Hopefully this additional note will give others a good starting point to troubleshoot if they encounter problems.