Search results

  1. gigaboy

    Install Composer Globally

    Now I have another clean install, running lsphp8.2. Attempted local installation of composer from the link you provided, doesn't work: wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet Command 'php'...
  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

    the http_d conf file was wrong, and the admin conf file was missing info. I fixed it by setting up a new instance of OLS on a new server, capturing these files and comparing to the broken ones. Works now!
  7. gigaboy

    Locked out of Webadmin

    OK, so I'll have to change back to the original certs, how can I do that from the command line? What file should I work with?
  8. 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?
  9. gigaboy

    mod_speling module

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

    URI refers to a static file with PATH INFO

    These fixes seem to have done the trick, no error messages!
  11. gigaboy

    URI refers to a static file with PATH INFO

    Possible Solutions which I've implemented: - on the 404.html page itself, I changed the human clickable link to return to the homepage from "/" to the full absolute URL of the homepage. - also deleted and reset the custom 404 page setting inside the VM | General tab. The URL now points to...
  12. gigaboy

    URI refers to a static file with PATH INFO

    In virtual host, general tab for this site, I have a 404.html page set. HTML only site, no contexts, no htaccess. I've been investigating the IP's and they look like they are from Cloudflare, where I push everthing through. I've tried purging the cache. I may have to escalate with them, as...
  13. gigaboy

    Single Page App Redirect to Same Page

    If I append the index.php on the end of the url, the page redirects to the home page /index.php, not the pseudo directory. Go here to see how it works: https://greatopeninglines.com/ Click on the faq link, a pseudo directory. Returns the correct route (which is a route inside the /index.php...
  14. 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...
  15. 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/'...
  16. gigaboy

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

    Solution: sudo apt install lsphp74-imagick sudo apt install lsphp74-intl Then run: service lsws restart pkill lsphp
  17. 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...
  18. 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...
Top