Search results

  1. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    @Cold-Egg - unfortunately redis/memcached isn't optional in a production WP environment so I guess we still need to wait or use alternatives for projects that require php 8.3. :(
  2. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    @Cold-Egg The one mentioned in the opening post: (https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh). Looking at it, it should just be a simple update to the array of supported php versions - 3 characters or so. But since it hasn't been done, makes me wonder if it was...
  3. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    Hi @Cold-Egg - thanks for the update - much appreciated. Until it hits the installer script though, I guess the assumption is that it's not really ready?
  4. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    hey @Cold-Egg - was just wondering if you could check in with the powers that be about PHP 8.3 and give us all a status update? To the powers that be - It's very hard to defend OLS as a viable option for new projects when it's not on top of the basics. PHP 8.3 was released 4 months ago after...
  5. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    @Cold-Egg - would you happen to have an ETA for this? Thanks!
  6. forumblues

    OLS Bash Installer - Adding PHP 8.3?

    Hi: I was wondering if anyone knows when PHP 8.3 support might be added to the OLS bash installer script (https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh) The PHP version list goes from 7.1 thru 8.2 right now. I'm assuming that there's some technical reason why 8.3...
  7. forumblues

    OneClick Install: Unable To Locate Package OpenLiteSpeed

    Hey folks: This just started happening recently with the oneclick installer. Attempting to run it on Ubuntu 20.04 and 22.04 throws an error: E: Unable to locate package openlitespeed Of course, after that, you get a bunch of other errors. The oneclick installer has worked for us for a...
  8. forumblues

    vhost context phpIniOverride not being enforced

    Hey @Cold-Egg - just wanted to check in to see if there was any progress on this. I assume when you say 'php engine' you mean lsphpxx and not the PHP language itself? If so, would be nice to get a timeline on a fix or a confirmation that it's not going to be fixed. Or maybe there is there...
  9. forumblues

    vhost context phpIniOverride not being enforced

    @Cold-Egg - is there anything I can do to get someone from the OLS team to take a closer look at this behavior asap? I don't believe that this behavior matches the documentation (which says that php directives in the local vhconf.conf file should work). But the real urgency is that it also...
  10. forumblues

    Weird Behavior When Using Referrer-Policy

    I think I figured this out. Thanks for the assistance.
  11. forumblues

    vhost context phpIniOverride not being enforced

    I just tried this. Downgraded to v 1.7.15. Saw the same behavior - the site-specific (local) vhconf.conf directives do not work for phpIniOverride disable_functions. But if using the php.ini in the PHP_INI_SCAN_DIR then it works. Removing the PHP_INI_SCAN_DIR directive still does not allow...
  12. forumblues

    Weird Behavior When Using Referrer-Policy

    Hi @Cold-Egg, Thanks for your reply. What happens if you hit CTRL-F5 on the page to force a page refresh? I've noticed that it can sometimes seem to work on the initial page load. But forcibly reloading the page throws the error. I'll load up a new site and post the link here later so you...
  13. forumblues

    Weird Behavior When Using Referrer-Policy

    I'm running into something very weird when adding the Referrer-Policy directive using OLS. I am setting it to: Referrer-Policy: no-referrer, strict-origin-when-cross-origin The CHROME browser complains about this with the following error: Failed to set referrer policy: The value...
Top