Search results

  1. Unique_Eric

    [ Solved ] GPSI Score get down after migrated to VPS

    Did you enable the guest mode and Guest Optimization? https://blog.litespeedtech.com/2021/06/01/guest-mode-for-wordpress-in-lscwp-v4-0/
  2. Unique_Eric

    File Not Found

    May I know which version you upgraded from? Do you have /usr/local/lsws/admin/misc/lsup5v3.sh file?
  3. Unique_Eric

    http res link in https

    Please post further LSCWP questions on https://wordpress.org/support/plugin/litespeed-cache/, the plugin support member will check there regularly.
  4. Unique_Eric

    http res link in https

    I see, it's an Nginx server so should have no cache. The problem may be due to your Home URL and Site URL are set to HTTP instead of HTTPS.
  5. Unique_Eric

    Beginner questions: magento + litemage

    Do you have the site URL or screenshot with browser developer tool enabled so we can take a look?
  6. Unique_Eric

    User nobody during install process..

    Make sure you run the script as a root user https://www.cyberciti.biz/faq/become-superuser-on-ubuntu-linux/ And keep default values for those questions if you aren't sure.
  7. Unique_Eric

    cache only works for one virtual host

    Hi, Possible to share both response headers?
  8. Unique_Eric

    htaccess rewrite issue

    Hi, It seems not default OpenCart rule, may I know if the default one works? You might want to turn on the rewrite log to check if the request goes through the rule.
  9. Unique_Eric

    The link to the plugin gives 404

    Will fix it, thanks for the report.
  10. Unique_Eric

    [ Solved ] GPSI Score get down after migrated to VPS

    Hi, Since version 4.0+, the cache plugin has some features to improve the mobile score. You can upgrade/downgrade it from LSCWP>Toolbox > Beta Test > and click the master button. Feel free to post on https://wordpress.org/support/plugin/litespeed-cache/ for further LSCWP questions, let us...
  11. Unique_Eric

    Quiz Maker Plugin is not working perfectly because of Litespeed Cache plugin in Wordpress

    HIHI, please post LSCWP questions on https://wordpress.org/support/plugin/litespeed-cache/, we have plugin support members check there regulary.
  12. Unique_Eric

    Litespeed wordpress clustering without Litespeed Web ADC

    Web ADC supports different algorithms (including round-robin, least load, and least sessions), specify session ID string, session timeout, insert tracking cookies. And you can keep the cache at Load Balancer(Web ADC) level to avoid invalid cache issue happens.
  13. Unique_Eric

    2 Question about LSLB

    Hi, 1. Yes you can, by manually copy config files under /usr/local/lslb 2. https://docs.litespeedtech.com/products/lsadc/moresettings/#high-availability
  14. Unique_Eric

    http res link in https

    Purge the cache?
  15. Unique_Eric

    Simple ajax chat wp plugin cache problem

    Hi, please post the LSCache question on the WordPress forum. I saw a similar question before, maybe you can find the answer there. https://www.litespeedtech.com/support/forum/threads/simple-ajax-chat-wp-plugin-cache-problem.19659/
  16. Unique_Eric

    User nobody during install process..

    Hi, Please try following command before running the installation su root of sudo -s
  17. Unique_Eric

    Getting 404 error.

    For CyberPanel + LSWS environment, you can simply edit /usr/local/lsws/conf/httpd.conf file. For example, from <VirtualHost *:443> DocumentRoot /usr/local/lsws/DEFAULT/html to <VirtualHost *:443> Include /usr/local/lsws/conf/vhosts/niksmedia.com/vhost.conf
  18. Unique_Eric

    Getting 404 error.

    When no match, the server returns 404. May I know your listener page settings?
  19. Unique_Eric

    Unable to access

    Hi, Accept-Ranges: bytes Connection: Keep-Alive Content-Type: text/html Date: Fri, 18 Jun 2021 00:45:35 GMT Keep-Alive: timeout=5, max=100 Server: Apache/2.4.10 (Debian) Transfer-Encoding: chunked So you are now running Apache at port 80/443 and LSWS listening on port 8088? The site can not be...
  20. Unique_Eric

    Catch All Config

    Good to know it helps.
Top