Search results

  1. W

    Are there still plans to support passenger?

    Great news, I'm very excited about getting Cloudlinux Ruby/Python selector working :) For nodejs they haven't released nodejs selector yet, but when they do release it it will be very important too.
  2. W

    OCSP Stapling error

    I've just tested the certificate I was testing OCSP on and it contains : Authority Information Access: OCSP - URI:http://ocsp.int-x3.letsencrypt.org/ CA Issuers - URI:http://cert.int-x3.letsencrypt.org/
  3. W

    OCSP Stapling error

    It says : This option sets the default OCSP responder to use. If SSLOCSPOverrideResponder is not enabled, the URI given will be used only if no responder URI is specified in the certificate being verified. So I presume this means OSCP sould work for any certs that have a URL in the certificate...
  4. W

    OCSP Stapling error

    Your wiki doesn't explain how to do this via httpd.conf. This is a production cPanel server, I'm not sure about playing with the webadmin for this as I don't want to take risks for production websites. How am I supposed to set up OCSP Responder ? Reading your wiki about seting it up with LS...
  5. W

    403 error on updating multisite network plugins

    Could this be a false positive from a modsecurity rule ? Try adding provisionaly to your website's .htacess file : <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> Or ask your sys admin to check if it is mod security and if it is to disable the rule that...
  6. W

    OCSP Stapling error

    Hello, After upgrading to LS 5.1 I've tried to enable OCSP Stapling on one of our cPanel servers. To do this I've added /usr/local/apache/conf/userdata/ssl/enable_stapling.conf that contains SSLUseStapling on And I've added to /usr/local/apache/conf/includes/pre_main_global.conf ...
  7. W

    cPanel LSCWP plugin to enable cache for endusers

    We've updated to LS 5.1, so far no issues. Is there an ETA for end users to be able to scan their own account and install WP Litespeed cache in one clic ? We do not currently have the permission from our customers to install a plugin on their website so mass enableing would be complicated. It...
  8. W

    WooCommerce and litespeed ESI caching ?

    I only found 3 instances of WooCommerce : Converted WooCommerce to use the new third party integration system. Improved WooCommerce handling. Fixed a bug where woocommerce pages that display the cart were cached. None of these specificaly say they use ESI hole punching. WP Rocket excludes...
  9. W

    WooCommerce and litespeed ESI caching ?

    Hello, Does litespeed cache currently use ESI caching for WooCommerce like litemage does ? If not is this still planned ? I'm writing a blog article to promote litespeed cache to our customers and am trying to compare it to WP Rocket, and would like to find some points where it is better apart...
  10. W

    [Resolved] Whitelisting an IP ?

    Thanks, that worked :)
  11. W

    [Resolved] Whitelisting an IP ?

    No, do I need to add the T ?
  12. W

    [Resolved] Whitelisting an IP ?

    Hello, I want to run siege on a domain with WordPress lscache enabled without increasing the max connections limit for other external IP addresses, I've added my siege server IP to Security > Allowed list (I have ALL, 1.2.3.4 as value, should I remove ALL ?) And the IP is still being limited...
  13. W

    LiteSpeed compatibility with CloudLinux's Ruby Selector

    Hello, I know your current position on this, however I want to let you know that we have recently had a very large increase of customers requiring specific versions of Python3 that are required to run tools like Hugo on the server side. We are having to say no to more and more customers asking...
  14. W

    [Resolved] Litemage configuration on cPanel with https ?

    Yes that worked, thanks :)
  15. W

    [Resolved] Litemage configuration on cPanel with https ?

    Thanks, what about the global cache directory ? can it be in /dev/shm ? or should it be on disk ? Should the owner be lsws or lsadm ?
  16. W

    [Resolved] Litemage configuration on cPanel with https ?

    Hello, I've been following the instructions to enable lscache for all users (litemage and wordpress cache) and some things seem to be mising from your documentation for cPanel : 1) I create /usr/local/apache/conf/includes/lscache.conf containing : <IfModule Litespeed> CacheRoot /lscache/...
  17. W

    Litespeed modsecurity xmlrpc.php rule ?

    Great, thanks for the info :)
  18. W

    Litespeed modsecurity xmlrpc.php rule ?

    Is this planned for future versions of 5.1 or is it not planned yet ?
  19. W

    Litespeed modsecurity xmlrpc.php rule ?

    Hello, Is litespeed compatible with this ? https://gist.github.com/arg0sy/20a85ce5187d9dfc159b#file-xmlrpc-distributed-brute-defense-conf-L20
  20. W

    Litespeed ent 5.0.17 and Python/Ruby Selector

    Litespeed isn't compatible yet. They are working on their cache plugins before doing this. https://www.litespeedtech.com/support/forum/threads/litespeed-compatibility-with-cloudlinuxs-ruby-selector.13623/
Top