Search results

  1. M

    can't increase timeout

    i have a particular rails page that consistently takes awhile to generate (as it's supposed to), but no matter what i have tried i have been unable to tweak the timeout settings properly to avoid a 503 error. (running rails via lsapi, manual setup). When I run a webrick server in the same...
  2. M

    access.log suddenly stopped logging

    hi, my access.log now logs only 404's - no 200's or any other status code. Here is the <logging> section of my http_config.xml file: <logging> <log> <fileName>$SERVER_ROOT/logs/error.log</fileName> <logLevel>DEBUG</logLevel> <debugLevel>0</debugLevel>...
  3. M

    Problems with Rails 1.1 and LiteSpeed

    Hi, I just installed Rails 1.1 into my production test environment and litespeed hung! it still serves static files fine but just spins its wheels for several minutes before giving a "service unavailable" message whenever I try to invoke a rails page. Anyone encountering this? Have any ideas...
Top