Search results

  1. M

    404 if file too big?

    I think it is not necessary, the overhead should be negligible, I do not have a number, but I think should be less than 0.01%, and performance increase in today's CPU should be far higher.
  2. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    It is not that dangerous, you can set the per client throttling limits to limit the number of concurrent connection each client can have. It is a global configuration. cannot be overridden at this point.
  3. M

    Attack site

    check http://www.litespeedtech.com/docs/webserver/config/security/#perClientConnLimit and http://www.litespeedtech.com/how-tos.html#qa_dos
  4. M

    Those who run Apache with LS

    LiteSpeed implement all common Apache modules natively, there is no shared code between LiteSpeed and Apache, LiteSpeed read the whole httpd.conf and work just like Apache.
  5. M

    Zero Request, Zero Traffic in or out.

    Please check the real-time report page.
  6. M

    Proxying without URL encoding

    Please download and try latest 4.0b3 package, should be fixed.
  7. M

    Transferring license to another server?

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses
  8. M

    How Do I make LSWS use PHP5?

    build matching PHP binary from LSWS WHM plugin.
  9. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    If the file takes more than 60 seconds to be processed and there is no I/O on the socket, the connection will be closed. So, you need to increase it under server tuning configuration.
  10. M

    Using SHMTL file in VH gives signal 11 on child process

    checked the core file, it does not match our current 4.0b3 binary. realized that the latest update of 4.0b3 has not been uploaded to your server. Just did that, please download and try again.
  11. M

    Changing virtual host names requires restart to fix

    Yes, "lswsctrl restart" is graceful as well. I am interested why the web console does not work. If web console send the request to web server successful, "Server restart request from admin interface!" should be logged into error.log
  12. M

    Proxying without URL encoding

    can you give an example rewrite rule?
  13. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    http://www.litespeedtech.com/docs/webserver/config/extapps/#initTimeout
  14. M

    Using SHMTL file in VH gives signal 11 on child process

    there have been many updates on 4.0b3 release package, you can try the latest one, if the problem persist, we will investigate.
  15. M

    litespeed stopped after username change

    Tried it in our lab. seems working fine, LSWS restarted successfully. Can you create a test account and try to reproduced it? If it is reproducible, I will be more than interested in checking your server.
  16. M

    No core file is created?

    http://www.litespeedtech.com/docs/webserver/config/adminserver/#enableCoreDump
  17. M

    Rewrite fetch file flag?

    You can put the rewrite rule at vhost level instead of context level, vhost level rewrite rules is more likely to be processed only once.
  18. M

    Getting a Lot of 503 Errors

    503 error is caused by PHP problem, either crash or have insufficient resource to complete the request. Some times caused by bug in opcode cache. Your configuration looks fine. You can check stderr.log see if any useful information has been logged in this regard. some tips for trouble...
  19. M

    recompile after mysql upgrade

    I think you do not have to as the client library of 4.1 should be compatible with 5.
  20. M

    htaccess and dynamic compression

    http://www.litespeedtech.com/support/forum/showthread.php?t=2470
Top