I just set up a virtual machine running Ubuntu Server, with a LAMP stack and OpenSSH installed.
What now would be the best way to enable that server to run both rails and PHP applications? Would it be best to virtualise the two servers on the host server machine? - Or can they run happily alongside each other?
Would Mongrel would be the best option for the rails server?