Search results

  1. Cold-Egg

    How to install ionCube 13 in PHP 8.1??

    CyberPanel uses the package from https://rpms.litespeedtech.com/debian/pool/main/jammy/ Which version is lsphp81-ioncube_12.0.5. I will forward the update request(ioncube 13) to our build master but no ETA. To get the version now, you might want to build it on your own, or wait for the new...
  2. Cold-Egg

    Latest version number mismatch (Cannot find v1.8.0)

    Possibly our dev has some issues that need to be checked. You can still use 1.7.19 and lsup to v.1.8.0 or even 1.8.1 as a temporary solution.
  3. Cold-Egg

    https redirect issue

    Try putting the following rules on the top of your .htaccess file, graceful restart OLS, and see if it works. RewriteCond %{HTTPS} !on RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI}/$1 [R,L]
  4. Cold-Egg

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    I didn't test it, the first two rules look ok to me but 3&4. If you check the log, is the rule being hit?
  5. Cold-Egg

    How do I add 400 domain Alias + SSL to them?

    You might need to edit the listener as well. For wildcard, you might want to check this post from CyberPanel forum https://community.cyberpanel.net/t/how-to-set-up-wildcard-ssl-on-cyberpanel-openlitespeed/30652
  6. Cold-Egg

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    okok, not sure what's the old command you ran, but this one is correct.
  7. Cold-Egg

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    It seems working fine. So what and how did you fix the issue?
  8. Cold-Egg

    Rewrite rules for all sites in httpd_config.conf ?

    You are right, can not just include it in the server config file, need to include it in the virtual host config file.
  9. Cold-Egg

    Files automatically minified and saved over originals

    Maybe it's similar to this issue? https://stackoverflow.com/questions/9866597/uploading-php-files-via-ftp-all-linebreaks-and-crs-are-lost-upon-upload
  10. Cold-Egg

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    Hi, I can't reproduce it, could you run the following and share the output? sudo wget -O - https://repo.litespeed.sh | sudo bash -x
  11. Cold-Egg

    Missing LSPHP 8.3.x modules

    Thank you for being so patient, the build master will prepare it when available, but no ETA.
  12. Cold-Egg

    Setting up a subdomain without WordPress

    Good. If subdomain.A.com:8088/index.html loads fine, but subdomain.A.com:8088/, then it's auto index problem. But you mentioned subdomain.A.com returns a 404, which is probably a domain mapping issue on the listener, have you map the domain on port 80/443?
  13. Cold-Egg

    Setting up a subdomain without WordPress

    Do you have port 8088 allowed on the server? :unsure:
  14. Cold-Egg

    Setting up a subdomain without WordPress

    The config looks right. If you visit HTTP://subdomain.A.com:8088/index.html directly, does it return 200 ok, or 404 not found?
  15. Cold-Egg

    Files automatically minified and saved over originals

    Can you compare the file size before/after upload to the server? If it's uploaded via the FTP, then it sounds not web server-related.
  16. Cold-Egg

    PHP warning failed loading extension

    Thanks for the report, we have received the issue and it should be fixed in the next build.
  17. Cold-Egg

    Availability Problems

    Check access logs and see if there's any unusual traffic during that time.
  18. Cold-Egg

    Setting up a subdomain without WordPress

    Have you set up document root in the subdomain's virtual host?
  19. Cold-Egg

    OpenLiteSpeed 1.8.1 - Dedicated Server Optimal Config

    If the site relies on PHP heavily, 120 is ok.
Top