What's the current suggested best way to host Rails behind Apache 1.3?
If the answer is Mongrel and mod_proxy, do the (common) directions for Apache 2.2 hold for 1.3 as well?
-faisal
What's the current suggested best way to host Rails behind Apache 1.3?
If the answer is Mongrel and mod_proxy, do the (common) directions for Apache 2.2 hold for 1.3 as well?
-faisal
That's for apache2.2. For 1.3 you might use the multiplex option in mod rewrite. Never tried it but in theory it should work.
Chris