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

    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.
  3. 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...
  4. 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
  5. Z

    Update front page with 3.3.7 release

    Please keep http://www.litespeedtech.com/ consistent with new releases.
  6. 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>...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. Z

    Winstone/Hudson setup

    Hello, I am trying to run Hudson (https://hudson.dev.java.net/) behind LiteSpeed 3.0.3 Std/Linux. Release .104 of Hudson comes bundled with a small servlet engine named Winstone (http://winstone.sourceforge.net/). Example usage: java -jar hudson.war --prefix=/hudson I first tried to...
  12. Z

    Ruby hangs 2.2.4

    [Note: This was originally posted under Bugs, but I am curious if any other Ruby users have run into this.] OS: Solaris 2.8 Arch: SPARC (64/32-bit) LiteSpeed: 2.2.4 Standard edition Location: http://206.117.43.99:8088/ I installed 2.2.4 as a non-root user, and added an entry to the...
  13. Z

    LSWS 2.2.4 / Solaris hang

    OS: Solaris 2.8 Arch: SPARC (64/32-bit) LiteSpeed: 2.2.4 Standard edition Location: http://206.117.43.99:8088/ I installed 2.2.4 as a non-root user, and added an entry to the Rails template. However, after a day or so of uptime, LSWS no longer accepts connections. The lshttpd processes...
  14. Z

    Release naming

    Hello, Due to initial bug reports, sometimes LSWS (or other related APIs) will have multiple releases posted for the same version. Because the file name does not change, it is not easy for me to figure out if I have installed the "latest" 2.2.2 or an earlier one with addressed bugs. Is...
  15. Z

    Context settings to block directories

    Hello, I have installed eventum (http://eventum.mysql.org/wiki/index.php/Main_Page) under LiteSpeed and things seem to work. As past of post-installation, it is recommended that the web server prevent access to the logs/ and setup/ directories. To do so, I tried to configure Context for my...
  16. Z

    Optimized enterprise settings?

    Hello, I am running LSWS enterprise on a dual processor Dell under CentOS 4.2 (essentially RHEL 4). I am curious if there are any particular configuaration areas I should tweak for maximum performance and scalability. The obvious candidates look like maximum sockets (is 10,000 a safe...
  17. Z

    Install error with chroot

    While executing a chroot install with LSWS 2.1.8: ------------ Chroot directory without trailing '/': /home/lsws Installing, please wait... ldd: /home/lsws/fcgi-bin/php: No such file or directory ------------ Presumably this is from: $LSWS_HOME/admin/misc/chroot.sh $CHROOT_PATH...
  18. Z

    LSWS chroot broken in 2.1.8?

    Hello, I am attempting to install 2.1.8-ent on a dual-proc CentOS 4.2 box. When I select a chroot install, I always get the following error message: "Server root is not included in the chroot directory tree" Server root in this case is /opt/lsws, and I have tried it with the following...
  19. Z

    Context and perl regexps

    Hello, I have the following context set up under LSWS SE 2.0.7: [Proxy] "/" --> Java app server I would like to selectively redirect certain directory paths to a different server, primarily for serving static content (LiteSpeed is acting as a firewall in this scenario). I tried the...
  20. Z

    favicon.ico not found

    Hello, I am seeing a lot of log entries like the following from the admin page: 10.20.16.103 - - [31/May/2005:07:24:14 -0700] "GET /favicon.ico HTTP/1.1" 404 390 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4" Is favicon.ico supposed to be...
Top