Search results

  1. Cold-Egg

    Unable to reset OpenLiteSpeed WebAdmin Console password

    Hi, Since you built your own OLS and PHP, it might due to the permission issue somewhere. If you have another VPS, please install OLS from LiteSpeed repo and compare the folder & file permissions.
  2. Cold-Egg

    GCP Deployment VM Instance Serial Console Login details

    For example, /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) --delete www.example.com
  3. Cold-Egg

    Upgrading ModSecurity from 2.9.6 to Latest Version on OpenLiteSpeed 1.7.19 (Rocky 8 OS)

    modsecurity + OWASP should not cause the lsws process stopped to work. For the newer modsecurity module, better to wait OLS release it. To disable it, use the following command: bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) --owasp-disable
  4. Cold-Egg

    Server-Side Events on External Application

    Good to know you have found the root cause.
  5. Cold-Egg

    DoS Defense: IPs Not Unbanned After Specified Ban Time

    Please make sure you trigger the ban via 3rd server or device, otherwise, you may lose the connection and not be able to check the .rtreport and server error log. If you can still reproduce it, please submit the issue to support@litespeedtech.com with this forum post link appended.
  6. Cold-Egg

    Request for RPM Packages or Build Scripts for OpenLiteSpeed 1.8.1

    We may consider sharing it on GitHub once it's organized but no ETA. The easiest method for you is to update existing OLS with the following command, /usr/local/lsws/admin/misc/lsup.sh -v 1.8.1
  7. Cold-Egg

    DoS Defense: IPs Not Unbanned After Specified Ban Time

    Hi @mister_x It works from my test. When OLS bans an IP, you can run the following command to check it. grep BLOCKED_IP /tmp/lshttpd/.rtreport* You felt the banned IP was not getting released, maybe it hit the limit again. Please check the error log, it should show something like "Reached per...
  8. Cold-Egg

    Server-Side Events on External Application

    Do you mean that you have another service running on the same server, and you set a web server External Application for it? It sounds right to me. More https://docs.openlitespeed.org/docs/advanced/proxy#create-a-web-server-external-application Maybe you can describe the event in more details...
  9. Cold-Egg

    Getting timeout error...

    Try to restart the PHP with `killall lsphp` command and see if it helps. If not work, please try adding rewrite to no abort by following https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/#php-without-timeout
  10. Cold-Egg

    Upgrading ModSecurity from 2.9.6 to Latest Version on OpenLiteSpeed 1.7.19 (Rocky 8 OS)

    The ModSecurity module with OLS is probably optimized. Check https://openlitespeed.org/kb/openlitespeed-modsecurity-module/ if you want to reinstall the module or setup OWASP CRS, there should be no special settings for it.
  11. Cold-Egg

    SSL certificate for IP address only

    If you have a virtual host for that IP, then you can add the cert to the virtual host > SSL. See https://docs.openlitespeed.org/configuration#set-up-ssl-for-virtual-hosts
  12. Cold-Egg

    Missing LSPHP 8.3.x modules

    HI, I'm checking the Redis package now, it seems Redis supports RHEL 9 after v7.4.2-54, whereas the latest Redis version with pecl is v6.0.2. We will keep working on it for CentOS 8 and update you here once it's out.
  13. Cold-Egg

    DBA module

    For Ubuntu, maybe you can try to add `--enable-dba=shared` to the PHP compile via the OLS web admin > Tools to compile it and see if it works.
  14. Cold-Egg

    SSL certificate for IP address only

    I don't think Let's Encrypt supports IP certificates. Maybe you can use a self-signed certificate?
  15. Cold-Egg

    i request you to add lsphp82-json and lsphp82-ioncube

    The package with version 13.3.0 has been pushed, feel free to give it a try.
  16. Cold-Egg

    How to install ionCube 13 in PHP 8.1??

    @pcmd Package is pushed, feel free to give it a try.
  17. Cold-Egg

    Help Needed: Integrating SSL Certificate in Django on OpenLiteSpeed (403 Error in HTTPS)

    Hi, Let OLS handle the SSL for you, so, configuring the HTTPS listener is the solution.
  18. Cold-Egg

    Help Needed: Integrating SSL Certificate in Django on OpenLiteSpeed (403 Error in HTTPS)

    Sure, please check https://docs.openlitespeed.org/configuration#create-a-listener and let us know if it works for you.
  19. Cold-Egg

    Woocommerce Api Error

    Hi, It's more like a woo-related question, please post it on https://wordpress.org/support/plugin/woocommerce/.
  20. Cold-Egg

    Regenerate Thumbnails in Wordpress

    For the first question, you might want to ask on this forum. Follow https://openlitespeed.org/kb/how-to-set-up-custom-headers/ to setup the custom header.
Top