Search results

  1. Cold-Egg

    CORS not working

    The value you input to the web server is not valid, I'm not sure how you made it. The expected format would be IPv4/IPv6 address(:port) or web socket. Second, the CORS header issue needs to be fixed from the origin server/site, which is Baidu instead of yours. Something doable is to create a...
  2. Cold-Egg

    LSPHP 8.4 not available for OpenLiteSpeed 1.7.19 on CentOS 7

    No problem. Also, you might want to start with PHP83/84 if possible, as php80 is end of life too.
  3. Cold-Egg

    Sodium is missing

    Unless there is a specific reason or custom requirement, please consider installing the package from the repository, see https://docs.openlitespeed.org/installation/repo/#install-the-litespeed-repository To proceed with the compiler, please review the output log for any errors related to the...
  4. Cold-Egg

    PHP error: Using ${var} in strings is deprecated

    Hi @httpd_config.conf It's about PHP openbase dir configuration, it will limit PHP access to the defined directory only. If your app needs to access other folders, please modify the php.ini or simply turn the feature off. As this feature is enabled/disabled by CyberPanel, you can also contact...
  5. Cold-Egg

    CORS not working

    Follow the doc, and it should work. https://docs.openlitespeed.org/security/headers/#support-more-cors-methods If not, please share the config and domain URL or response header.
  6. Cold-Egg

    Sodium is missing

    @GoTechIT Which OS and PHP version? How did you install the Package, from LiteSpeed repo? or build it on your own?
  7. Cold-Egg

    LSPHP 8.4 not available for OpenLiteSpeed 1.7.19 on CentOS 7

    It's because of the CentOS version 7, which reached its end-of-life. See RPMs packages for CentOS7 https://rpms.litespeedtech.com/centos/7/x86_64/RPMS/ and CentOS9 https://rpms.litespeedtech.com/centos/9/x86_64/RPMS/
  8. Cold-Egg

    about /lsws/conf/vhosts/my-site.local

    Example is the default OLS virtual host, and it's not being used in the docker solution. Check https://docs.litespeedtech.com/cloud/docker/ols-wordpress/#creating-a-domain-and-virtual-host, you could use the script to create a domain and virtual host first, then create data database and Apps...
  9. Cold-Egg

    Release File Missing from rpms.litespeedtech.com

    Hi, are you using Oracle Linux or something else?
  10. Cold-Egg

    Help!! Error installing LiteSpeed in Ubuntu 22.04 LTS

    Thanks for the report. It's due to the package file being missing, the issue has been fixed.
  11. Cold-Egg

    PHP error: Using ${var} in strings is deprecated

    Hi @httpd_config.conf Are you using any control panel on this server? May I ask if you have openbasedir enabled?
  12. Cold-Egg

    Missing LSPHP 8.4.x modules

    Fixed, please try again.
  13. Cold-Egg

    Missing LSPHP 8.4.x modules

    @datgausaigon Please try it again and let me know if anything is missing.
  14. Cold-Egg

    Missing LSPHP 8.4.x modules

    will take a look
  15. Cold-Egg

    Alternative to LiteSpeed Cache Warmup Crawler

    That’s a strong message. From my perspective, it looks like an enthusiastic user just trying to share a crawler service with the community. I did not test or view it through, as long as it doesn’t contain malware or involve any kind of fraud, I don’t see an issue.
  16. Cold-Egg

    Upgrade to OLS 1.8.3 on Ubuntu 22.04?

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

    Conflict with SELinux

    I launched AlmaLinux 9 from DigitalOcean and used the default SELinux settings and it works out of box.
  18. 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.
  19. 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.
  20. 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.
Top