I get the following when I run 'paster serve production.ini' and then
wget 127.0.0.1:80:

Starting server in PID 1117.
serving on http://127.0.0.1:80

<bcstudio.controllers.root.RootController object at 0x9271cac>
<bcstudio.controllers.root.RootController object at 0x9271cac>
<bcstudio.controllers.root.RootController object at 0x9271cac>
<bcstudio.controllers.root.RootController object at 0x9334dac>
<bcstudio.controllers.controllers_frontend.Work object at 0x933418c>
<bcstudio.controllers.root.RootController object at 0x9334dac>
<bcstudio.controllers.controllers_frontend.Work object at 0x933418c>
<bcstudio.controllers.root.RootController object at 0x9334dac>
<bcstudio.controllers.controllers_frontend.Work object at 0x933418c>

So it looks like it happens with or without mod_wsgi

-Ryan


On Sep 22, 12:45 am, Christoph Zwerschke <[email protected]> wrote:
> kerinin schrieb:
>
> > My apache error log is flooded with this stuff - it seems like every
> > time a request is handled it dumps this into the error log.  As far as
> > I can tell no actual errors are occurring. and *my* code isn't calling
> > the error log with this stuff.  Is this normal?
>
> Are you using mod_wsgi? Do these errors also appear if you serve your
> app with "paste serve" in production mode?
>
> -- Christoph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to