Search results

  1. Unique_Eric

    Limit POST in htaccess

    The Auth part should work, but the Limit part maybe change to <If "%{REQUEST_METHOD} == 'POST'"> xxxxx </If> ref: https://httpd.apache.org/docs/2.4/expr.html From Slack
  2. Unique_Eric

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    @bp1000 , sorry for the inconvenience, Please check https://forum.openlitespeed.org/threads/letsencrypt-certificate-is-renewed-but-lsws-doesnt-restart.4841/#post-11991 I have a deep look into that case and found out the Let's Encrypt hook does not being triggered for an unknown reason on some...
  3. Unique_Eric

    Backup issues

    Hi, you might want to ask in CyberPanel Forum https://community.cyberpanel.net/c/support/55
  4. Unique_Eric

    Domain is inaccessible, please verify!

    I see, just checked again, only www domain works but the root domain. You can edit /opt/domainsetup.sh and comment out Line 321 https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L321 to skip the domain verify.
  5. Unique_Eric

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

    If you can visit it from your browser then it should pass. May I know the domain?
  6. Unique_Eric

    Domain is inaccessible, please verify!

    @tombarber92 curl -I http://sportswear-designer.com/ curl: (6) Could not resolve host: sportswear-designer.com You did not point the domain correctly, so it failed to connect and apply cert.
  7. Unique_Eric

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    Nope, only for the first time who has the issue.
  8. Unique_Eric

    Lightspeed downgrade

    No official method to revert back to OpenLiteSpeed, maybe you need to reinstall the CyberPanel and transfer the site to the CyberPanel + OpenLiteSpeed server.
  9. Unique_Eric

    lsphp74 gd missing

    Thanks for sharing, we shouldn't need to do it manually though.
  10. Unique_Eric

    Web Server reporting apache?

    Since those sites are behind Cloudflare, may I ask where to see the report? What's the output of ps ax | grep http
  11. Unique_Eric

    lsphp74 gd missing

    The lsphp74-common package should have GD included.
  12. Unique_Eric

    LS 5.3.6 - letsencrypt cert renews, but lsws keeps serving old cert until graceful restart

    Please check https://docs.litespeedtech.com/cloud/images/wordpress/#how-does-certbots-auto-renew-script-work In order to use systemctl command, please run the following commands, /usr/local/lsws/bin/lswsctrl stop >/dev/null systemctl stop lsws >/dev/null systemctl start lsws >/dev/null and...
  13. Unique_Eric

    Litespeed plugin and contact form 7 compatibility issue

    @owlietenil2 I guess you are having an issue with LSCWP. Do you have any optimization feature enabled? If so, try disabling those and see if the issue is still. For further LSCWP question please post on https://wordpress.org/support/plugin/litespeed-cache/ in the future, thanks.
  14. Unique_Eric

    Gzip not working and cant update to 6.0.9 version

    If you don't have an account with LiteSpeed, please send an email to bug@litespeedtech.com
  15. Unique_Eric

    How do I hide phpmyadmin?

    Hi, please check https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-secure-phpmyadmin to secure your phpmyadmin. If you don't need PHPMyAdmin at all, please remove the PHPMyAdmin context from the web admin.
  16. Unique_Eric

    website speed problem

    Hi, Please post OLS related questions on OpenLiteSpeed Forum(https://forum.openlitespeed.org/) next time, thanks About the score, you might want to share which CMS you are using, and any screenshot of the scoring page? If should mention some suggestions.
  17. Unique_Eric

    Litespeed Crawler with Quic.cloud not working!

    https://quic.cloud/faq/#can-i-use-the-crawler-function-inside-of-the-lscache-for-wordpress-plugin-with-quic-cloud Yes. The crawler included in the LiteSpeed Cache for WordPress plugin will populate the cache at the origin server (but only if it is a LiteSpeed server), and also the cache at the...
  18. Unique_Eric

    Open Graph (og:image) not working with Guest Mode

    Hi, I guess you are talking about WordPress LSCache? Our WordPress plugin support is located at the official WordPress plugin support page. https://www.litespeedtech.com/support/forum/threads/have-a-question-about-the-wordpress-plugin.17040/
  19. Unique_Eric

    AMP displaying incorrectly

    Our WordPress plugin support is located at the official WordPress plugin support page. https://www.litespeedtech.com/support/forum/threads/have-a-question-about-the-wordpress-plugin.17040/
  20. Unique_Eric

    404 when LSWS is used as reverse proxy

    May I know how did you send request to LSWS by visiting 127.0.0.1? or by domain?
Top