Search results

  1. D

    Plans for ESI support?

    I was just thinking that it would be great to have ESI support in the LiteSpeed webserver. See http://www.w3.org/TR/edge-arch. Squid, Orcale Web Cache, and Akamai are a few of the technologies that support ESI. I think this would be a BIG win for LiteSpeed. Here is to hoping! :) Dirk...
  2. D

    LiteSpeed not honoring my optimistic locking setting

    When I launch my rails app under WEBrick, my connection to FrontBase is optimistic, as specified in config/environment.rb: ActiveRecord::Base::connection.set_optimistic_transactions However, when I launch under LiteSpeed, and it connects to the database, this setting is ignored and it is...
  3. D

    Standard 2.2.5 + LSAPI + Rails uses up all processes

    I saw this bug on earlier versions - 2.2.3 with an LSAPI Ruby module earlier to 1.11. I am still seeing this bug running 2.2.5 with the latest LSAPI Ruby module (1.11) Here are the details: 1) OS type and Version: Mac OS X Server 10.4.8 2) LiteSpeed Version: 2.2.5 Standard +...
  4. D

    Unable to log to STDOUT from Ruby/Rails when running under LiteSpeed

    I have the following code in my Rails app: require 'logger' QGV_LOGGER = Logger.new(STDOUT) QGV_LOGGER.info "Logging engaged in #{RAILS_ENV} Rails environment" This runs fine when run using WEBrick, however, when run using LS 2.2.4, I get a "Broken Pipe" error. Does...
  5. D

    Unable to download 2.2.4 for Mac OS X

    I get a 404 error when trying to download both Intel and PPC version for Mac OS X of version 2.2.4. Is there a chance this will be fixed anytime soon? Dirk :(
Top