On 11 Feb 2009, at 10:37, Sniper Abandon wrote:

>
> hi experts,
>
> i have a PHP web application which consists of so much modules (like
> registration,billing,reports,etc...)
>
> i want to convert arround only 60% modules from PHP to Rails, that  
> means
> remaining 40% modules should be in PHP only.
>
> i thing my webserver should be a bridge between rails & PHP  
> application
>
>
> is there any webserver which can check the request url and send the
> request to rails or PHP accordingly ?
>

apache, nginx etc... can certainly forward the request to different  
places based on the url (and other things). Where things might get  
complicated is to what extent your php bits and your rails bits will  
need to share information

Fred

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to