Search results

  1. M

    Upload Progress Bar

    No, we will cut the 4.0 release based on the beta3 since it has been pretty stable lately. This way, we will have a stable release with cache, shtml and mod_security 2.0 available for users. Other new features will go to 4.1 release which we will continue adding new feature without affect stable...
  2. M

    LSWS 3.3.24 has been released

    LiteSpeed Web Server 3.3.24 has been released Download LiteSpeed Web Server View Version History This might be the last 3.3.x release.
  3. M

    Are you Getting 503 errors? Connection Timeouts?

    Thank you for the wiki and sharing this with us. :)
  4. M

    Working PHP accelerator for PHP 5.2.8

    The newly built PHP5 binary will be copied to lsws/fcgi-bin/lsphp-5.xxxx , and symbolic linked to lsws/fcgi-bin/lsphp5 . So, use "lsphp5" will always give you the latest.
  5. M

    MailMan issue after cPanel 11.24 upgrade

    It has been fixed in 3.3.24. Will release it soon.
  6. M

    Upload Progress Bar

    Instead we make it configurable if user want to make LSWS stop caching the response body, so all upload progress bars should work.
  7. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    Yes, I knew other video sharing sites do that as well. way to go.
  8. M

    configure: error: cannot compute sizeof (char *)

    Yes, I think it is related to SELinux.
  9. M

    configure: error: cannot compute sizeof (char *)

    the root cause of it should be in the config.log
  10. M

    Context without trailing slash is ignored

    It is a bad idea to have a context overlap with a directory. For example, if you have a URL like "/login/password.shtml", should LSWS map it to a file, or "/login" context with PATH_INFO "/password.shtml"? Both are valid. So, you should avoid that. If you define "/login" context without...
  11. M

    Suddenly server crash, too many lsphp4 created

    have you changed anything related PHP? php.ini? opcode cache? It is a PHP problem, not LSWS itself. strace lsphp4 process see if you can catch one crash.
  12. M

    Server Log

    I think it is a permission problem if the file does exist. check the permission mask of the directory and that file.
  13. M

    MySQL Errors After Restarting

    make sure your lsws/fcgi-bin/RailsRunner.rb is patched like in http://www.litespeedtech.com/support/forum/showthread.php?t=2493
  14. M

    MySQL Errors After Restarting

    what is the error? Does it affect the service? or just happened when LiteSpeed stop ruby processes?
  15. M

    c/c++ shared modules as plugins

    It is a low priority feature at this moment, we need to work on the 4.0 feature list first.
  16. M

    Context without trailing slash is ignored

    How is the /login context being defined? Static? where does it point to? a directory? a file? I think you should point it to a file instead of directory to avoid adding the '/'. The order of regex context is important, move it to the top with lower sequence number.
  17. M

    LSLB error after install

    errno=2 is "No such file or directory", please check if the file exist? Maybe you are using the 32bit release package?
  18. M

    408 Error

    http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout
  19. M

    Password Protect URL String

    /index.php/admin/ is not a real file I think, you may have to create a context like "/admin/" have it protected, then use rewrite rule to rewrite it to "/index.php/admin/", it may work. Or, just let index.php to handle it. request a password when path_info is "/admin/".
  20. M

    Zero Request, Zero Traffic in or out.

    It is under "Actions" menu.
Top