Search results

  1. Cold-Egg

    Adding subdomain to listener redirects to root domain

    Just want to clarify, may I know if the separate domain has its own virtual host or not?
  2. Cold-Egg

    file not found error on file upload on openlightspeed server on VPS (only)

    I see, then it's not a domain mapping issue. In order to take a further look, could you send it to support@litespeedtech.com with the forum post link appended?
  3. Cold-Egg

    Memcached and Redis for PHP Script (not WordPress)

    I found a post that might be helpful https://kharpreet9.medium.com/what-is-memcache-how-to-use-in-php-3f74928a6002.
  4. Cold-Egg

    Can I host a sub-folder in another server?

    This is for reverse proxy, but similar to your case, https://docs.openlitespeed.org/docs/advanced/proxy#create-a-web-server-external-application
  5. Cold-Egg

    file not found error on file upload on openlightspeed server on VPS (only)

    It's a web server configuration issue, please make sure you have the domain added to the listener, and map to the correct virtual host. E.g. https://docs.openlitespeed.org/configuration#map-virtual-hosts
  6. Cold-Egg

    Can I host a sub-folder in another server?

    You can set up a web server external app, and then set a proxy context inside of the virtual host to achieve it. Better to give it a try before migrating the server.
  7. Cold-Egg

    Security headers

    It's web server-related, so it should work with/without cache plugins.
  8. Cold-Egg

    index files issues

    It seems like you have hit open_basedir restriction multiple times, please try to disable it from the panel, and then test it again. More https://community.cyberpanel.net/t/3-open-basedir-protection/127 Let us know if it works.
  9. Cold-Egg

    Security headers

    Sure, I just added a new section for the security header, please check https://openlitespeed.org/kb/how-to-set-up-custom-headers/#Security_Headers
  10. Cold-Egg

    Cannot disable TLS 1.1 and TLS 1.2 on second vhost

    I just applied the same setting on my site and both of my test domains return TLS1.3 and TLS 1.2 only. It's due to your second site ncsbc.org is using Cloudflare.
  11. Cold-Egg

    index files issues

    Please share the output of "/usr/local/lsws/logs/error.log" while getting the 500 error.
  12. Cold-Egg

    Almalinux 9.2

    Hi, Thanks for the report, the remi repo is missing, please try to run the following command to install. dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm yum install openlitespeed -y We will push the changes to the LiteSpeed repo soon. So you don't need to install remi repo...
  13. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    @philmck That was just my opinion based on the top output screenshot shared by you, it depends on you whether to upgrade for sure. To measure if there's any attack, you might also want to monitor the network traffic. @tonnick Please check if there's any PHP error log, if nothing is found...
  14. Cold-Egg

    How to make Magento fast with LiteMage, but even faster than light with LiteCache.

    Hi @LiteCache, If LiteCache requires the ESI web server feature, please move the thread to the LSWS forum, thanks.
  15. Cold-Egg

    Issue with Per-User php.ini and PHPRC in Litespeed/DigitalOcean Setup

    Hi, have you checked https://openlitespeed.org/kb/change-php-settings-by-vhost-and-user/ yet, if not please try following it and it should works.
  16. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    It seems like your CPU is a little bit busy, so it might caused some processes like PHP to fail to process and log such an error. As you mentioned, an OOM issue happens with Apache, which also indicates the server might need an upgrade. I can't tell why the disk usage increased while using OLS...
  17. Cold-Egg

    Security headers

    Hi @Roz8322 Please check this post https://forum.openlitespeed.org/threads/security-and-expire-headers.4825/, it should help with your requests.
Top