Hi there, 2006/4/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > either try to get mod_python built for 2.4 or try to change all my code > to be 2.3 compliant - neither seems like a lot of fun to me :(
I'm running mod_python on 2.4 and don't remember any problems in setting it up. > it works perfectly under 2.4 and the cherrypy internal server, but i > need to run it in production under a virtual host and apache..... You could run cherrypy behind apache via mod_proxy (comes with apache std.) - they cherrypy folks say that's the recommended way. Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

