Search results

  1. Unique_Eric

    How to Update Server and Essentials After Installation?

    FYI Run /usr/local/lsws/admin/misc/lsup.sh for LSWS
  2. Unique_Eric

    How to fix letencrypt's "domain.com inaccessible, please verify" issue?

    Hi @FDisk , Can you try to update the /.well-known/ context's Location from /usr/local/lsws/Example/html/ to /usr/local/lsws/Example/html/.well-known/ See if it helps? You can update it either via web admin or console to /usr/local/lsws/conf/vhosts/Example/vhconf.conf And make sure you have a...
  3. Unique_Eric

    How to fix letencrypt's "domain.com inaccessible, please verify" issue?

    Hi @FDisk , Thanks for the bug report, I will look into this.
  4. Unique_Eric

    HTTP2 not working for pages

    Hi, Could you provide a test URL? or did you try some test on http3 check site https://http3check.net/ yet? Best
  5. Unique_Eric

    Crawler trigger restart programmatically

    Just saw you have a post on wp forum too, https://wordpress.org/support/topic/programmatically-restart-crawler/ .
  6. Unique_Eric

    Crawler trigger restart programmatically

    Hi For now, you can shorten the interval. Enable the debug log and you will see crawler log generated after crawling. Same location to the debug log on the system. Feel free to ask on https://wordpress.org/plugins/litespeed-cache/ for more LSCache related question. Best, Eric
  7. Unique_Eric

    Phpmyadmin too many redirects

    Yes. All images are not open to port 7080 by default, simply run `ufw allow 7080` to allow it.
  8. Unique_Eric

    Litespeed Enterprise Cyberpanel mod_pagespeed Issue

    Hi @Berkay , We do not recommend using PageSpeed with any Full Page Cache solutions due to the fact that PageSpeed will generate different outputs for different browsers which makes the output not cache friendly and can cause issues. If you still want to proceed we can take a look but thought...
  9. Unique_Eric

    Problem with navigation menu

    Hi, It looks fine now, did you resolve it? If not, please also provide a report number(https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:troubleshooting:general ) from lscache plugin. Best, Eric
  10. Unique_Eric

    how to now about updates

    Hi, All new release will be posted here https://www.litespeedtech.com/support/forum/forums/news.8/ . You can also get news by join litespeed community (litespeedtech.com/slack) via slack to the the announcements channel.
  11. Unique_Eric

    problem with my theme and the new wordpress

    Hi, Site loads fine now to me. May I know if it's due to you exclude the mediaelement-and-player.min.js file from being optimized or you downgrade wordpress to previous version? Best, Eric
  12. Unique_Eric

    404 on All images LiteSpeed WSE with WordPress

    Is that okay to share the site URL? You can also send report from lscache plugin and share the report number here. Best, Eric
  13. Unique_Eric

    404 on All images LiteSpeed WSE with WordPress

    Hi, May I know what does WSE means? Is it possible due to browser cache? can you verify if issue still on incognito browser? Best, Eric
  14. Unique_Eric

    Phpmyadmin too many redirects

    Thanks for the bug report, issue has been addressed on all branches by the developer and it will be on next release.
  15. Unique_Eric

    Phpmyadmin too many redirects

    Weird, could you give it another try on incognito browser? Possible to share a phpmyadmin link?
  16. Unique_Eric

    Opencart 3 + Journal3 Outdated browser problem

    Basically you can put multiple user agent in one line. May I ask for your site URL and try to view it?
  17. Unique_Eric

    Opencart 3 + Journal3 Outdated browser problem

    Hi, You can try adding follow rules to .htaccess file. RewriteCond %{HTTP_USER_AGENT} Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko RewriteRule .* - [E=Cache-Control:no-cache] Please change the user agent to your need and do the test. Best, Eric
  18. Unique_Eric

    Image optimization using with S3-Uploads

    Sure, you can check here https://github.com/litespeedtech/lscache_wp/issues/143 Best, Eric
Top