Search results

  1. Cold-Egg

    OpenLiteSpeed on FreeBSD?

    1. I don't think so. 2. Currently, no. 3. That script is for Apache mainly, you will need to remove all Apache part and update it to OLS. Or, run the script and make sure everything works, then replace Apache by OLS. with manually configuration.
  2. Cold-Egg

    Loader.io question

    Turns out it was due to 7G firewall rules. Disable the 7G rules and the request passes.
  3. Cold-Egg

    Loader.io question

    Then it should verify it. Could you DM me the test link?
  4. Cold-Egg

    WordPress brute-force attack advice (question)

    Please try enabling reCatpcha function, https://openlitespeed.org/kb/recaptcha-with-openlitespeed/, or Add context for wp-login.php and xmlrpc.php, set deny to all and allow your IP only.
  5. Cold-Egg

    OpenLiteSpeed on FreeBSD?

    Hi, For FreeBSD, please follow https://openlitespeed.org/kb/install-openlitespeed-from-source-with-build-script/ to install OLS from source code.
  6. Cold-Egg

    OLS Compile Php Error

    Thanks for the report, issue is confirmed, will forward it internally.
  7. Cold-Egg

    VIRTUAL HOST PROBLEM WITH PRESTASHOP WEBSITE

    For the performance part, I'd recommend fine-tuning the PHP since OLS does not support ESI. If you have LSWS, then you could use the cache plugin to speed up the site, see https://litespeedtech.com/products/cache-plugins/prestashop-acceleration. In case you might need, here's the guide for...
  8. Cold-Egg

    Can't configure a VHOST template

    Glad to know you have it fixed.
  9. Cold-Egg

    [WordPress] Post Name permalinks not working

    Good to know you have it works~
  10. Cold-Egg

    Can't configure a VHOST template

    Hi all, Please make sure the SSL is set on the both listener and virtual host level, you can not leave listener SSL empty, otherwise, the HTTPS listener won't work. Any SSL set on the virtual host level will overwrite it. More...
  11. Cold-Egg

    VIRTUAL HOST PROBLEM WITH PRESTASHOP WEBSITE

    Hi, You may still need to put any cert on the listener in order to have the HTTPS works, then the cert applied on the virtual host level will overwrite it. If you still have the issue, please share the config here, or tag me @Eric from the golitespeed community on slack
  12. Cold-Egg

    Hide server IP

    Oh, I see what you mean. When those bot requests not hitting any virtual host and got an OLS 404 response, it should not cause any server load issue. If you still want to stop it, maybe you can try to create a virtual host with IP on domain mapping, then set deny to all in the rewrite rules. For...
  13. Cold-Egg

    [WordPress] Post Name permalinks not working

    May I know if you have an index file enabled on OpenLiteSpeed?
  14. Cold-Egg

    Loader.io question

    If you visit the site_url/loaderio-xxx.txt, does it loadable on the browser?
  15. Cold-Egg

    Hide server IP

    Sure, please go to web admin > Listener, and allow domain only. This means, do not use wildcard or IP in the domain field. Let us know if it works.
  16. Cold-Egg

    Invalid credentials error in webadmin login page

    No other ideas, could you raise an issue to support@litespeedtech.com, we will help you further from there.
  17. Cold-Egg

    Invalid credentials error in webadmin login page

    The most common case is an incorrect permission to htpasswd file. May I know how you change the password, by admpass.sh script or update the hashed password to the file directly?
  18. Cold-Egg

    Is there any repo which work for all linux distros

    Basically, we have two kinds of package build, debian, and centos, and the centos should work for CentOS, AlmaLinux, and RockyLinux. https://rpms.litespeedtech.com/ And the script https://repo.litespeed.sh on the doc, should auto-install the repo depending on your system automatically. So...
  19. Cold-Egg

    Error establishing a database connection

    Out of memory: Killed process 917 (mariadbd) means memory is not enough and the process got killed. Your setup should be fine, by adding the log_error to the conf file.
  20. Cold-Egg

    Is there any repo which work for all linux distros

    Yes the CentOS9 method https://docs.openlitespeed.org/installation/repo#install-openlitespeed should also work for AlmaLinux. Please report if there's any issue.
Top