Search results

  1. M

    3.1 Linux 64 problem

    This issue should have been addressed with the updated 3.1 packages.
  2. M

    LiteSpeed Web Server 3.1 has been released

    LiteSpeed Web Server 3.1 has been released. Download LSWS: http://www.litespeedtech.com/product...rver/download/ Changelog for LiteSpeed Web Server 3.1: Improved request rate throttling algorithm. Added automatic log file rotation for virtual hosts configured through Apache httpd.conf...
  3. M

    RMagick Problems

    You can also set PATH environment variable under "Ruby" tab. The default PATH set by LiteSpeed is "/bin:/usr/bin" for application started by LiteSpeed.
  4. M

    Accounts filling up with core.##### files.

    The bug is inside ruby, not in our LSAPI code. #6 0x080a4112 in st_lookup (table=0x408ea4bc, key=3959, value=0xbfffc4b4) at st.c:245 #7 0x080527b7 in search_method (klass=1083090108, id=3959, origin=0xbfffc4b4) at eval.c:434 #8 0x08052801 in rb_get_method_body (klassp=0xbfffc4f0...
  5. M

    Accounts filling up with core.##### files.

    I need the output of "bt" command under GDB. Thanks.
  6. M

    twitter.com

    Yes, indeed they use LiteSpeed to serve those small images. And images load pretty fast today.
  7. M

    Internal redirect in standard version ?

    Yes, it is available in the standard.
  8. M

    Issue with symbolic links?

    You can try downgrade, but I think it will not help. It still looks like a permission issue to me, you can try something like sudo -u <user_lshttpd_run_as> ls /home/www/rails/my_app/current See what do you get.:)
  9. M

    unusually high cpu usage by lshttpd

    Have you upgrade to the latest release? Are you using epoll or poll? We need more information to look into this issue, maybe you can strace the lshttpd process when you caught that.
  10. M

    twitter.com

    They are not using LiteSpeed as I know. And the site is pretty slow.
  11. M

    Issue with symbolic links?

    Have you checked the permission of the symbolic link itself as well as its parent directories?
  12. M

    somekind of attack to my server

    That's pretty easy to deal with, check out "Server"->"Security" tab, fine tune those per client connection controls. http://www.litespeedtech.com/docs/webserver/config/security/#perClientConnLimit Set "Dynamic Requests Per Second" to "1", "Connection Soft Limit" to "10", "Connection Hard Limit"...
  13. M

    Accounts filling up with core.##### files.

    Looks like you are using a old linux distribution, you can try search the gdb rpm for your linux distribution, it probably is easier. Compiling from source is fine, just hope it will not require other packages.
  14. M

    Redirect permanent

    That works. I was confused Redirect with "RewriteRule", the directives should be Redirect permanent /webmail/ http://mail.server.com/webmail/ Redirect permanent /Books/ http://www.server.com/books/
  15. M

    Redirect permanent

    You need to remove the leading "/" of the matching URL when use a rewrite rule in .htaccess. It is the RewriteBase in Apache. Your rewrite rules must be used in Apache httpd.conf before, not in .htaccess. Please try, Redirect permanent ^webmail/ http://mail.server.com/webmail/ Redirect...
  16. M

    Accounts filling up with core.##### files.

    need to install gdb package, try "yum install gdb".
  17. M

    Accounts filling up with core.##### files.

    LSWS only dump core files to /tmp/lshttpd/. The core file should be created by ruby. Maybe a LSAPI bug? Can you please check the core file using gdb? gdb /usr/local/bin/ruby <corefile> bt Then post the output here.
  18. M

    Failed auto-update

    Thank you for reporting this issue, that might be a temporary problem of our site, you can try remove "release", "download" and "lsws-*" under lsws/autoupdate directory, lsws will try to download the package again when you restart it.
  19. M

    Rails caching with cookies

    64bit linux package is available now, http://www.litespeedtech.com/packages/3.0/lsws-3.1-ent-x86_64-linux.tar.gz
  20. M

    Rails caching with cookies

    Fixed in 3.1 release. http://www.litespeedtech.com/packages/3.0/lsws-3.1-std-i386-linux.tar.gz
Top