Search results

  1. P

    reg CDN

    only enable static files cache on CDN and disable all the rest of cache on CDN to avoid conflicting, then use lscache from from the real server. For wordpress site, quic.cloud could be a better CDN solution without conflicting since quic.cloud is LiteSpeed product as well.
  2. P

    Cache module not caching all the time

    you may find this helpful https://openlitespeed.org/kb/how-to-setup-lscache-for-wordpress/
  3. P

    reg CDN

    https://en.wikipedia.org/wiki/Content_delivery_network should explain the benefit of CDN. CDN can be closer to the visitors than the original server to make more faster. If wordpress site, you can choose quic.cloud, CDN for wordpress.
  4. P

    Shared storagePath between multiple web server instances

    seems you are tying to set up a cluster of backend nodes, it is true that cache syn may not be that easy logic. You will need to let each instance manage themself through the plugin on that instance at this stage. Alternatively, use ADC in the front of all nodes, setup cache on ADC.
  5. P

    Limiting SSL/TLS Cipher Suite doesn't work?

    What's your site URL? maybe you log a ticket by sending an email to support@litespeedtech.com with us to your login details and site URL for us to check?
  6. P

    HSTS - Strict-Transport-Security & Preload (& HTTPS / SSL HEADER ONLY)

    You can create a seperate https virtual host and set header in the context of it, at listener of 443, mapping yourdomain.com to your https virtual host instead of using the same virtaul host as http and https.
  7. P

    Directadmin configuration files for DirectAdmin - missing parameters

    Thank you for your feedback. We are planning to have a list of directives of OLS at the moment but it may take some time. Before it becomes available, get directives from standard OLS installation could be the only way. DirectAdmin slit standard OLS configuration into many include files...
  8. P

    CLI tool for OLS

    Thank for your feedback. We are constantly changing and improving the OLS KB at the moment and it is true that it still needs a lot of work. Please don't hesitate to let us know if you could n't find any KB for specific topic or something not clear, we will update/add new KB to make it more...
  9. P

    Activating Object Cache makes server laggy

    What exactly do you mean "lagy"? what command did you run and what 's the technical result for that "lagy"?
  10. P

    Directadmin configuration files for DirectAdmin - missing parameters

    Due to OLS configurations on DA are read-only at the moment, you can vi edit directly to the file to add directives directly. You may need a test server to set settings to be able to know the directive syntax, then copy over.
  11. P

    How to configure lightspeed

    have you got chance to check PHP installation guide from https://openlitespeed.org/kb/ ? Install lsphp74 packages and give it a try.
  12. P

    CLI tool for OLS

    maybe you should try cyber panel to make thing more easier
  13. P

    CLI tool for OLS

    Have you got chance to check https://openlitespeed.org/kb/ ? For example: upgrade OLS https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/ change PHP: https://openlitespeed.org/kb/change-php-settings-by-vhost-and-user/ You'd better slit different questions into a different thread if...
  14. P

    Custom page 404 with Directadmin

    To customize error page for OLS on DirectAdmin, you can locate that OLS virtaul host configuration file, vi it and add: errorpage 404 { url /404.html } Of cause, you will need to create 404.html under docroot. Please check this KB for details.
  15. P

    Wordpress multisite + Domains Issue

    We don't take private message. Please log a ticket with login details instead so that our support team can take a closer look. To log a ticket, you can send email to support@litespeedtech.com
  16. P

    Wordpress multisite + Domains Issue

    It seems the issue is: http://lacklouk.com/ returns 404 error Request URL: http://lacklouk.com/ Request Method: GET Status Code: 404 Not Found Remote Address: 178.79.131.247:80 Referrer Policy: no-referrer-when-downgrade Response Headersview source Cache-Control: private, no-cache...
  17. P

    Performance Problems

    Please log a ticket with us with all login and technical details, we can check for you.
  18. P

    Wordpress multisite + Domains Issue

    In term of "How can I add my domains in Virtual Hosts", Have you got chance to check https://openlitespeed.org/kb/ ? It should have instructions on OLS virtual host setup. In term of let's encrypt SSL, you may need to have wildcart certificates to cover *.yourdomain.com for main domain and...
  19. P

    Performance Problems

    www.henna-boy.co.uk is loading pretty fast to me at the moment. You may need to find out why it has so many PHP processes ( could be bad PHP code? or loop? etc) if pages have been cached? It doesn't sound like OpenLiteSpeed web server related, more looks like within your application PHP code...
  20. P

    Quic Warn

    Please create a ticket with tmp root ssh login and URL with such problem. We can check.
Top