Search results

  1. Cold-Egg

    cannot kill OLS process

    Hi, 116734 process does not exist from your shared output. You might want to kill the 39880 instead.
  2. Cold-Egg

    How to Use SetEnv on OpenLiteSpeed

    You can inbox me or submit the issue to support@litespeedtech.com with the post link appended.
  3. Cold-Egg

    Site-wide page styling change is disabled by LiteSpeed

    Hi @Clive Loseby For WordPress LSCache plugin-related questions, please post on the LSCache for WordPress support forum! Thank you.
  4. Cold-Egg

    subdomains SSL

    It won't cause issues as long as you have the correct cert set on the virtual host level.
  5. Cold-Egg

    How to Use SetEnv on OpenLiteSpeed

    It applies to the External App only, if all VH/websites use this external app, then yes, it applies to all websites.
  6. Cold-Egg

    Ols not updating to latest version 1.7.19

    It will be released in the next few days. If you want to try the binary, you could use the following command to upgrade it. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.19
  7. Cold-Egg

    How to Use SetEnv on OpenLiteSpeed

    I tried the same settings, and the PHP env variable works in my test. Added "X_DMC_USR=11111" to the environment. Test script <?php foreach($_SERVER as $key => $value){ echo "<b>$key:</b> $value<br>\n"; } Browser displays X_DMC_USR: 11111 PATH: /bin:/usr/bin HTTP_ACCEPT:...
  8. Cold-Egg

    subdomains SSL

    Maybe your post has a special string or char, please try to use a code block, maybe it will work.
  9. Cold-Egg

    .woff issues

    For LS Enterprise version, you can apply ExpiresByType on the .htaccess file.
  10. Cold-Egg

    External media optimization

    Hi, For WordPress Plugin questions, please post on the LSCache for WordPress support forum, thanks.
  11. Cold-Egg

    Missing RPM for 1.7.19

    It will be released in the next few days. If you want to try the binary, you could use the following command to upgrade it. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.19
  12. Cold-Egg

    How to update OpenLiteSpeed on Debian 12?

    Because OLS v1.7.19 package is not ready yet, if you want to try the binary, you could use the following command to upgrade it. /usr/local/lsws/admin/misc/lsup.sh -v 1.7.19
  13. Cold-Egg

    "server" headers still showing even after checking the option Server Signature = Hide Full Header

    Because it is returned by the Quic Cloud server, not from the origin server. If you bypass the CDN, then you should see the difference.
  14. Cold-Egg

    .woff issues

    For openlitespeed, the browser cache is controlled by the server, please go to openlitespeed web console > Server Configuration > General > Expires Settings and add type from there.
  15. Cold-Egg

    cannot download files with version 1.7.19

    I see, then you might want to contact DA support for more details about the CB changes.
  16. Cold-Egg

    find failed config in shared host server

    What if you filter 'REQUEST_SCHEME' only to the /usr/local/directadmin/data/users/*
  17. Cold-Egg

    cannot download files with version 1.7.19

    HI, I just tested one site with v1.7.19, and no download file issue/, may I know how you upgraded to v1.7.19, with lsup command? Maybe you can raise a ticket to support@litespeedtech.com if the issue is reproducible.
  18. Cold-Egg

    subdomains SSL

    Assume you have a cert on the listener, then you just need to add the VH SSL with its cert, and the SSL certificate in the virtual host will overwrite the listener. If not working, please share both server and vh configs so we can check for you. You can also inbox me if you want to keep the...
Top