Search results

  1. M

    Error log messages

    It is the dump of request info when something happened. That message itself does no harm, the root cause of that message may need some attention.
  2. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    No problem. this type of issue usually used up all available idle CPU cycles on one core, by spinning in the event loop, maybe a little bit sluggish, but should not block a request.
  3. M

    503 Errors and Magento

    503 error means the backend cannot complete the request, is usually caused by PHP crash. The log section you posted is not a 503 error, but a 500 request timeout. You can search for "oops" string to locate log entries related to 503.
  4. M

    503 Errors and Magento

    It is like a problem with your PHP setup. Your cookie length is fine. You can try turning off all type of cache, then enable one by one.
  5. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    Can also do "lsof -p <pid_of_100%_cpu>", then kill -USR2 -p <pid_of_100%_cpu> to turn on debug logging dynamically, Log Level must be set to "DEBUG", and "Debug Level" "NONE". If it is too big, please send the log file to bug@litespeedtech...
  6. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    there is a bug in mod_security implementation may cause high CPU usage after lshttpd run for a while. Please download and upgrade to the latest 4.1.2 build. If it happen again, please try "strace -tt -T -p <pid_of_lshttpd_using_100%_cpu>"
  7. M

    Set Cookie via Rewrite Rules

    This feature has been added to 4.1.2 release.
  8. M

    error CGI

    that message is produced by lscgid binary, you should not get a message like that if you run "irc.cgi" from command line, unless you overwrite irc.cgi with lscgid binary. Switch back to Apache, if it does not work with Apache, it wont work with LiteSpeed. You have to fix irc.cgi instead.
  9. M

    error CGI

    what type of CGI is involved? Can you run the script from command line? Does it work if you switch back to Apache?
  10. M

    Access Denied Directories??

    get the latest build of 4.1.2 by changing the version number in the download link. should be addressed.
  11. M

    Set Cookie via Rewrite Rules

    We will add that feature in later release. I think the best solution is to get a session aware LB, like our LSLB product.
  12. M

    Good guide for optimizing?

    You can try page cache. http://www.litespeedtech.com/support/forum/forumdisplay.php?f=30
  13. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    sure. no problem.
  14. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    can you please reproduce the bug with debug logging enabled? You can search related log entries by your IP address, please send the log to bug@litespeedtech...
  15. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    Are you using a FastCGI script to handle the upload?
  16. M

    100% CPU after 4.1.1 upgrade from 4.0.20

    Have you set "Inbound Bandwidth" limit? http://www.litespeedtech.com/docs/webserver/config/security/#inBandwidth Looks like a bug in bandwidth limit implementation.
  17. M

    Wrong cache hit

    download 4.1.2 again, this version may work well with symlink off.
  18. M

    Wrong cache hit

    Maybe you can use "If Owner match" instead of disable symlink completely.
  19. M

    Wrong cache hit

    Please check error.log and stderr.log. no change has been made related to directory listing in 4.1.2 .
  20. M

    PHP5.2.17 and LSPHP Fails

    You have to locate the gcc error, the part you posted does not help. you can try to compile those code manually, see what you get.
Top