Recent content by stevieosaurus

  1. stevieosaurus

    OLS 1.9.1 webAdmin loses features

    That one. See attached screenshot. Got a different error message in 1.9.1: "Please create manually."
  2. 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...
  3. stevieosaurus

    Hide server IP

    Indeed it does give a 403 now. The previous test was my bad, didn't have the host root well configured. Thank you.
  4. stevieosaurus

    Hide server IP

    Nope, it still shows the OLS's default 404 page. I also put * in the Denied List, set Per Client Throttling all to 1 (lowest value), it still shows 404 page instead of making it inaccessible or at least show a 403 (Forbidden / access denied). Any other suggestions? OLS v1.9.0 btw.
  5. stevieosaurus

    ZSTD compression

    May we please get clearer delimitation/control sttings in the OLS webadmin (Tuning - Compression section) of the static & dynamic pages compression options? Right now is very confusing, for ex: in order to have Brotli compression applied (only towards static files permitted) the settings need...
  6. stevieosaurus

    ZSTD compression

    Following up on this request, as v1.9 has been released for a while, with an addition if I may: Having different compressions (ZTSD & Brotli) for STATIC files compared to having them served as GZIP will be extremely welcome, yet what would be even greater to have these options also for DYNAMIC...
  7. 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
  8. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    I don't use PHP (neither should anybody else), I use Lucee - an open source Coldfusion (Java) App Server. Bellow are my UI Output settings, following your recommendation I set Buffersize="4096" for the AJP Tomcat connector in the App server config file. Will be testing it and I'll be back with...
  9. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    UPDATE: still encountering the same issue with LScache randomly, almost a year later. There seems to be no pattern or predictive behavior of when and why it happens (breaks the encryption while caching the page), and when it does the only solution is to disable LScache and restart the LS...
  10. stevieosaurus

    ColdFusion (CFML) Lucee app server integration

    Great news! Managed to connect Lucee (CFM) to OLS via Tomcat AJP/1.3 (as Servlet Engine) and also trough UDS (as Web Server), with somewhat limited results. For anyone interested, here are the server.xml connectors config settings for Tomcat (v9) - they can coexist: <Connector...
  11. stevieosaurus

    How to LScache JS & CSS files?

    Noted. Alas, cached static files trough (basic) CDN services are significantly slower than same, non-cached JS/CSS/image files served directly from OLS w.s. While these CDN services might have higher tiers of subscription that can prioritize their caching for you, if one would be inclined to...
  12. 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...
  13. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    Still haven't found a solution to this issue, still encounter it sporadically. Wonder if someone else is facing the same and maybe they found a workaround. The displayed content (directly from LS cache) is indeed NOT UTF-8, which is the problem. The dynamically generated HTML however -...
  14. stevieosaurus

    OCSP error: Failed to open file

    Thank you for testing it. Happens randomly. When I restart now (without any change whatsoever to the OLS settings or the directory structure) now everything works fine. Went over all my domains/pages, error does not repeat for now, but likely will reoccur at some point. What could be causing it?
Top