Search results

  1. 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...
  2. S

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

    I understand. They are all small (PNG) images however, so converting them to AVIF won't help much (or at all). As far as image optimization goes, I found a solution in either to: merge them all into 1 big PNG image, then display them as sprites, with CSS offset & slicing - this way only 1 HTTP...
  3. S

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

    While on the subject: any tips for faster image transfers under OLS would be greatly appreciated. As you can see, they all take way too long to transfer (see the turtle next to each). What am I doing wrong? (default OLS config) OLS 1.7.19 on Alma Linux 9.4 x64 no cookies, all static content...
  4. 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...
  5. 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...
  6. S

    LS Cache randomly breaks page encryption (UTF-8)

    Makes sense. Still, caching sometimes brakes the UTF-8 page character encryption, and I have no idea how to trace the problem further. HTML output is always correct, proven by the fact that when LScache is disabled, it always displays correctly, the bad encryption instantly disappears. Any...
  7. S

    LS Cache randomly breaks page encryption (UTF-8)

    A fix would be to be able to check for page encryption errors before displaying the page from cache or disabling/purging cache for said page. Is there any way to do this currently? To check for (cached) page encoding and based on that display it or purge its stored cache version?
  8. S

    LS Cache randomly breaks page encryption (UTF-8)

    They are CFC & CFM files (Java Coldfusion), but I get what you meant. That being said, isn't it out of the question that the issue is with the source format, since MOST OF THE TIME they render correctly. turning off the LSCache and nothing else ALWAYS fixes the problem. when the encoding breaks...
  9. S

    LS Cache randomly breaks page encryption (UTF-8)

    UPDATE: disabled pagespeed module, LSCache still (sometimes, randomly) breaks page encryption. Firefox console error message: "The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect." (reminder that everything...
  10. S

    LS Cache randomly breaks page encryption (UTF-8)

    That is valuable info @Cold-Egg and thank you for the link. Good read. Will test what you suggested and feedback later. No CMS, rawdoggin' it. Lucee-Tomcat behind OLS as the app server for CFM files.
  11. 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