Search results

  1. Cold-Egg

    ionCube24 question

    Since you are using OpenLiteSpeed, the first method should work. Could you show us how you verify if it works?
  2. Cold-Egg

    Use OpenLiteSpeed for Shopware 5 or Shopware 6

    503 usually has something to do with the PHP setup or code. If you can't load the info page, then you might want to check the PHP config setup on OLS side. Possible to share the config setup? You can also join golitespeed community on Slack] , and DM me @Eric from there. Just so you know, if...
  3. Cold-Egg

    OLS Compile Php Error

    Hi @Denmike, Could you share the installed openlitespeed package with following command? rpm -qa | grep -i litespeed
  4. Cold-Egg

    Locked out of Webadmin

    Default web admin cert could be under the /usr/local/lsws/admin/conf folder.
  5. Cold-Egg

    Locked out of Webadmin

    Do you want to change the web admin's SSL with Cloudflare's? Note: you can not use the domain on Cloudflare to visit the web admin at port 7080, since they do not allow that port number.
  6. Cold-Egg

    "Configure PHP by Directory or File" documentation suggested change

    Please try the following example, RewriteCond %{REQUEST_URI} !\.(css|js|html|json|mustache)$ RewriteRule .* - [H=application/x-httpd-lsphp74] Please substitute the PHP version for your need.
  7. Cold-Egg

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

    Good to know that. So the issue has been fixed after adding the Script Handler
  8. Cold-Egg

    owasp crs 3.3.4 is not wokring in openlitespeed

    do you mean it was working before? and the test failed after updating the coreruleset? I tested it before, it should work. Better to create a support@litespeedtech.com ticket with all your mod_security config information appended.
  9. Cold-Egg

    OLS not responding when long execution time process

    Does the email run with the PHP process? Is there any error shown in the error log?
  10. Cold-Egg

    mod_speling module

    No, I don't it's supported.
  11. Cold-Egg

    Error establishing a database connection

    You can try to use the monit tool to monitor and auto-restart the SQL service.
  12. 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?
  13. 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.
  14. 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.
  15. 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.
  16. 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?
  17. 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?
  18. 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...
  19. 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.
Top