Search results

  1. W

    Which license to get

    If you are going to have php and mysql on the same server and not only have high volume static websites, either the ultra vps or 1 core should be ok, 2 cores if you want to play it very safe. You can always upgrade later if you see the lsws process close to 100% CPU.
  2. W

    TLS 1.2 and SHA-256 Compatibility

    Hello, The server we moved was running on cPanel with MySQL 5.1 and CloudLinux 5 (mostly the same as Centos 5) and Apache 2.2 with suphp. Our new server is running Cloudlinux 7, Mariadb 10.1, and Litespeed 5.0. We only had three websites that showed errors after the move which we resolved by...
  3. W

    TLS 1.2 and SHA-256 Compatibility

    Paypal's sdk requires Curl 7.34 (redhat's centos 7 versions works, but centos 5 and 6 versions don't) and for tls 1.2 cantos 5 will also need an openssl upgrade, I think that CentOS 6's openssl is ok. CentOS 5 will be end if life next year so it might be time to think about moving sites to a new...
  4. W

    cPanel LSCWP plugin to enable cache for endusers

    Will resellers be able to accesss the WHM plugin or only he root user ? From a responsability perspective we don't maintain our customers websites so we can't edit their files unless they specifically allow it to. Will scanning be able to detect websites without a cache plugin or will this...
  5. W

    Website was working fine until installing percona

    We had a few issues with somes siteswhen moving from mysql to a recent mariadb version. We resolved it by replacing pho-mysql with php-mysqlnd. Error 500's we had were due to the charset not being correctly declared and mysqlnd was able to detect and automaticaly declare the correct charset.
  6. W

    TLS 1.2 and SHA-256 Compatibility

    Litespeed is compatible, the issue is goong to be for Centos 6 users as most PHP installs use centos's default curl version which is only compatible TLS 1.2 starting with Centos 7
  7. W

    LiteSpeed compatibility with CloudLinux's Ruby Selector

    I spoke about this with Michael, he explained that their developement of Cache features and the 5.1 soon making it to stable means that this request it's top priority yet. I fully understand and hope that this makes it to top priority before Cloudlinux's Nodejs selector becomes available and stable.
  8. W

    cPanel LSCWP plugin to enable cache for endusers

    And for those worrying about having to do this manually in a shared hosting environement, the future upcomming cPanel plugin should allow end users to do this on their own :) Also the plugin takes care of everything from added the lines to to .htaccess file to installing and enabeling the cache...
  9. W

    cPanel LSCWP plugin to enable cache for endusers

    Hello, Thanks, however what happens for new users ? Will the admin have to mass protect all accounts every time a new account is created ? Great news for the cPanel plugin :)
  10. W

    cPanel LSCWP plugin to enable cache for endusers

    Hello, I've just read your documentation about how to enable lscache on cPanle servers and there's something I'm perplexed about. There are some parts that seem complexe for end users 1) the lscache folder needs to be created With tools like Installatron or Softaculous, we have more and more...
  11. W

    LiteSpeed compatibility with CloudLinux's Ruby Selector

    Hello, I've just read some news from Cloudlinux that hopefully will make this feature request more important to LiteSpeed. https://cloudlinux.com/cloudlinux-os-blog/entry/8-fabulous-feature-improvements-in-the-works-for-cloudlinux-os I don’t know how to put this, but the lack of a good way...
  12. W

    How to enable gzip compression for woff files ?

    Hello, A customer has requested that we enable compression for woff2 font files. However the .woff extension is not in /usr/local/lsws/conf/mime.properties How can we add it ?
  13. W

    LTS stable branch for litespeed and openlitespeed

    Hello, Thanks for your very positive answer :) We love Litespeed, and love the way you fix/add things all the time. I just feel that for some usages you don't want to have the latest features but prefer to have a very stable version with almost no bugs. We are happy to have a LTS version...
  14. W

    LTS stable branch for litespeed and openlitespeed

    Hello, There currently isn't an extremly stable branch of Litespeed or Openlitespeed. By extremly stable I mean being able to apply all updates automaticaly without any risk of bugs. You have a stable branch that keeps getting small feature improvements which sometimes add bugs. Sometimes...
  15. W

    Recommended License

    We started with a 4 cpu licence for a 32 thread server but it turns out we probably only need a 2 core licence based on our current usage, our customers pull about 20 TB of bandwidth per month. For our current 40 thread server we have started with a 2 core licence and will only upgrade to a...
  16. W

    Enable litespeed cache in a php file

    Hello, I want to enable litespeed cache directly in a php file. I added the following at the top of the file : <?php header('Cache-control: public, max-age=10');?> However I'm not getting a lscache : hit response. Here are my settings : https://www.dropbox.com/s/tn7d2o4oz0kdx3i/Capture...
  17. W

    LiteSpeed compatibility with CloudLinux's Ruby Selector

    The issue here is that we use litespeed enterprise for shared hosting and it's not viable to have to manually set this up for a user. We need it as simple as cloudlinux makes it. The user selects his ruby environement and uri and clicks save. We rearly hope you will prioritise this some time...
  18. W

    Litespeed & EasyApache 4 compatibility

    Thanks for the update, great news that you are ready :)
  19. W

    Recommended method for blocking useragents globally?

    It would be using a modsecurity rule. We use Comodo's rules and it has a section in their cPanel plugin interface to add banned user agents.
  20. W

    Litespeed & EasyApache 4 compatibility

    Doesn't cPanel supply plugin developers with a free testing licence ? If you don't have one maybe you could try and request one, this way you would be able to test EA4 and see if it already works and maybe even write a wikii entry of how to get it working. Thanks.
Top