[Rails] [somewhat OT] Apache config for Rails + ColdFusion + PHP

Chris Selmer cselmer at gwu.edu
Thu Jul 27 15:57:35 GMT 2006


Our group has several web apps developed in ColdFusion, PHP, and Rails.  The
ColdFusion and PHP apps are on an older server, and the Rails apps on a new
server. Ideally, we'd like them all to share the same server.

Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer
and mongrel_cluster.  We'd like to have specific directories be processed
and served by Apache instead of being handed off to mongrel_cluster.  For
example, let's say we have 3 applications:

1. our main website done in Rails located at the domain root
2. a ColdFusion app located at /cf_app/
3. a PHP app located at /php_app/.

We'd like the ColdFusion and PHP apps to be served by Apache. Anything not
in those two directories should be passed off to mongrel_cluster for
processing.

Any ideas on how to handle the Apache config for such a setup?

Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/14d757de/attachment.html


More information about the Rails mailing list