On 5/8/07, sjol <[EMAIL PROTECTED]> wrote: > Hi, > > I've looked for the answer but can't quite figure it out : I would > like to have the whole website handled by pylons, but I still have > some php code that is in use and not quite worth the time to translate > into python. is it possible to have urls handled by routes and when a > php page is requested execute it ? because of the way it handles > static files I believe this scenario should be easier than with say > Django, but I cannot seem to wrrap my head arounbd how I should > proceed to have this work?! > > any ideas ?
If you're using Apache, you can have one part of the site served by PHP and another proxied to paster. Alternatively, Paste has support itself for proxying to another application. Best Regards, -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
