Search results

  1. M

    Pressing the +/- in the Order column of Contexts doesn't do anything.

    This might be fixed in RC2 release already. Please try the RC2 release by changing download URL from RC1 to RC2.
  2. M

    Best way to redirect legacy URLs with Rewrite Map?

    Rewrite map is not a right solution for what you want exactly. As the rewrite rule will match all URL no matter it is in the rewrite map file or not. You have to use individual rewrite rule to handle different mapping, may be for mapping info.asp -> about_us/information, another generic one to...
  3. M

    3.0RC1 won't do a graceful restart on FreeBSD 6.1

    Signal 6 is SIGBUS, I don't know why. If you want you can set "kern.sugid_coredump" manually to let lshttpd dump a core then use gdb to check the stack backtrace of the core file.
  4. M

    Unable to create Rails EasyHost Template

    This should have been addressed in our upcoming 3.0RC2 release.
  5. M

    3.0RC1 won't do a graceful restart on FreeBSD 6.1

    You need to change the listeners from *:9000, *:9001 to 72.36.232.219:9000, 72.36.232.219:9001, in order for the new lshttpd process to recover those listener sockets. That's probably is the side effect of freebsd jail.
  6. M

    Headers always no-store, no-cache etc for PHP files?

    Thanks for sharing. :)
  7. M

    view access to Real-Time Server Status Report

    Not possible at this moment, we will consider that.
  8. M

    better control over load-balanced backends

    Just noticed this one. Yes, you can have one backend server handle more requests, by raising the "Max connection" for that external application, load distribution is based on the ratio of "In use connection"/"max connection".
  9. M

    Custom Rails Environment

    If you follow the step by step manual rails configuration, you can set RAILS_ENV to anything you like, but not with the easy setup. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails
  10. M

    Ruby LSAPI 1.13 Released

    Ruby LSAPI 1.13 Released: Download: http://www.litespeedtech.com/products/webserver/lsapi/ Overview: Ruby LSAPI is a Ruby extension which implements the highly optimized LiteSpeed SAPI protocol between Ruby and LiteSpeed Server. Changelog: Fixed: A bug may cause LSAPI...
  11. M

    Can't get to Administration interface

    The problem is that LSWS has been installed under root user's home directory which is only accessible to root user, so after server starts, the server process changed uid and cannot access any file. Just install LSWS to /opt/lsws or /usr/local/lsws, it should work fine.
  12. M

    Rails: response 404

    Looks like the whole response header get ignored for some reason. Is it possible that the response body was sent before the header? Can you please give 3.0RC2 a try? We will not spend more time on 2.2.x any more. http://www.litespeedtech.com/packages/3.0/lsws-3.0RC2-std-i386-linux.tar.gz...
  13. M

    Rails: response 404

    In your rails application, you need to set header "status: 200\n".
  14. M

    Can't get to Administration interface

    It seems that it is pretty tricky to install LSWS on a Virtuozzo VPS. It would be the best if you can PM me a temp root login to that box, so I can take a closer look.
  15. M

    Headers always no-store, no-cache etc for PHP files?

    I believe those headers was added by PHP, not by LSWS.
  16. M

    FrontPage Extensions & cPanel

    cPanel has customized the standard frontpage installation, have mod_auth_pathrough and a customized frontpage wrapper fp-auth in order to make frontpage works when the service.pwd only readable to the user. To make fp externsion works under LSWS, you have change relax the security of...
  17. M

    basic rewrite instructions

    You can just change the port number of the listener from 8088 to 80.
  18. M

    DirectorySlash

    It might work if Mephisto will work properly with URI "/2007/1/8/test-blog-post/comments/", since the directory slash has been added by the rewrite rule, so LSWS should not redirect the POST request, instead, the request will be forwarded to rails if there is no index.html under that directory...
  19. M

    basic rewrite instructions

    Don't know what you want exactly. :)
  20. M

    Having trouble with virtual hosts--need some help

    That's because both vhosts are using the same configuration file. Just make a copy for each vhost.
Top