Search results

  1. Cold-Egg

    WHMCS problems

    It seems more like WHMCS with recpatcha issue to me, but you mentioned it works with Apache, is there any special config or rewrite for recaptcha inside of the .htaccess file?
  2. Cold-Egg

    Possible dead lock [LSAPI application] - Help

    Hi @teedledee In your case, probably not related to the process limit. Please try to use the latest OLS version, and empty the Memory Soft Limit (bytes), Memory Hard Limit (bytes), Process Soft Limit, and Process Hard Limit value under the External App > LSAPI APP. If the issue persists...
  3. Cold-Egg

    How to log NODE stderr to own file

    @mrugeshtank Please add it from the App Server Context > Environment, and the log path will depend on your settings.
  4. 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?
  5. 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.
  6. 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.
  7. Cold-Egg

    Automatic PHP session cleanup

    We will take a look if adjusting the default setting is required.
  8. 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
  9. 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.
  10. 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.
  11. 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.
  12. 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?
  13. 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?
  14. 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.
  15. 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
  16. 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
  17. 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.
  18. Cold-Egg

    Security headers

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