Hi, I have looking for the best way to integrate Apache 1.3.x and RoR.
BTW,
I have gone through several different articles and I’m not clear as to
which
method is the correct method for a production level environment. Thus,
if
someone could shed some light on this topic, it would be most
appreciated.
I agree. The best option at this point is lighttpd. If you can get
away with running lighty standalone thats great. But if you need
apache around for old sites then you should proxy an apache vhost to
lighttpd/fcgi running your rails app.
Here are some configurations for apache vhosts that do just this: