On Wed, Apr 23, 2008 at 6:43 PM, Jorge Vargas <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 23, 2008 at 5:47 PM, iain duncan <[EMAIL PROTECTED]> wrote: > > > > Looks like I spoke to soon about my IPN solution, for some bizarre > > reason, it stops working as soon as take the server out of development > > mode. I think this must have something to do with deployment setups that > > is over my head, so any clues appreciated. > > > just a pointer > > how about headers? maybe your prod is missing something? > > maybe the user-agent? it could be block in some way.
So if you run the program from the directory start-yourproject.py on port 8080 then it works? does it run in dev if you start it that way? does it run in prod if you start it that way? what are your settings for mod-proxy mod-rewrite? Have you tried using just mod_proxy without mod_rewrite? http://lucasmanual.com/mywiki/TurboGears#head-9a9a185587f4fe604d0bc97ac2117be0770d92aa or switch over to mod_wsgi and see if that works? Lucas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

