Search results

  1. stevieosaurus

    OLS 1.9.1 webAdmin loses features

    Since the release of v1.9.1 when creating a virtual host the vh config file missing initially show an error in the WebAdmin. In all previous versions you were notified it is missing (not yet created) and have been given a very convenient option for OLS to create it for you with 1 single click...
  2. stevieosaurus

    ERROR - Packet size is too large ?

    Soon after upgrading to OLS v1.8.4 it works for a while, but in a few hours client sees "The connection has timed out" while the error log displays: What might be causing this? Attached: Server Configuration > Tuning settings
  3. stevieosaurus

    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...
  4. stevieosaurus

    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)
  5. stevieosaurus

    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/
  6. stevieosaurus

    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...
  7. stevieosaurus

    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...
  8. stevieosaurus

    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...
  9. stevieosaurus

    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