Search results

  1. Cold-Egg

    Web admin opitimization

    For a news site, the load seems pretty ok. The cache is working as well. Multiple editors could log in from the backend at the same time and generate some DB and PHP queries at the same time. For the Uid error, let's follow up on...
  2. Cold-Egg

    Almalinux 8.8 openlitespeed

    Hi, You should use lsphp with OLS. See https://docs.openlitespeed.org/installation/repo#install-lsphp After lsphp installed, please setup external app and handler. https://docs.openlitespeed.org/configuration#method-1-webadmin-console
  3. Cold-Egg

    Web admin opitimization

    Do you know which CMS of that ufukg25 account is using, does any LSCache plugin support it? https://docs.litespeedtech.com/lscache/ Enabling the cache should help to reduce the PHP process amount and DB load.
  4. Cold-Egg

    Is OpenLiteSpeed abandoned?

    I don't have experience with Fedora, but I saw some users have it work, see https://www.howtoforge.com/how-to-install-and-configure-openlitespeed-server-on-fedora-31-along-with-mariadb/ and https://connectwww.com/how-to-install-configure-openlitespeed-php-mysql-on-fedora/61532/ Not sure what...
  5. Cold-Egg

    Site down and OpenLiteSpeed does not start (PID does not exist or is a zombie)

    Please raise a ticket to support@litespeedtech.com with this forum post link appended.
  6. Cold-Egg

    htaccess not working

    Hi @johnsow44 , OpenLiteSpeed only support rewrite rules in .htaccess file. If you want to custom header, please follow https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/ to use the context method.
  7. Cold-Egg

    Is OpenLiteSpeed abandoned?

    1-click uses the repo method, so it will use the latest OLS build which is 5/24. The same/latest version will be used if you want to install it with yum/apt. The link is for PHP packages and OLS.
  8. Cold-Egg

    How to add a Context (Directory) within another Context?

    Assume you have two URI of the context, e.g. `/Temp/` = point to the "/home/admin/Temp " `/` = point to the "$DOC_ROOT/Downloads" Does the above example not work? If you only have `/Temp/` = point to the "/home/admin/Temp " context, does it returns a 403 or 404? If it's 403, then it means a...
  9. Cold-Egg

    UX pain point: "Add" button in Virtual Hosts (visually hard to find; needs prominence)

    So did you find the button? If not, please see attached screenshot.
  10. Cold-Egg

    New Main PID does not exist or is a zombie

    Different servers may have different issues. Darkload seems to have it fixed by "Checking the error log I notice that the SSL of the admin listener was wrong. I changed it and the issue was resolved.". If you have issue, please raise a ticket to support@litespeedtech.com with this forum post...
  11. Cold-Egg

    OpenLitespeed with MS SQL & MariaDB

    It's possible. OLS has nothing to do with the Database, maybe the PHP extension does. You can give it a try and post here if you have any issues.
  12. Cold-Egg

    smaller than the minimum requirement error

    Duplicate issue (https://forum.openlitespeed.org/threads/minimum-requirement-11-use-server-uid.5644/#post-14093). Close it
  13. Cold-Egg

    Is OpenLiteSpeed abandoned?

    Actually, OLS is repackaging but with the same version and some minor updates. See https://rpms.litespeedtech.com/debian/pool/main/jammy/, the last update is at 2023-05-24
  14. Cold-Egg

    Web admin opitimization

    Please check the output with `top` command and see which process takes most of the server resources.
  15. Cold-Egg

    minimum requirement 11, use server uid!

    Are you able to start lsws service success? Does this issue happen after you create or change anything?
  16. Cold-Egg

    Problem with documentation

    Hi @dhanamerdeka Good to know that you enjoy the software. This is an OLS forum, not aapanel, not sure if there's any relation between OLS and aapanel. That page is simply tried to show the default value of all the options on the web admin. If you have any specific questions, can just ask.
  17. Cold-Egg

    Installing cPanel on LiteSpeed WordPress (GCP)

    The link I shared in the previous reply, cPanel forum. No, it won't. Once you decided to move the site out or to another server, just copy the whole folder and DB manually, or use some migration plugins. Check https://wordpress.org/documentation/article/moving-wordpress/ for more information.
  18. Cold-Egg

    Installing cPanel on LiteSpeed WordPress (GCP)

    No, it does not mention any cPanel on the page at all, and this has no cPanel included. If you want to set up a cPanel server in order to restore the cPanel backup, then you were looking at the wrong place. If you have an issue during the cpanel setup, please ask on the cPanel forum...
  19. Cold-Egg

    OpenLiteSpeed appears to be causing issues with headless Chrome PDF generation

    Interestingly, no error log, and it works with the PHP command. Could you send the issue to support@litespeedtech.com with this forum link appended, so we can help you further from there?
  20. Cold-Egg

    Install OLS as Non-Root User

    Since OLS supports ./build.sh for a long time, and it's more recommended. Not many users tried the non-root-user method, maybe you can give it a try, and share the test result.
Top