We are trying to figure out the best way to distribute our applications among our available servers, which are few in number.
Assuming adequate RAM and CPU power, is there any reason we shouldn't run mod_php
and mod_rails
(Passenger) within the same Apache server? Would they clash or conflict somehow?
There is little risk with running mod_php and mod_rails on the same Apache server.
In fact, Passenger won't affect Apache if it goes down so it is actually a good choice to use with Apache and mod_php. From the Passenger Architectural Overview: