Search results

  1. S

    Monitoring cache status

    Hi @uselinux , I noticed this in your Response headers - 'cache-control': 'private, proxy-revalidate, s-maxage=0' which would mean that you're using Private Cache, and then it would make sense makes sense if you're cache miss every time when you send the first request without a Cache-Vary...
  2. S

    directadmin all options for changes are disabled

    Hi, Openlitespeed's Webadmin Console does not work with Directadmin currently and is only available in Read-Only Mode. Everything you need to edit must be done directly using Directadmin. Such as Rewrite Rules can be directly used with .htaccess, and Directadmin also has an option to...
  3. S

    Wordpress Protected Pages + Litespeed Cache possible bug

    It might make things slow for sure, Litespeed Cache will then have one more thing to check. It's best to do it manually if you plan to use that functionality :)
  4. S

    Wordpress Protected Pages + Litespeed Cache possible bug

    Add the following code to your .htaccess - RewriteRule .* - [E=Cache-Vary:wp-postpass] This will create a different cache for the browsers which have the wp-postpass_XXXXX cookie, and should solve your problem :)
  5. S

    Wordpress Protected Pages + Litespeed Cache possible bug

    How does the password Protection work, Do you add it as a shortcode? Or does it add a cookie when the password is entered, I seem to be unable to get past the Password Protected Page, because of the Cache. Litespeed Cache will by default store only one Cache Copy per URL, but it can be...
  6. S

    .htm file extension not recognized in Openlitespeed

    Do you see a 404 even when you try to access the .htm file directly?
  7. S

    Setting up high performance WP+Woocommerce site on OLS

    I think changing the LogFormat will work everywhere except DA with OLS as of now. Are you using Directadmin? If not, what LogFormat are you putting in the Webadmin Console?
  8. S

    DigitalOcean Wordpress IonCube is Missing

    ^ You can also run service lsws restart to gracefully restart the server.
  9. S

    Increase memory_limit in Openlitespeed

    You can check the php.ini file currently being used from - cd /usr/local/directadmin ./build used_configs Then you can edit the php.ini file for the PHP version being used for the website.
  10. S

    Setting up high performance WP+Woocommerce site on OLS

    You're most welcome :) If your theme is breaking, its pretty normal, Its where everyone gets when they try to do this. The solution to it is as follows - - Restore Litespeed Cache to Default Settings(There's a Reset All Settings Button), or just disable everything in the Optimize Tab. - Make...
  11. S

    Setting up high performance WP+Woocommerce site on OLS

    Hi @cloudrider , Let me first start by answering your questions - ✓ Setting up LScache + CDN, do you use any page rules in Cloudflare - During setup, I install Litespeed Cache, and If I am using Cloudflare, I make sure I've set its Browser and Edge Cache to highest possible since it will only...
  12. S

    htaccess in subfolders

    Here's an article for this to make it easier - https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/ :)
  13. S

    htaccess in subfolders

    It can be done via context, Each directory which has a .htaccess needs a context like this to work - Add this to your vHost.
  14. S

    Does OpenLiteSpeed have memory limits (RAM) like LiteSpeed?

    I am not sure where you're seeing the error, However, If you're able to turn on the Webserver, It's not limited. You'll see errors during start if it is limited by RAM. Where do you see the limit?
  15. S

    OLS Cache Module/LScache does not work

    Hi Rafael, You can create a ticket here - https://store.litespeedtech.com/store/submitticket.php?step=2&deptid=2
  16. S

    Issue with mobile cache in LScache plugin

    Hi Mithu, Can you log a ticket with us with login details to your Server and your Wordpress installation? We will take a look.
  17. S

    Does OpenLiteSpeed have memory limits (RAM) like LiteSpeed?

    How much RAM does your server have in total?
  18. S

    Does OpenLiteSpeed have memory limits (RAM) like LiteSpeed?

    There's no limit on RAM with Cyberpanel + Openlitespeed. If you use Cyberpanel Enterprise, RAM limit is equivalent to the Litespeed Enterprise License you purchase.
  19. S

    OLS Cache Module/LScache does not work

    Hi Rafael, Do you have Cache Root Setup with OpenLitespeed?
  20. S

    Issue with mobile cache in LScache plugin

    Hi Mithu, You can enable "Cache Mobile" Settings inside Litespeed Cache>>Settings>>Cache That will make Litespeed maintain a different cache for Mobile Devices. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:cache#cache_mobile
Top