Search results

  1. Cold-Egg

    403 Forbidden Error in PhpMyAdmin

    For OLS, I don't think there's a way to bypass a directory. Have you tried to disable that single rule only and not the whole modsecurity service?
  2. Cold-Egg

    "ExtConn timed out while connecting." after upgrading from 1.7.15 to 1.7.19

    What if you upgrade to v1.7.18, does the issue happen as well?
  3. Cold-Egg

    Linux versions that support lsphp70

    The existing LS package with PHP 70 is on Ubuntu 18.04, see https://rpms.litespeedtech.com/debian/pool/main/bionic/. Building PHP70 on a newer system is possible but difficult since many dependency packages are not allowed to be compatible with the old version.
  4. Cold-Egg

    [Solved] OpenLiteSpeed completely crashed

    Hi, Those logs do not mention the root cause, please submit a ticket to support@litespeedtech.com with this forum post appended for direct help.
  5. Cold-Egg

    403 Forbidden Error in PhpMyAdmin

    That might be a different issue. Please check the log and server load to see which process or service uses the most resources, and if the server is under attack.
  6. Cold-Egg

    403 Forbidden Error in PhpMyAdmin

    It might be easier if you check the error log, locate the rule ID, and then whitelist it or comment out the rule.
  7. Cold-Egg

    Help with moving a WordPress OLS VM to Docker containers

    1. The OLS Docker container uses the Virtual host template by default, so you might want to configure it manually. 2. My guess is, to let ALB take care of the HTTP/HTTPS, and your back-end service connection via HTTP only. Note, that you might need to overcome the cache problem for multiple...
  8. Cold-Egg

    Very high response time on Litespeed Server

    That could be the reason, you can also check the throttling settings. If it's reproducible, you can submit the issue to support@litespeedtech.com with this forum post link appended.
  9. Cold-Egg

    Very high response time on Litespeed Server

    Thanks for the information. If you request any static files, e.g. css, images, do those have a delayed response? If so, it's possibly due to the security settings. If not, then you might want to check the PHP settings.
  10. Cold-Egg

    Open Litespeed not installing from binary or repository on Ubuntu 23.04 VPS

    OpenLiteSpeed package only supports LTS, please install it on Ubuntu 22.04.
  11. Cold-Egg

    Very high response time on Litespeed Server

    If possible, could you share the output of the `top` command and see if it's a server load issue?
  12. Cold-Egg

    OLS reCAPTCHA failing

    Is it a shared server? Maybe it's controlled by the hosting manager. Since it's a shared server, you probably have no permission to check the configuration.
  13. Cold-Egg

    how to open network log ? (ssl setup issue)

    I meant the certificate setup is correct. The certificate won't match the IP, you need to fix that redirect issue from WordPress. REMOVED
  14. Cold-Egg

    how to open network log ? (ssl setup issue)

    Hi, I checked the config, and it looks good. The issue is probably that your WordPress URL or Home URL is set to the server IP, so the domain redirects to the IP address, and the certificate does not match the domain so it is shown as insecure.
  15. Cold-Egg

    how to open network log ? (ssl setup issue)

    Could you share the config file so we can take a look? You can Inbox me if you don't want to share it in public.
  16. Cold-Egg

    Looking at implmenting Open Light Speed

    It's possible, but it may not be compatible with LSCache since the load balancer does not recognize the cache tag and purge request. If you still want to keep the load balancer, another method is to implement the QUIC Cloud CDN, so the cache files will be stored on the CDN/edge nodes.
  17. Cold-Egg

    help compiling lsphp81-imagick with ImageMagick version 7

    Hi @williamskea, I saw you have posted similar questions in many places, so I will just reply here once. The current system's default version is v6.9, to get v7.0 with the Imagick package, you will need to compile it. wget...
Top