Recent content by Cold-Egg

  1. Cold-Egg

    Upgrade to OLS 1.8.3 on Ubuntu 22.04?

    Just released, feel free to give it a try.
  2. Cold-Egg

    Conflict with SELinux

    I launched AlmaLinux 9 from DigitalOcean and used the default SELinux settings and it works out of box.
  3. Cold-Egg

    Conflict with SELinux

    Hi, I launched a fresh AlmaLinux with SELinux enabled, and no such issue. Maybe the amazon-ssm-agent-selinux package has its own custom policy rules that are not compatible with OLS? You might want to generate a custom policy for the OLS process based on the existing policy.
  4. Cold-Egg

    OpenLiteSpeed swapping directory keeps getting full

    Cleaning up the folder regularly should be fine, it's like cleaning up the cache file, it may decrease site performance if you set high-frequency cron job. See https://docs.litespeedtech.com/lsws/cp/cpanel/tunings/#swap-directory for more information.
  5. Cold-Egg

    Owner and group for the new virtualhost

    Better to set different accounts for each then. If it's too much trouble for you to set up the account, maybe you can find some control panels that support OpenLiteSpeed to take care of this part for you.
  6. 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.
  7. 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
  8. Cold-Egg

    Change default admin email from root@localhost to root

    @ivanjst The above post already indicates where to change the email.
  9. 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?
  10. 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.
  11. 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.
  12. 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.
  13. 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/
  14. 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.
  15. 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
Top