Search results

  1. N

    connect disconnect lite sppeed

    Sorry, not clear what issue you're talking about ? please give more details.
  2. N

    "Suspicious File Alert" notification email

    #rm -rf /tmp/lshttpd/bak_core/*
  3. N

    "Suspicious File Alert" notification email

    you need empty /tmp/lshttpd/bak_core/ first. otherwise it'll keep sending emails. if no new file create in /tmp/lshttpd/bak_core/, then the issue fixed. otherwise, please log a ticket to better trace it until it's resolved.
  4. N

    Browser cache, specific URL

    unfortunately you can't. they're controlled by facebook, amason, google, nobody except themselves can control that.
  5. N

    Error 503.shtml

    first please confirm it's lscache related. after disable lscache, 503 gone ?
  6. N

    Mod_Pagespeed Downside?

    lscache cache dynamic generated pages which usually the bottleneck, usually it's much more important than pagespeed which optimize static contents. you feel your website fast -- this is most important. you can refer the complaints, and spend time to fix them, or ignore them if no time...
  7. N

    Installation 5.2 failed

    not sure what exactly happen on your servers. please try: 1. rm -rf /usr/local/lsws/autoupdate/* 2. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.1 to see if the issue will be gone.
  8. N

    Mod_Pagespeed Downside?

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:enable_pagespeed
  9. N

    PHP error log

    those errors should be in /etc/apache2/logs/error_log if cPanel/WHM EA4
  10. N

    lsws 5.2.1 - cloudlinux php selector not working - help

    1. how about lsws 5.1.17 ? 2. please check cPanel Admin Home → Software → Multi-PHP Manager, to have cloudlinux alt-php work, the domain's PHP version should be same as "System PHP Version"
  11. N

    lsws 5.2.1 - cloudlinux php selector not working - help

    settings of Configuration -> Server -> Script Handler ? you needn't edit lsphp56, since after editing, lsphp56 almost same as cl_phpselector ? right, cl_phpselector is just for cloudliunx php selector. in above Script Handler, for php suffix, select cl_phpselector as handler
  12. N

    Preflight request for enhanced vary support

    Thanks much for the detailed explanation. much clear for me now. so all clients much log in first ? so the backend php know which group the client belong to ? then different cache to serve different groups(or log in users) ?
  13. N

    Preflight request for enhanced vary support

    here's lscache api document: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:developer_guide not sure if Cache Vary and/or esi can implement the "preflight request" feature or close to the feature ? I mainly from an end user's standpoint. can you give an example which...
  14. N

    [Resolved] First Byte Time optimization?

    can you do tests on a specific web site to illustrate the issue accurately ? using webpagetest.org as test tool 1. under apache, the TTFB (Time To First Byte) 2. under litespeed, the TTFB which not from cache (without response header: X-LiteSpeed-Cache:hit) 3. under litespeed, the TTFB which...
  15. N

    [Resolved] First Byte Time optimization?

    any of the websites has enabled lscache ?
  16. N

    Error 503

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors
  17. N

    Problem with suExec

    standard version won't work well with apache's httpd.conf. only first 5 virtual hosts are read and parsed. and, no official download link and document from current official web site regarding standard version.
  18. N

    [Resolved] "The uploaded file could not be moved to wp-content/..."

    can you provide temp root access, I can login to take a look.
  19. N

    Litespeed cache and .htaccess

    the rewrite rule looks ok, and can work with apache and litespeed ? but has nothing to do with "Litespeed cache"
  20. N

    [Resolved] X-Litespeed-Location Implementation

    I tried out an workaround for you. here's the example php code: /usr/local/lsws/DEFAULT/html/test>cat t.php <?php $file = "lsws_logo.png"; header("Content-Length: " . filesize($file)); //header("Content-Disposition: attachment; filename=" . basename($_GET['query'])); header("Content-Disposition...
Top