And what does ccleads.ccleads_modpython do? If you want it to mount
your app at an arbitrary path, it should say something like:

cploaded = False
def fixuphandler(req):
    global cploaded
    if not cploaded:
        cherrypy.tree.mount(Root(), "/ccleads")
        cherrypy.server.start(init_only=True, server_class=None)
        cploaded = True

...and you should then change your VirtualHost's Location element to
/ccleads as well (instead of "/").


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]


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

Reply via email to