Hi,
I am trying to deploy my TG project using mod_python on Apache 2.
After doing all the steps, I get the following error, when I try to
access my app.

Mod_python error: "PythonFixupHandler domex_modpython"

Traceback (most recent call last):

  File "/usr/lib/python2.5/site-packages/mod_python/apache.py", line
287, in HandlerDispatch
    log=debug)

  File "/usr/lib/python2.5/site-packages/mod_python/apache.py", line
464, in import_module
    module = imp.load_module(mname, f, p, d)

  File "/usr/lib/python2.5/site-packages/domex_modpython.py", line 8, in
    turbogears.update_config(configfile="/home/cnu/projects/TGDomex/prod.cfg")

  File 
"/usr/local/lib/python2.5/site-packages/TurboGears-1.0.2.2-py2.5.egg/turbogears/config.py",
line 207, in update_config
    configure_loggers(configdict)

  File 
"/usr/local/lib/python2.5/site-packages/TurboGears-1.0.2.2-py2.5.egg/turbogears/config.py",
line 136, in configure_loggers
    config["global"]["tg.new_style_logging"] = False

KeyError: 'global'

Also is there some better docs for deploying behing Apache using proxy
(other than the wiki)


-- 
Srinivasan R
http://fslog.com - News, tutorial, tips and tricks about Free and open
source software

--~--~---------~--~----~------------~-------~--~----~
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