Search results

  1. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Looks fine, is there any other PHP related external app configuration? maybe we need to login to take a look.
  2. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Please show us the full lsphp5 extapp configuration.
  3. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Are you sure that you changed the correct external app configuration? server level? vhost level?
  4. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi make sure to copy your existing configuration from phpinfo().
  5. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Maybe you need to rebuild your lsphp5 binary, the current binary is using an older version of LSAPI which is not capable of running suEXEC daemon mode. please check phpinfo() output for the SAPI version, the latest version is "LiteSpeed V6.7". Are you using a control panel?
  6. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    That's normal. all of those processes has a common parent process, 11203, you need to check that process, it should be a lsphp5 process running as root. if it is lscgid or lshttpd, you are not using suEXEC daemon mode.
  7. M

    Config issue. High %iowait when litespeed enabled

    Generally, higher I/O wait is caused by higher disk I/O activities, why there are more disk I/O activities, I cannot answer it without checking the server. there are many factors. But you need to need to identify where the disk I/O activities coming from. you can use iotop, then do some strace...
  8. M

    Config issue. High %iowait when litespeed enabled

    If this server is constantly dealing with dynamic content with request/response body larger than 1MB, LSWS may use temporary file to store the body data, which could increase disk I/O activities, cause higher I/O wait. There could be other factors, you should check output of "iotop" was well.
  9. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    Only something tell LiteSpeed to restart, sometimes, control panel will ask web server to restart to rotate log or apply configuration changes. it is logged by our server. It is likely means that your PHP is not using suEXEC daemon mode. it should not happen with suEXEC daemon mode. You should...
  10. M

    [Resolved] Multiple APC Cache Instances + Low APC Uptime

    When LSWS restarts, it needs to restart all children processes started by the web server, what you see is likely due to server restarts. Maybe you can try to minimize server restarts? If you run a single large web site, do not need changing user id for different account. you can manually start...
  11. M

    can't map to virtual host

    You can try changing www.shop.domain.com to ww?.shop.domain.com .
  12. M

    [Resolved] LiteSpeed not returning Content-Encoding header for Range requests, breaks gzip

    tell them to do a force reinstall to get the latest build of 4.2.19.
  13. M

    CLI operations? suspend vhost?

    Not possible at this moment.
  14. M

    high load average in strong server !

    your load is coming from mysqld, so you need to optimize your table index and SQL query. Turn on slow query cache, check "msyqladmin processlist", extended status etc to find out where is the bottle neck. Usually, a missing table index on a large table could cause big trouble.
  15. M

    high load average in strong server !

    need to see "top" output.
  16. M

    [Resolved] LiteSpeed not returning Content-Encoding header for Range requests, breaks gzip

    This issue should have been addressed in our latest 4.2.19 build. Any user reporting this issue should upgrade to 4.2.19 with /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.19
  17. M

    [Resolved] LiteSpeed not returning Content-Encoding header for Range requests, breaks gzip

    Sure, we will work with our client to figure it out. I probably know what is problem. Need to find a solution. Will facebook side takes a "200" response instead of "206 Partial Content" response contains the whole file?
  18. M

    [Resolved] How LiteSpeed cache

    For LSWS built-in page cache, it is a complete waste to cache static file in file system, then serve it from cache as static file instead of serving the original one. The expire time of an cache entry is stored in the file for that entry. In your case, only when the previous cache entry has...
  19. M

    [Resolved] HttpConnection::sendHttpError __assert_fail () from /lib/i686/cmov/libc.so.6

    Not sure what is your issue. Please start a new thread if you have any issue with litespeed.
  20. M

    What if IP address is known

    If everything should go through our anti-DDoS service, you can only allow traffic from our IP. Otherwise, proxy based anti-DDoS service wont work if your IP was targeted.
Top