Search results

  1. Cold-Egg

    Quic doens't start

    OpenLiteSpeed default has HTTP/3 enabled and supported, so you don't need to change any HTTP/3 or security config for it. From the netstat it seems you have UDP port 443 issue, please check the firewall.
  2. Cold-Egg

    Subdomain to Open WebAdmin Console on Port 7080

    For images from the marketplace, a fast method is to use the script to setup the Virtual host with a subdomain and apply the certificate with Let's Encrypt, /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d subdomain.example.com...
  3. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    I see, if you need a new ioncube version, please try the manual method, https://docs.litespeedtech.com/lsws/extapp/php/extensions/#manual
  4. Cold-Egg

    Comodo Master ModSecurity Breaks Site

    I think you could try root:root or lsadm:lsadm, if both not working, please raise a ticket to support@litespeedtech.com for further help.
  5. Cold-Egg

    Accessible No at context level allows to get files from the non accessible folder

    1. Need more information about how you do the redirect via virtual host level so we can help. 2. Maybe a browser cache, just clean up the data, or test it via an incognito browser. The context works with my test, files also got a 403 return, but if you test a file under another folder, then...
  6. Cold-Egg

    vhost context phpIniOverride not being enforced

    Hi, May I know if it works if you downgrade to the previous version v1.7.15? /usr/local/lsws/admin/misc/lsup.sh -v 1.7.15 I saw you have a "PHP_INI_SCAN_DIR " setup. I put the 'disable_functions = "phpinfo"' in the document root's php.ini file and it works in my test env, does it work in your...
  7. Cold-Egg

    Accessible No at context level allows to get files from the non accessible folder

    What about adding a .htaccess file with the following rule under the .sync folder. RewriteRule .* - [F,L]
  8. Cold-Egg

    Hi,Guys, I can Not install ionCube loder on my google cloud php version 7.4 , please help

    try to restart PHP by "killall lsphp", if it's not working, please create a phpinfo page and make sure the ioncube is loaded.
  9. Cold-Egg

    PHPMyAdmin Credentials Recover?

    Good to know that you like the performance. Here's the doc which explains the PHPMyAdmin access, https://docs.litespeedtech.com/cloud/images/wordpress/#phpmyadmin-access
  10. Cold-Egg

    Can not access OpenLiteSpeed admin dashboard

    What's the output if you curl the web admin via the SSH console? Does it return a 301 or 200? If so, then it's a firewall issue somewhere. curl -Iks https://127.0.0.1:7080/
  11. Cold-Egg

    Weird Behavior When Using Referrer-Policy

    I set header "Referrer-Policy: no-referrer, strict-origin-when-cross-origin", and it works with Chrome
  12. Cold-Egg

    phpmyadmin/index.php wordpress Page Not Found

    For the ols1clk script, PHPMyAdmin is not included. If you have a clean VPS, can try https://github.com/litespeedtech/ls-cloud-image/wiki/Build-WordPress-Image#what-if-i-want-to-use-it-directly next time, which will cover both wordpress and phpmyadmin for you.
  13. Cold-Egg

    HTTP 3/QUIC stopped working, website is now using HTTP 2

    It seems Outbound UDP port 443 works but inbound UDP port 443 is not working.
  14. Cold-Egg

    Do you have full-guide: how to open or set up SSL https://domain:8443

    https://docs.openlitespeed.org/configuration#set-up-listeners The guide uses port 443 as an example, you just need to modify the number to 8443
  15. Cold-Egg

    Error: 504 Gateway Timeout after 60 seconds.

    Just to share the result found by @Marcin Czerwinski
  16. Cold-Egg

    php website not working Error - Request Page Not Found

    HI, I am not sure about your setup, you might want to check the error log to get more information.
  17. Cold-Egg

    Error: 504 Gateway Timeout after 60 seconds.

    What about extending the max_execution_time value? https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/#set-php-execution-time-in-phpini If all not working, feel free to message me on golitespeed community (https://litespeedtech.com/slack) via slack, then direct message @eric.
  18. Cold-Egg

    What is port 43661 for? Should I Open it?

    Those could be reverse dns lookup, I don't think firewall allow is needed.
  19. Cold-Egg

    litespeed is not running and Can not Login at WebAdmin, but CyberPanel is OK

    Just send it, and we will check the issue with you from there.
Top