Search results

  1. Cold-Egg

    OpenLiteSpeed Stopped - Cyberpanel

    Hi, Do those files exist under the logs folder? Please list the logs directory, ls -al /usr/local/lsws/logs/
  2. Cold-Egg

    Website slows down or crashes on running benchmark (ab, wrk)

    Is it a custom PHP site? It is weird because I did not see any PHP or OLS process running from your screenshot, have you checked if the site is loadable on your browser? Also, is it possible to apply a cache on the site?
  3. Cold-Egg

    WHMCS problems

    I still have no clue about this, is there any error shown in the error log while the issue happening? Maybe you can submit the issue to support@litespeedtech.com with the forum post link appended for a further look.
  4. Cold-Egg

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

    Oh, forgot to mention, you might also want to make sure the server/virtual host error log level is set to "INFO"
  5. Cold-Egg

    GCP OLS Wordpress Reset Initial Setup Script

    I am not that familiar with that plugin, but it mentioned "Duplicator is a reliable migration plugin and can be used to transfer your WordPress website from one domain to another. This tool is free and makes copying your site easy. " so domain should be included. Refer...
  6. Cold-Egg

    GCP OLS Wordpress Reset Initial Setup Script

    If the domain is already set and SSL applied, you can only manually change it. Steps: 1. Add/Update new domain from OLS Admin (https://docs.litespeedtech.com/cloud/images/wordpress/#step-2-add-domain-to-listener) 2. Update the WordPress domain manually...
  7. Cold-Egg

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

    No need, you should see the rewrite log from the server/virtual host error log.
  8. Cold-Egg

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

    https://docs.directadmin.com/webservices/openlitespeed/customizing-ols.html At line 54, there is a rewrite section like this: rewrite { enable 1 autoLoadHtaccess 1 |FORCE_SSL_REDIRECT| } Please try to insert logLevel 9 into it, e.g. rewrite { enable...
  9. Cold-Egg

    WHMCS problems

    Are there any session-related settings in WHMCS?
  10. 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?
  11. 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...
  12. 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.
  13. 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?
  14. 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.
  15. 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.
  16. Cold-Egg

    Automatic PHP session cleanup

    We will take a look if adjusting the default setting is required.
  17. 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
  18. 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.
  19. 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.
  20. 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.
Top