Search results

  1. S

    How to LScache JS & CSS files?

    Even though LScache is enabled, it only seems to affect dynamic files (CFM) and HTML files. How do I set it to also cache JS, CSS & image files? Is there a setting for it I missed? My cache settings (Server settings -> Modules): checkPrivateCache 1 checkPublicCache 1 maxCacheObjSize...
  2. S

    OCSP error: Failed to open file

    New error. Screenshot (could it be the path? 2 slashes): Server level settings: Virtualhost level OCSP stapling settings: OpenLiteSpeed 1.8.2 on Alma Linux 9.5 (x64)
  3. S

    ZSTD compression

    A lossless compressed data format, newer, faster (in de/compressing) than Brotli. Cloudfare uses it. https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md https://facebook.github.io/zstd/
  4. S

    OLS 1.8.2 upgrade std::length_error + breaks mod_security

    Opgraded to OLS v1.8.2 (from v1.7.9), Webadmin works however all my sites get blocked and I encounter 2 (new) issues: 1. the stderr.log gives the following error (same one), every 5 minutes: 2. mod_security now blocks EVERYTHING (browser returns code 301 - moved permanently). When I disable...
  5. S

    How to reduce image HEADERS ? Tips on faster image transfers.

    I notice every image (jpg, gif), no matter how small is 575 bytes larger when transferred, this due to OLS adding headers to it. Might not seem a lot, but it adds up when you have lots of small images. Is there any way of reducing the header size being added, dare I ask even removing headers...
  6. S

    ColdFusion (CFML) Lucee app server integration

    Intro: CFML is dynamic scrpting language based on Java, widely used - mostly in government infrastructure - while also popular, lesser so than PHP, in the private sector. Currently developed as a propertary App Server by the Adobe Corporation and also as open source (FOSS) by the Switzerland...
  7. S

    LS Cache randomly breaks page encryption (UTF-8)

    Happens seldomly when LS cache is enabled - page displays in pure gibberish characters, with broken (UTF-8) encryption. This happens despite specifying at the beginning of each page: <!DOCTYPE html> <html lang="en-US"> and <meta http-equiv="content-type" content="text/html...
Top