On Jun 21, 9:42 pm, zubinix <[EMAIL PROTECTED]> wrote:
> I am not using the fastCGI method but the cherrypy + mod_rewite
> method. I have also tried the production setting which has the auto-
> reload feature turned off but alas I get the same result.
I don't have access to TurboGears code at the moment plus laptop
battery about to run out, so the only other thing I can point out is
that SystemExit is raised when sys.exit() is called. Search through
the TurboGears code to see where sys.exit() might be called.
Graham
> On Jun 21, 8:48 pm, Graham Dumpleton <[EMAIL PROTECTED]>
> wrote:
>
> > On Jun 20, 11:11 pm, zubinix <[EMAIL PROTECTED]> wrote:
> > You need to make sure the auto-reload feature is turned off. The code
> > on that page says?
>
> > # Set environment to production to disable auto-reload and
> > # add virutal path information.
> > cherrypy.config.update({
> > 'global': {'server.environment': 'production'},
> > '/': {'virtualPathFilter.on': True,
> > 'virtualPathFilter.prefix': "/tg_fastcgi.fcgi"
> > }})
>
> > but your configuration shows in your logs:
>
> > server.environment: development
>
> > So you didn't do what the documentation said to do.
>
> > The other way within configuration which I think works to turn of
> > autoreload is:
>
> > 'global': {'autoreload.on': False}
>
> > Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---