Search results

  1. Cold-Egg

    Owner and group for the new virtualhost

    If you own all the sites and used to use one user account for all the virtual host, then you can do the same with OLS by using nobody:nogroup. Note, you can also change the OLS user and group to www-data:www-data via the config file if needed.
  2. Cold-Egg

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    Hi @LiteCache Post LSCWP-related issues here won't help. Please raise an issue on LSCWP GitHub if you think there's a bug, or send a PR regarding https://github.com/litespeedtech/lscache_wp/blob/master/src/htaccess.cls.php
  3. Cold-Egg

    Change default admin email from root@localhost to root

    @ivanjst The above post already indicates where to change the email.
  4. Cold-Egg

    Sodium is missing

    I have a site that has the lsphp83-common package installed, and I do see the sodium module is on the php info page. Have you tried the package method?
  5. Cold-Egg

    Problem with listener on port 7080 and upgrade to 1.8.3

    It's better to submit the issue to support@litespeedtech.com for a further check as it's not a common issue.
  6. Cold-Egg

    lsphp74 on Ubuntu 24.04

    Since I have Ubuntu 24.04 arm64 to test only, I'm not able to confirm the issue on Ubuntu 22.04 at the moment. Could you try `apt-get update` and install the package again? If it's still not working, please submit the issue to support@litespeedtech.com for further look.
  7. Cold-Egg

    lsphp74 on Ubuntu 24.04

    So it's about Ubunt 22.04 arm64 system with PHP74, I will give it a try and see how it goes.
  8. Cold-Egg

    lsphp74 on Ubuntu 24.04

    @imon Please check the list, as you can see there's no php74 for Noble. Jammy https://rpms.litespeedtech.com/debian/pool/main/jammy/ Noble https://rpms.litespeedtech.com/debian/pool/main/noble/
  9. Cold-Egg

    lsphp74 on Ubuntu 24.04

    The packages you mentioned should still be available for the Ubuntu 22.04 arm64 system, please confirm once more. As for Ubuntu 24.04, there has never been an lsphp74-* build available.
  10. Cold-Egg

    Request to disable TLS 1.1 by default

    Sure, TLS 1.1 will be set to Off by default on the next release
  11. Cold-Egg

    Request to remove weak CBC ciphers from default Virtual Hosts SSL configuration

    We will check the browser compatibility first, then decide it.
  12. Cold-Egg

    how to set different php version for websites on a same OLS server?

    Follow this doc should work. If the issue is still happening, please share the config file.
  13. Cold-Egg

    Redirect to www or non-www

    Open the browser dev tool, check the Location header and see if WordPress redirects it.
  14. Cold-Egg

    Almalinux 9 exception when enabling namespace container

    Well, the repo package for OLS v1.8.3 is not even ready yet. If you use lsup to upgrade to v1.8.3, then you can use dnf to upgrade it to the next release once, e.g., v1.8.4 is released.
  15. Cold-Egg

    Sodium is missing

    If you install the package from the litespeed repo by following https://docs.openlitespeed.org/config/php/#prerequisites, then it should work. Maybe you could try the apt package method and let us know how it goes.
  16. Cold-Egg

    Issue with wp litespeed-crawler conf

    Hi, For LSCWP-related issue, please help to post it on the LSCache for WordPress support forum!
  17. Cold-Egg

    lsphp83-intl not loaded

    Please try to restart the php process and see if it helps. https://docs.openlitespeed.org/config/php/detached/#stop-all-immediately
  18. Cold-Egg

    lsphp74 on Ubuntu 24.04

    Check the package list here: https://rpms.litespeedtech.com/debian/pool/main/noble/. As you can see, the oldest PHP package available for Ubuntu 24.04 on LS repo list is version 8.1. You may want to upgrade the site to support PHP 8, or you could try building PHP 7 on Ubuntu 24.04 yourself, but...
  19. Cold-Egg

    How to Prevent Cross-Site Infection on OLS Server?

    You might also want to consider using some free control panels with OpenLiteSpeed, as they automatically create a Linux user:group for each account and enable PHP suEXEC by default, offering enhanced security.
  20. Cold-Egg

    How to remove PHP 7.4

    If you installed the OLS v1.8.3 Debian package on the Ubuntu/Debian server, it should depend on php 8.3, and the 7.4 can be removed. Have you verified which URL or in which case you triggered the "PHP Warning"?
Top