Search results

  1. Z

    ruby-oci8 and connection reuse

    Configuration: LiteSpeed Std for Linux v3.3.24 LSAPI v3.5 Ruby v1.8.6 Rails v1.2.6 ruby-oci8 v1.0.6 After configuring my Rails application to work with LiteSpeed, connecting to the site results in the following exception: RuntimeError (The connection cannot be reused in the forked...
  2. Z

    async io writeav setting

    Do you have sendfile enabled for nginx? Ex: sendfile on;
  3. Z

    async io writeav setting

    To be fair, nginx does support multiple worker processes.
  4. Z

    Passenger architecture

    FYI: http://www.modrails.com/documentation/Architectural%20overview.html A different approach to spawning and managing Rails instances. Not sure how it performs in practice, but the memory savings could be interesting.
  5. Z

    Round robin with Zope?

    I appreciate the information. Other questions for LSWS: * Where in the documentation would I look for examples * Are connections to the back-end persistent * How are back-end failures handled Thanks again.
  6. Z

    Round robin with Zope?

    Hello, I am planning to run multiple instances of Zope as an application server. There will be 1 or more Zope web servers running on back-end machines being served through a front-end web server. nginx can distribute requests via weighted round-robin given a configuration like the...
  7. Z

    Scaling with Rails

    FYI: funnyordie is running LiteSpeed in production to handle large loads. They discuss their stack here: http://weblog.rubyonrails.org/2008/3/12/funny-or-die-handles-big-load-on-rails
  8. Z

    Update front page with 3.3.7 release

    Please keep http://www.litespeedtech.com/ consistent with new releases.
  9. Z

    Symbolic links in httpd_config.xml

    LSWS 3.3.3 Std, Linux 32-bit Sample entry in httpd_config.xml: <vhTemplate> <name>EasyRailsWithSuEXEC</name> <templateFile>$SERVER_ROOT/conf/templates/rails.xml</templateFile> <listeners>Default</listeners> <member> <vhName>RubyVHost</vhName>...
  10. Z

    Naming file downloads (Content-Disposition??)

    Things look good! Thank you for the quick turnaround.
  11. Z

    Naming file downloads (Content-Disposition??)

    LSWS standard edition 3.3.2 and LSAPI 2.8 do not allow a Content-Disposition header response from Rails. Note that the Rails code is not using an internal redirect. Snippet is something like: def open_file filename = "#{RAILS_ROOT}/test.pdf" output = File.read("#{filename}") if...
  12. Z

    Accept-Encoding not checking q value

    From http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3 1. If the content-coding is one of the content-codings listed in the Accept-Encoding field, then it is acceptable, unless it is accompanied by a qvalue of 0. (As defined in section 3.9, a...
  13. Z

    Redirect string unexpanded

    LSWS Standard 3.1.1 Linux/Ubuntu 32-bit I set-up a Redirect context with an external URL. The headers look OK, but the HTML text doesn't. HTTP/1.0 302 Found Date: Wed, 16 May 2007 06:53:30 GMT Server: LiteSpeed Connection: close Location: http://www.foo.com/ Content-Type: text/html...
  14. Z

    Changelog down

    Is there an anticipated date for 3.1.1?
  15. Z

    Changelog down

    $ wget http://www.litespeedtech.com/products/webserver/changelog/ --21:57:10-- http://www.litespeedtech.com/products/webserver/changelog/ => `index.html' Resolving www.litespeedtech.com... 209.151.227.121 Connecting to www.litespeedtech.com|209.151.227.121|:80... connected. HTTP...
  16. Z

    invalid format - syntax is requiring variable $VH_NAME

    I downloaded 3.1.1 and completely removed the previous install. The fresh install was painless, and the External App named "$VH_NAME/AppServer" now works as expected. I did notice the following unrelated errors in the log: Found 4 warning/error messages in the log: More Time Level...
  17. Z

    invalid format - syntax is requiring variable $VH_NAME

    I am guessing that the GUI is not expanding $VH_NAME to its value.
  18. Z

    invalid format - syntax is requiring variable $VH_NAME

    I changed the External App name to "$VH_NAME-AppServer" and clicked save. The admin GUI accepted the change, and I performed a graceful restart. The server log then reports the following error: 2007-05-06 16:05:06.177 ERROR [config:vhost:foo.bar.com:context:/xml/] Can not find handler with...
  19. Z

    invalid format - syntax is requiring variable $VH_NAME

    Environment: LSWS Std 3.1.1 Ubuntu 4.1.1-13ubuntu5 Linux version 2.6.17-11-server Easy bug: change spelling of "Response Bufferring" to "Response Buffering" for External App configuration. Real bug: I am attempting to create a virtual host through the centralConfigLog template. I add...
  20. Z

    Winstone/Hudson setup

    Great. When will 3.1 be officially released? One other quick question: is there any significant reason to prefer "servlet engine" over "proxy", given that Winstone and LSWS will be running on the same machine? Thanks.
Top