Php application inside rails public directory?

Hi all,
I need to install cerberus inside my rails app’s public directory… I
agree that the best method would be to put the whole php app in it’s own
subdomain, but for now (i’m just testing) that’s not possible…
What would be the way to do that?
thanks!
rolando.-

i have done this before by putting the subdomain inside an IFRAME on a
rails
view page. Otherwise I think your only 2 other choices are drop it in
the
public/’ directory or use a Location rule of some sorts to use a
different
DocRoot

adam

unknown wrote:

i have done this before by putting the subdomain inside an IFRAME on a
rails
view page. Otherwise I think your only 2 other choices are drop it in
the
public/’ directory or use a Location rule of some sorts to use a
different
DocRoot

adam

yes… I finally desisted that idea and used another subdomain :slight_smile:

rolando.-