Search results

  1. T

    rails app output being display as text/plain

    This is what's happening, we have site in the middle of development. The developer is running mongrel on his computer. He then put it up on the staging server which running Litespeed with lsapi. The rails app is working, but litespeed is serving up the wrong header or something. Here is the...
  2. T

    mod_rewrite multiple rails apps

    Just got litespeed working with rails virtual host template. Now I want set the virtual host to mod_rewrite for multiple rails apps. For example, I type http://app1.example.com, I want litespeed run the rails app at /var/www/rails/app1, http://app5.exmaple.com at /var/www/rails/app5, and etc...
Top