Search results

  1. N

    [solved] size of dynamic response

    yes, it's too large in general. but it's up to your decision.
  2. N

    [solved] size of dynamic response

    1M is the limit. increase it, not decrease it, to avoid the error.
  3. N

    [solved] size of dynamic response

    admin console-> Server-> Tuning-> Max Dynamic Response Body Size (bytes)
  4. N

    414 Request-URI Too Large

    to stop that "error", you should increase to 12k,16k ... etc. however this may not be a error but security feature. if there is a URL with length exceed 8k, probably an attack to your web site. in normal case, the length of a URL is far less than 8k.
  5. N

    414 Request-URI Too Large

    check admin console-> Server-> Tuning-> Max Request URL Length (bytes)
  6. N

    [solved] LiteSpeed And Wordpress

    it's permission issue. check which user lsphp5 is running as, assume nobody. (ps -ef|grep lsphp5) then chown -R nobody:nobody wordpress-root-directory will fix those issues.
  7. N

    [solved] Urgent! New Hardware

    please refer wiki http://www.litespeedtech.com/support/wiki/doku.php license section check this one: Transfer/Release License: How to transfer or release existing license so it can be used on another server if still problem, you may need reinstall litespeed, you can transfer existing...
  8. N

    [solved] Urgent! New Hardware

    go lsws/bin ./lshttpd -r
  9. N

    LiteSpeed For Shared Hosting

    lsphp with suExec enabled is very close to suPHP. I think need some manual work to convert suphp settings to work with lsphp. http://www.suphp.org/FAQ.html "suPHP does not support the php_value/php_admin_value directive known by mod_php to parse configuration options to scripts for...
  10. N

    LiteSpeed For Shared Hosting

    in general, should run 1 web server only -- either litespeed or apache litespeed can run with apache at the same time -- for example, litespeed listen to port 2080, while apache listen to port 80. but this should only happen when first time to install litespeed to replace apache, for a short...
  11. N

    Question---- Will This Work

    free version has max 150 connections limit It looks obvious none of 32-bit application can get full benefit of the 64-bit processor.
  12. N

    A way to view requests?

    refer http://www.litespeedtech.com/support/forum/showthread.php?t=4601
  13. N

    Litespeed Seems to Restart Alot

    can you explain more about large file download through php? if it's possible, try serve large static file through "X-LiteSpeed-Location" http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect that will improve the overall performance, reduce the memory...
  14. N

    Litespeed Seems to Restart Alot

    can you explain more about large file download through php? if it's possible, try serve large static file through "X-LiteSpeed-Location
  15. N

    4.1rc2

    Please back to latest 4.1RC4 if you were using 4.1 series. 4.1RC5 has big change to support mod_security 2.5, while RC4 not.
  16. N

    [Solved] Max retries has been reached 503 - IP.Gallery

    thanks for update. will mark it as "solved"
  17. N

    Newbie questions

    got it. so php_value memory_limit 16M etc directives, have to put in /usr/local/apache/conf/userdata/std/2/user1/user1.conf instead of .htaccess
  18. N

    suPHP and custom php.ini

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=4782 per account php.ini can be implemented by PHPRC -- however, may need some manual work to do the conversion from suphp to lsphp.
  19. N

    [Solved] Max retries has been reached 503 - IP.Gallery

    any opcode cache installed? "IP.Gallery upgrade" -- software upgrade or hardware upgrade?
  20. N

    [solved] 4.0.18: .htaccess / PHP Issue

    JulesR's issue has been fixed around Jan 27, with the 4.0.19 release. "caught the bug with debug logging enabled,related to a new feature back ported from 4.1RC release" your issue looks different. if .htaccess not being parsed from the begining, it should be lot easier than "after about 1...
Top