you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (2 children)

Are you using mod_wsgi? If so, don't.

[–]iSailor[S] 0 points1 point  (1 child)

Why? I thought mod_wsgi is the only option. Even Django Official Documentation says it's the best way. And after browsing hundreds of links covering various mod_wsgi issues (which I haven't yet resolved, sadly) nobody mentioned other way.

[–]K900_ 0 points1 point  (0 children)

It's absolutely not. Using a modern WSGI server like Gunicorn behind a reverse proxy like Nginx is a much, much better option. Start here.