> How are you deploying your app? cgi/fastcgi/wsgi?
I've set web.config.debug to False, and am running on top of
mod_python:
<IfModule python_module>
PythonDebug On
PythonPath '[path_goes_here] + sys.path'
AddHandler python-program .py
PythonHandler modpython_gateway::handler
PythonOption wsgi.application app::main
</IfModule>
Dave
--
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.