Recent content by dsoneil

  1. dsoneil

    Dpkg: error processing package openlitespeed

    This seems to have resolved, somehow. The only thing I did was: apt-mark hold openlitespeed apt update && upgrade and then: dpkg -i openlitespeed_1.7.9-2+bionic_amd64.deb And now it runs fine.
  2. dsoneil

    Dpkg: error processing package openlitespeed

    When I try to upgrade OLS 1.6.18 to any version (1.6.19, 1.6.20 or 1.7.9) they all fail, though reverting back to 1.6.18 works fine. I've tried the usual dpkg autoclean, dependency check, dpkg-reconfigure -a, apt remove and reinstall etc. but no luck. This is the error on Ubuntu 18.04 and this...
  3. dsoneil

    OLS doesn't feel faster than Apache!

    Install LiteSpeed's version of Memcached (LSMCD) and your TTFB will drop significantly. When I first started experimenting with LS I didn't see significant gains until I started using LSMCD. Combining that with the WordPress LiteSpeed Cache plugin and my TTFB is below 100ms using GTMetrix...
  4. dsoneil

    LSPHP72-GD for Debian?

    Great, thanks.
  5. dsoneil

    LSPHP72-GD for Debian?

    I've noticed that there are a number of packages missing in the Debian repository (Ubuntu 18.04 Bionic), compared to CentOS, specifically lsphp72-gd. And when I try to install it I get the following message: "Package lsphp72-gd is not available, but is referred to by another package. This may...
  6. dsoneil

    Redirect 301 Issues

    Thanks, very useful information and using RewriteRule will work for my purposes. The more I use OLS the more I like it. Cheers
  7. dsoneil

    Redirect 301 Issues

    Ok. In the meantime I've found another solution. Using Rewrite ^/ in the vitrualhost rules section works, but it has to be above the rules that remove index.php from WordPress url's. RewriteRule ^/?index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d...
  8. dsoneil

    Redirect 301 Issues

    Hello, I recently setup an OLS server (1.4.41) on Ubuntu 18.04 w/ LSPHP 7.2 running WordPress (WP) and it works great, however redirect 301's are causing me some headaches. Rewrite is enabled, and LSCache is installed on WP. It works fine and the rewrite to remove WP index,php is working...
Top