FastCGI has to be restarted for new content to be displayed on my Django site
Posted
by vorpyg
on Stack Overflow
See other posts from Stack Overflow
or by vorpyg
Published on 2010-05-11T12:21:28Z
Indexed on
2010/05/11
12:24 UTC
Read the original article
Hit count: 223
I'm currently testing serving my Django site with Nginx, FastCGI and Flup. The server is configured roughly as described in the Django Advent article. I had to do some minor modifications in order to make it work in Ubuntu 9.10.
The problem is that when I add new content it doesn't show up on the page before I restart the FastCGI process. I haven't enabled any caching functionality in Django, and when I query the DB from the Django shell it works as expected.
Anybody got ideas to what's causing this?
© Stack Overflow or respective owner