Search results

  1. L

    OLS on Rocky Linux (RHEL) 9.X ?

    Hi can anyone confirm if OLS works fine on RHEL 9 systems? Should we just follow the installation instructions for RHEL 8 systems, using their repos? I see there's a directory for version 9 in the CentOS repo, but it's empty at the moment. Is it in-progress?
  2. L

    Ideal place for wp-cron / noabort rule?

    Hi, I'm trying to find the right place to set a rule like this one (taken from the LiteSpeed docs): SetEnvIf Request_URI "(wp-cron).php" noabort noconntimeout Would this fit into the Rewrite Tab > Rewrite Rules section or is something like this considered a "document root level rewrite rule"...
  3. L

    LSPHP equivalent to phpsessionclean?

    Hi guys, I've been reading up on temp directories and maybe putting the PHP session path onto tmpfs, and I noticed LSPHP doesn't have any of the methods of cleaning out old sessions mentioned below. So does it have another method? I managed to figure out that vhost-related sessions are stored...
  4. L

    Strange issue with lshttpd service and lswsctrl restart

    I did a bit of digging to come up with the source of this problem. It arises only when I run a bash alias for the lswsctrl restart command. Is this a permissions issue? Maybe this is specific to CentOS 8 or even SELinux, though I set SELinux to permissive mode and the same error occurs. My...
  5. L

    Search functionality in the KB is down

    Hi guys, I wanted to do a quick search at openlitespeed.org/kb but when I hit Search I get "Please try again later.. [Forbidden]" in the results drop-down.
  6. L

    WebAdmin Console shows oldest log entries instead of newest

    I believe this started when I upgraded OLS a while ago, possible from 1.6.13 to 1.6.14. The Dashboard and Log Viewer both will read the start of the error.log and not the end. Any suggestions? On CentOS 7 running OLS 1.6.15. The default log settings are in place (log at...
  7. L

    WebP rewrite rule ignored after adding custom headers for images

    The usual rewrite rule that I stick inside the "/" static context works fine by itself: RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/$1.webp -f RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1] But as soon as I add custom Cache-Control headers for images in...
  8. L

    Question about HTTP/2 Push integration in LiteSpeed

    I've been reading a lot about Server Push and I came across this interesting Apache directive: H2PushResource I'm wondering if LiteSpeed follows the Apache model of Server Push exactly, and if it's limited to the mod_headers set method (where we can add a Link header through Apache-style...
  9. L

    When will 1.5.12 be added to the repo?

    I see 1.6.10 is available in the repo but no sign of 1.5.12 yet. Thanks.
  10. L

    Does OLS support brotli compression of dynamic content?

    Or is it a feature limited to Litespeed Enterprise? (and if it does, where would you set the preferred compression level? I only see settings for dynamic gzip, static gzip, and static brotli) Thanks!
  11. L

    Example vhost - Getting upload progress bar to work

    In the Example vhost you have a pop-up that let's us test file upload capabilities. The upload itself works fine but I cannot get the progress bar to work. I get the error: "ERROR -- uploadProgress module not enabled?" At first I thought this had to do with the uploadprogress module for PHP...
Top