Search results

  1. Cold-Egg

    Implemented Feature Request: Auto-Reload .htaccess Changes Without Manual Restart

    Hi, This feature is unlikely to be added or merged, as the behavior is intentional by design. For details, please refer to the editions: https://www.litespeedtech.com/products/litespeed-web-server/editions
  2. Cold-Egg

    Install locally on Ubuntu for dev purposes

    Have you check this yet https://docs.openlitespeed.org/config/php/externalapp/#use-a-virtual-host-level-external-app
  3. Cold-Egg

    Install locally on Ubuntu for dev purposes

    You might want to move the virtual host config to the lsws or lsws/conf folder, and point the document root to the app folder. Let us know if it works.
  4. Cold-Egg

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

    For the autoindex, it's being used when directory listing is enabled and no index file is present in a directory. Do you have autoindex enabled?
  5. Cold-Egg

    Implemented Feature Request: Auto-Reload .htaccess Changes Without Manual Restart

    Unfortunately, this is a limitation of OpenLiteSpeed. However, you can use this workaround: https://docs.openlitespeed.org/panel/directadmin/#using-the-cron
  6. Cold-Egg

    Why does one LSAPI CHILD take around 120MB of RAM?

    It might be controlled by the memory_limit setting in your php.ini file. Have you checked the phpinfo page to see what value is set for memory_limit?
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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.
  12. 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?
  13. 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/
  14. 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...
  15. Cold-Egg

    Release File Missing from rpms.litespeedtech.com

    Hi, are you using Oracle Linux or something else?
  16. 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.
  17. 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?
  18. Cold-Egg

    Missing LSPHP 8.4.x modules

    Fixed, please try again.
  19. Cold-Egg

    Missing LSPHP 8.4.x modules

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

    Missing LSPHP 8.4.x modules

    will take a look
Top