Search results

  1. Cold-Egg

    Add HTML

    OLS does not has such feature, if you just want to add the code without a plugin, you might need to edit the theme https://wpastra.com/guides-and-tutorials/add-google-analytics-to-wordpress-without-plugin/
  2. Cold-Egg

    How to Install LSCache Module?

    The cache module is missing under the module page? It should be installed by default, may I know how you installed the OLS?
  3. Cold-Egg

    My PHP running load under OpenLiteSpeed has soared. What's going on?

    In your case, I'd set both max connections and PHP_LSAPI_CHILDREN limit to 15, and apply LSCache on your site if possible to reduce the load.
  4. Cold-Egg

    Unexpected Error Encountered! See ls_webcachemgr.log for more information.

    Check ls_webcachemgr.log log and there should log the reason. If the error is "Fatal Error Encountered During Action Execution", then they can follow https://docs.litespeedtech.com/lsws/cp/cpanel/whm-litespeed-plugin/troubleshooting/#whm-plugin-cache-manager-error-status to debug the issue. If...
  5. Cold-Egg

    nodejs and nginx

    1. Yes, as long as there's no port conflict. 2. Use reverse proxy https://docs.openlitespeed.org/docs/advanced/proxy. You can also consider to use nodejs app context to serve js file, https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/
  6. Cold-Egg

    Unexpected Error Encountered! See ls_webcachemgr.log for more information.

    You can disable it on one site and verify again. You might also want to check ls_webcachemgr.log for more information. For further LSWS-related issues, please move to https://litespeedtech.com/support/forum/, thanks.
  7. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    I felt the resulting URL is expected based on the rewriterule. If you input the same URL, does the Nginx site redirect you to a static image file, and OLS does not? It should be handled by that PHP file though.
  8. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    Then, could you provide both the expected URL and the actual result URL, so we can check where the issue is?
  9. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    I checked the URL on that testing tool and it works. What's the result URL did you get from your browser if it doesn't work?
  10. Cold-Egg

    Certificate issue after update to 1.8.1

    The upgrade should change the OLS binary only, not the certificate included. Is the issue reproducible if you downgrade to the previous version and upgrade to v1.8.1 again?
  11. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    @iMydl.com The rule seems to be working, may I know if you have restarted the OLS service to make the rule take effect?
  12. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    I will take a look when get a chance, for now, you can use https://htaccess.madewithlove.com/ to help you verify the rule.
  13. Cold-Egg

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    Try to remove the first slash and let us know if it works. RewriteRule "^timthumb/w_([0-9]+)/h_([0-9]+)/q_([0-9]+)/zc_([0-9])/a_([a-z]+)/([0-9A-Za-z_\-]+)\.([0-9a-z]+)$" "/wp-content/themes/wordpress-theme-puock-2.7.0/timthumb.php?w=$1&h=$2&q=$3&zc=$4&a=$5&src=$6" [R]
  14. Cold-Egg

    About OLS ssl problem for mulitple vhosts

    1. Yes 2. Set SSL at virtual host level See https://docs.openlitespeed.org/configuration#set-up-ssl-for-virtual-hosts for the details.
  15. Cold-Egg

    How to configure CloudFlare's [Forcing the use of mTLS for authentication] under OpenLiteSpeed?

    Please check web admin > SSL listener > SSL > Client Verification, let us know if that feature is what you are looking for.
  16. Cold-Egg

    Can anyone tell me whether it is necessary to upgrade OpenLiteSpeed to 1.8.1?

    Some minor issues are still pending to be fixed with v1.8.1, build master will push it once it's stabled.
  17. Cold-Egg

    Not able to upgrade from 1.7.19 to 1.8.1

    You can also use /usr/local/lsws/admin/misc/lsup.sh -v 1.8.1 command to upgrade it manually.
  18. Cold-Egg

    Connection idle time too long: 31 while in state: 2 watching for event: 4, close!

    Hi, @3dpoder Please try upgrading OLS to version v1.7.18, then empty the Memory Soft Limit (bytes), Memory Hard Limit (bytes), Process Soft Limit, and Process Hard Limit value from the web admin > External App > PHP version you are using. Then test it again and let us know if it works.
  19. Cold-Egg

    (Help) Automatic png, jpg to webp conversion on wordpress

    OLS support rewrite, do you have rewrite and auto load .htaccess enabled? If not, please check https://openlitespeed.org/kb/rewriterule/#Virtual_Host_Level Not sure why the Vary:accept is needed, if you want to custom the header, please follow...
Top