Search results

  1. Cold-Egg

    LiteSpeed Cache prevents browsers to re-validate pages

    The browser cache is actually enabled on the server level due to OLS only recognizes rewrite rules, and it will only apply to the static files only. The "cache-control: max-age=3 " is not efficient, it's similar to no browser cache. I'm not clear about updating the blog issue, please describe...
  2. Cold-Egg

    Getting JAVASCRIPT missing on every website

    I can't reproduce it. May I know how you install it? with which PHP version and on which OS?
  3. Cold-Egg

    private deployment for experiments

    Hi, maybe you have a firewall that blocks the UDP port 443? https://docs.litespeedtech.com/lsws/cp/cpanel/quic-http3/#open-udp-port-443-at-the-firewall
  4. Cold-Egg

    Node App Does Not Load

    So does everything work now?
  5. Cold-Egg

    Getting JAVASCRIPT missing on every website

    Similar issue on StackOverflow https://stackoverflow.com/questions/72151764/my-wordpress-5-9-admin-section-in-certain-parts-says-the-site-health-check-re
  6. Cold-Egg

    How to force redirects

    Hi, Use the following rewrite rule in the .htaccess file should do the job, RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ https://www.somesite.come/$1 [R=301,L]
  7. Cold-Egg

    Node App Does Not Load

    You can let the web server handle the HTTPS, see https://docs.litespeedtech.com/cloud/images/nodejs/#enable-https
  8. Cold-Egg

    .htaccess in OLS dummy question

    Correct. Other settings cab be done from the web console. 1. Pagespeed module is disabled by default , no need to config. 2. CORS can be added from the context (https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/)
  9. Cold-Egg

    .htaccess in OLS dummy question

    Not quite sure about the issue. Usually, you can put the .htaccess file under the document root location, and, only rewrite rules will be adopted, others will be ignored.
  10. Cold-Egg

    Node App Does Not Load

    1. We will update the document, thanks for pointing that out. The location set to /usr/local/lsws/Example/node/ is correct. 2. Since it's not a proxy, you should visit the node with https://petersmusic.tk/node or http://petersmusic.tk/node It returns a 404 now.
  11. Cold-Egg

    Create VHOST and assign to listener via CLI

    If you will reuse the same config with different domains, you can use the virtual host template feature. If this is a test server, you can al so try https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts and let us know if it works well. Example...
  12. Cold-Egg

    private deployment for experiments

    Maybe, just maybe, you can setup a public site and apply a certificate from Let's Encrypt for a domain, e.g. abc.com. Then, go to the lab env, set up a private domain abc.com and upload the valid certificate there. Then add abc.com with lab IP to your device's host file, then you can start...
  13. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, Packages do exist, yum search lsphp82* Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.constant.com * epel: na.edge.kernel.org * extras: coresite.mm.fcix.net * updates: mirrors.advancedhosters.com Warning: No matches found for: lsphp82* No...
  14. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi, It is there, please check https://rpms.litespeedtech.com/centos/7/update/x86_64/RPMS/ Some packages may be combined into the common package, could you install it and check the phpinfo page and let us know if mcrypt is included or not?
  15. Cold-Egg

    PHP 8.1 "No package lsphp81-### available."

    Hi @Sveken and @RevivalTech , Those are updated, please check https://rpms.litespeedtech.com/centos/8/update/x86_64/RPMS/ Feel free to let us know if any package is missing.
  16. Cold-Egg

    Cant install/switch to lsphp72 on Ubuntu 22.04

    Repo does not maintain outdated PHP version for Ubuntu 22, see https://rpms.litespeedtech.com/debian/pool/main/jammy/ You might want to use php72 on Ubuntu 18.04 or 22.04
  17. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    In case anyone wants to know, here's the finding from our dev team, For the PHP Fatal error from web admin console, there is a typo in that build. You can manually update this file: /usr/local/lsws/admin/html.open/lib/util/build_php/buildfunc.inc.php line 692, change MEMCACHE_VERSION8 to...
  18. Cold-Egg

    Switching PHP version in Web Server Control Panel causing error

    Thanks for the report, we will update the result here.
Top