Search results

  1. gigaboy

    How to remove PHP 7.4

    I have moved and tested all sites from PHP 7.4 to 8.1. Removed all entries in OLS Server referencing 7.4 (for example script extensions, etc) Still get this warning message in stderr.log: PHP Warning: PHP Startup: Unable to load dynamic library 'imap.so' (tried...
  2. gigaboy

    Installation won't upgrade on Ubuntu

    In the WebAdmin, header shows this: CURRENT VERSION:OpenLiteSpeed 1.7.19 New Release: 1.8.0 However, running apt-get upgrade openlitespeed doesn't do anything to upgrade to v 1.8.0 I have these repositories: Ign:2 http://rpms.litespeedtech.com/debian jammy InRelease Hit:4...
  3. gigaboy

    Install Composer Globally

    Using Ubuntu 22.04. Wanting to use OLS with PHP 8.2 & Maria 10.11. One of my apps requires the use of composer. However, all I can find is installing it by pre-installing php-cli, which then creates a separate instance of php outside of OLS. This leads to confusion and broken packages, a...
  4. gigaboy

    Upgrade OLS at Vultr Hosting

    I run OLS on Ubuntu installed as a complete package from Vultr. Shown here: https://www.vultr.com/marketplace/apps/openlitespeed-wordpress#general-information However I want to upgrade to latest version, and I'm not sure if I should just run apt-upgrade from the command line or use the...
  5. gigaboy

    Exclude errors based on folder?

    I have a third party codebase which works, but throws errors when run (a weekly cron job, that lasts about 5 seconds). Using with php 7.4. Builder of code states to ignore the errors. Is it possible to exclude php errors from being recorded in php_errors.log based on anything within a folder...
  6. gigaboy

    Locked out of Webadmin

    Getting ERR_SSL_PROTOCOL_ERROR I attempted to change the cert from self signed to valid Cloudflare Hosted one. Websites all run normally. How can I see the parameters and fix this from the command line?
  7. gigaboy

    mod_speling module

    Can this apache module be installed and used? If so, how?
  8. gigaboy

    Single Page App Redirect to Same Page

    I built a php single page app with extensive routing. On the page "https://somesite.com", there are public links such as "https://somesite.com/page-01/". (I have about 30 links to other pseudo "directories") Clicking on this public link needs to return to the same page with the directory...
  9. gigaboy

    URI refers to a static file with PATH INFO

    I’m running OpenLiteSpeed with a static (HTML) website. I have a 404.html page set inside OLS. Once a day (seems like a bot crawl), I get these errors, where various files are appended to the end: 2023-03-10 08:43:07.896716 [ERROR] [3470087] [172.70.100.46:38168:HTTP2-1] URI '/404.html/feed/'...
  10. gigaboy

    Two versions of php on OLS - how to install php modules

    I run php 8.1 for new WP sites, but I am forced to use php 7.4 for compatibility. Works great, but with one problem: on the sites that I run php 7.4, I need to install imagick and intl. I've tried a couple of ways without success. I have these modules installed on php8.1. How do I force...
  11. gigaboy

    Wordpress Refuses to Start

    Using php 8.1, all my static sites on this server run correctly, as does a non-wp php application. Error Log throws this when attempting to load home page: 2023-02-27 07:50:49.428968 [NOTICE] [770] [172.69.64.219:41928:HTTP2-1#healthybeliefs.org] [STDERR] PHP Fatal error: Uncaught TypeError...
  12. gigaboy

    How to force redirects

    I use Cloudflare. In rules I have this rule: somesite.com/* Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://www.somesite.com/$1) It forces a URL to prepend "www", and return that URL in the browser. Has worked well for years on a Nginx server. However, using OLS, the...
Top