Search results

  1. T

    bytelog configured in LSWS vhost doesn't work.

    I am having the same problem with byteslog file not showing up. I use the native LSWS web config turn on byteslog setting. Below is the section from vhost config file. I do see the access log file, but no byte log file. LSWS standard v3.3.3, <logging> <log>...
  2. T

    rails app output being display as text/plain

    Ok, thanks for the heads up. The developer was debugging something and send it to STDOUT. It's just mongrel ignore it, while Litespeed will put it through. Guess this what happen what he work too long on it and forgot to comment out his debug code when done.
  3. T

    rails app output being display as text/plain

    OK, below is what I am getting when I telnet into the mongrel serving out the same page. GET /product_news HTTP/1.1 host: eqnow.myhost.net HTTP/1.1 200 OK Connection: close Date: Mon, 15 Oct 2007 17:31:28 GMT Set-Cookie: _eqnow_session_id=5ac326090f78036ec74829d470ef1547; path=/ Status: 200 OK...
  4. T

    rails app output being display as text/plain

    But when I use telnet to GET the page that has the problem, I don't see anything extra. I will clarify the telnet session, the first two lines are what I typed in, after the empty line is what the litespeed send back. GET /product_news HTTP/1.1 host: eqnow.myhost.net HTTP/1.1 404 Not...
  5. T

    rails app output being display as text/plain

    Well I was wrong about the cache thing. I found out that my developer had stop litespeed on the staging server and he was running mongrel on it. When I stop mongrel and started litespeed, I am still getting the error from the above message.
  6. 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...
  7. T

    mod_rewrite multiple rails apps

    That's the thing, I don't know what those rails apps will be called. I am giving my rails programmers ssh access to /var/www/rails. They create create/gem install those apps, edit database.yml, and etc. I want litespeed automatically serve out those rails app by the hostname from URL.
  8. 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