Search results

  1. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    It means you have PHP_LSAPI_CHILDREN set to 35 on either the virtual host External App or Server-level External App, and you hit the limit. For the "Cgroups returning success file" error, do you have cgroups enabled?
  2. Cold-Egg

    Assistance for Virtual Host User Configuration and Protected directory

    Hi, Does the unique user mean Linux system user, or OLS web admin user, or realm user? Is it possible to share the config or any test link to check? If you want to keep it private, can also inbox me in the forum.
  3. Cold-Egg

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    The rewrite rule should work with OLS, please try to enable the rewrite log and see if the request matches it or not.
  4. Cold-Egg

    Automatic PHP session cleanup

    We will take a look if adjusting the default setting is required.
  5. Cold-Egg

    Include file detected in configuration file. Entering Read-only mode.

    Hi, For DirectAdmin, you can only edit the config through custombuild tool. Edit from the web admin is not allowed. https://docs.directadmin.com/webservices/openlitespeed/general.html
  6. Cold-Egg

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

    The issue was due to a missing App context, once it's set up, the App starts to work.
  7. Cold-Egg

    index files issues

    Since you have /a and /b contexts, it should not make the main domain require to input user&pass. Please try to visit it on an incognito browser. If it's reproducible, please submit the issue to support@litespeedtech.com with forum post link appended.
  8. Cold-Egg

    Adding subdomain to listener redirects to root domain

    Then it should work, if there's no .htaccess to redirect to the WordPress root folder under the phpmyadmin folder, please submit the issue to support@litespeedtech.com with this forum post link appended, so we can have a further look.
  9. 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?
  10. 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?
  11. 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.
  12. 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
  13. 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
  14. 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.
  15. Cold-Egg

    Security headers

    It's web server-related, so it should work with/without cache plugins.
  16. 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.
  17. 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
  18. 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.
Top