Hi, I am trying to turn off script reloading but without any success. I did the following: - in the apache httpd.conf I set "WSGIScriptReloading Off" - in my web.py script I use "web.application(urls, globals(), autoreload=False).wsgifunc()"
making changes on the my webpy script somehow causes either web.py or the mod_wsgi to reload the script. Any Ideas how to disable reloading? I am using the webpy.dev branch with Apache/2.2.8 (Unix) mod_wsgi/ 2.0c4 Python/2.5.1 thanks, Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
