Search results

  1. Cold-Egg

    vhost context phpIniOverride not being enforced

    HI @meramsey and @forumblues, thanks for pointing out the issue. I have discussed this internally to check the issue. And it turns out the change has nothing to do with the web server but the PHP engine, some configs may not support the override. Once I confirmed all the parameters, will update...
  2. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    Once released, you can just run, e.g. yum install lsphp81-xx to install it. https://docs.litespeedtech.com/lsws/extapp/php/getting_started/#litespeed-repo-install-lsphp
  3. Cold-Egg

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

    Hi @Exou , if you can confirm it works before and does not work with the new version, feel free to report the issue to bug@litespeedtech.com. You can upgrade or downgrade easily with following example command. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.16
  4. Cold-Egg

    I can't build OpenLitespeed 1.7.16

    Our build master will provide a repo for CentOS9 soon.
  5. Cold-Egg

    Comodo Master ModSecurity Breaks Site

    HI, I saw the reason. The guide is for the users who prefer the command line way, you can edit OpenliteSpeed’s conf file directly from the command line and append the following content to httpd_config.conf. You may combine rules, or list them out over multiple lines. But if you prefer to input...
  6. Cold-Egg

    Using include directive in configuration with wildcard or rejex includes

    Received, just put it on the dev's to-do list.
  7. 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.
  8. 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...
  9. 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
  10. 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.
  11. 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...
  12. 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...
  13. 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]
  14. 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.
  15. 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
  16. 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/
  17. 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
  18. 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.
  19. 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.
Top