Search results

  1. Cold-Egg

    Request for "lsphp74-radis" php extension for debian 11 bullseye

    thanks for the report, we will take a look.
  2. Cold-Egg

    mod_headers edit action

    Hi, If you want to custom header, it is doable via the context. Or do you want the header value "transformed according to a regular expression search-and-replace"? then this is something new. See...
  3. Cold-Egg

    i request you to add lsphp82-json and lsphp82-ioncube

    FYI, json package should be included in the main package, and the ioncube does not support 82 yet, see https://www.ioncube.com/
  4. Cold-Egg

    i request you to add lsphp82-json and lsphp82-ioncube

    HI, Could you please share which OS has this issue, so we can take a look?
  5. Cold-Egg

    Update Dockerfile with lsphp80-dev or lsphp81-dev

    Not sure why it happens on your server, I just did a quick test and there's no such issue. You can try either using the "wget --no-check-certificate" in the future or update the "ca-certificates" package
  6. Cold-Egg

    Error caused by lsphp-curl

    thanks. will forward it to the build master @DynamicArray could you help to share which OS has the curl issue?
  7. Cold-Egg

    Update Dockerfile with lsphp80-dev or lsphp81-dev

    Not sure actually, it should work, what about https://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh instead of http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh Also, what if you get rid of the rpms install? FROM litespeedtech/openlitespeed:1.7.16-lsphp80 WORKDIR...
  8. Cold-Egg

    Getting JAVASCRIPT missing on every website

    Just tried Debian 11 + LSPHP74 on DigitalOcean, no such issue.
  9. Cold-Egg

    LiteSpeed Cache prevents browsers to re-validate pages

    1. The etag gone issue usually happens due to the remove etag rule placed in the .htaccess file. 2. There's no cache-control header on the dynamic page, so I'm not sure why the browser cache is related. curl -I https://octoglass.ru/news/en/620-2/ HTTP/2 200 content-type: text/html...
  10. Cold-Egg

    Best configuration for large video files

    Please try following https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/ to set no abort and please try to update the max_execution_time and let us know if it helps.
  11. Cold-Egg

    Best configuration of openlitespeed to playing large file video

    Please try following https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/ to set no abort and please try to update the max_execution_time and let us know if it helps.
  12. 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...
  13. 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?
  14. 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
  15. Cold-Egg

    Node App Does Not Load

    So does everything work now?
  16. 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
  17. 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]
  18. 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
  19. 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/)
  20. 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.
Top