Search results

  1. Cold-Egg

    Using ols has proxy and changing php version by .htaccess

    You can check the config file via SSH console if you prefer, e.g. /usr/local/lsws/conf/httpd_config.conf "If I use the normal php handler via Apache, it seems to download it". I'm a little bit confused, so, apache is loading fine, but it fails if OLS is in the front? Is that correct?
  2. Cold-Egg

    Cache problem

    It seems your site has Ezoic cdn cache enabled, multiple full-page caches would cause such a display issue. Please consider using only one cache system at a time. If you want to use CDN cache, you might want to try QUIC Cloud CDN, which is fully compatible with LSCache.
  3. Cold-Egg

    .woff issues

    For LSWS, the expiration value in the .htaccess file has higher permission than the web console. The expiration field in the web console will be applied if there's no expiration value in the .htaccess. Hope it's clear now.
  4. Cold-Egg

    Using ols has proxy and changing php version by .htaccess

    If you proxy to Apache, doesn't that mean Apache needs to handle the PHP request? For general OLS, you can set the handler via the web admin. See https://docs.openlitespeed.org/configuration#set-up-script-handlers-at-the-server-level for more information.
  5. Cold-Egg

    Query string URL's not working in openlightspeed

    Hi, it seems you have multiple full-page systems enabled at the same time, this may be the reason. Please choose only one cache system at a time.
  6. Cold-Egg

    .woff issues

    Sure, because OpenLiteSpeed supports only rewrite rules in .htaccess file, whereas, LSWS supports all rules. See editions: https://www.litespeedtech.com/products/litespeed-web-server/editions
  7. Cold-Egg

    cannot kill OLS process

    Hi, 116734 process does not exist from your shared output. You might want to kill the 39880 instead.
  8. 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.
  9. 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.
  10. Cold-Egg

    subdomains SSL

    It won't cause issues as long as you have the correct cert set on the virtual host level.
  11. 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.
  12. 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
  13. 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:...
  14. Cold-Egg

    subdomains SSL

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

    .woff issues

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

    External media optimization

    Hi, For WordPress Plugin questions, please post on the LSCache for WordPress support forum, thanks.
  17. 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
  18. 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
  19. 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.
Top