Displaying 1 result from an estimated 1 matches for "cf_app".
Did you mean:
capp
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
...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
-------------- nex...