Search results

  1. Cold-Egg

    How to protect yourself from bots?

    I am not familiar with the tool in the screenshot you shared, may I know how did you find out it's a bot? and why do you want to avoid it?
  2. Cold-Egg

    Health Issue [The optional module, intl, is not installed, or has been disabled.]

    If you are using lsphp81, then you might want to install lsphp81-intl instead of lsphp80-intl.
  3. Cold-Egg

    openlitespeed to litespeed

    Yes. Another method is to use the script(https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-upgrade-to-litespeed-enterprise) to migrate it. But it's not fully tested, better to try it on a dev server first. If you use the script, please help to share the result here, thanks.
  4. Cold-Egg

    MIME type [application/x-httpd-php] for suffix '.php'

    Hi, It seems you have tried a lot. Are you still able to reproduce the issue with a specific URL? Does the page return any issues? Maybe you can raise a ticket to support@litespeedtech.com with this forum link appended.
  5. Cold-Egg

    URI refers to a static file with PATH INFO

    I tried to customise the 404 page, but I can not reproduce the issue you shared. Do you have any special rewrite rules for the 404 situation?
  6. Cold-Egg

    Single Page App Redirect to Same Page

    If you manually input https://somesite.com/page-01/index.php, will the page redirects fine?
  7. Cold-Egg

    Very large site size

    Please check if there're many files under the /public_html/wp-content/litespeed/css, js, ccss or ucss folder. If so, it means the cache plugin generates many optimization files for some reason(could be dynamic JS string generated by the theme or something), please post the issue on...
  8. Cold-Egg

    An unsolvable stale cache problem

    JS/CSS static files return a 404 for some reason. For LSCWP-related issues, please post on https://wordpress.org/support/plugin/litespeed-cache/ for further support.
  9. Cold-Egg

    how to make listener which listen for both ipv4 and ipv6

    If you have 200 virtual hosts, and one domain for each virtual host, then yes, you will need to map 200 virtual hosts for each listener.
  10. Cold-Egg

    Two versions of php on OLS - how to install php modules

    Glad to know you have found the right package.
  11. Cold-Egg

    OpenLiteSpeed does not install on Rocky Linux (RHEL) 9

    It should be fixed, feel free to give it a try and let us know if there's any issue. Thanks. sudo wget -O - https://repo.litespeed.sh | sudo bash dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm yum install openlitespeed -y
  12. Cold-Egg

    Using ESI and excluding specific plugin

    HI. OpenLiteSpeed does not support the ESI feature.
  13. Cold-Egg

    OpenLiteSpeed Rewrite Rules Ignored or Overridden

    Glad to know it works, and thanks for sharing.
  14. Cold-Egg

    how to make listener which listen for both ipv4 and ipv6

    Can not be combined, you might want to create two listeners, one for each.
  15. Cold-Egg

    OpenLiteSpeed Rewrite Rules Ignored or Overridden

    You can try a simple rule first, for example: RewriteCond %{REQUEST_URI} xmlrpc\.php [NC] RewriteRule .* - [F] Then start adding OR conditions. Everytime you update the .htaccess file, please remember to restart the web server in order to reload the rules.
  16. Cold-Egg

    Recommended WordPress security headers

    you could check the header security from https://securityheaders.com/, then add the recommended header to your site. Here's the guide to show you how to custom the header. https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  17. Cold-Egg

    Key OLS Settings for large Website

    All looks good. I'd recommend you increase both HTTP and HTTPS connection from 10000 to 100000.
  18. Cold-Egg

    I am trying to install OLS on ARM64

    It is still on dev's to do, but no ETA. ~
  19. Cold-Egg

    Wordpress Refuses to Start

    Have you tried any other PHP version which is lower than 8.1, e.g. 7.4, see if it helps. Maybe you can also raise the issue on https://wordpress.org/support/plugin/visualcomposer/ for help.
Top