Possible Duplicate:
Paste (Python) Web Server - Autoreload Problem
I have a pylons app in development. I start the app with paster serve --reload --daemon development.ini. I have apache in front of the app using ProxyPass. Since this site is in dev i want the code to reload when i change the source files. I thought --reload was supposed to reload the app on code change but that doesn't seem to be happening. Any ideas?