Running InfiniteWP with Openlitespeed or Litespeed and Timeout Issues

Content Error or Suggest an Edit

Notice a grammatical error or technical inaccuracy? Let us know; we will give you credit!

Introduction

This is a quick tidbit if you’re running InfiniteWP on Openlitespeed or Litespeed. I currently use Cyberpanel which you have the option to use Openlitespeed or Litespeed.

You might suffer from timeout issues with InfiniteWP when running it under Openlitespeed or Litespeed. Here’s a screenshot, as you can see a majority of the sites failed and resulted in simply “Timeout”.


After talking with the InfiniteWP developers, there’s an easy fix which I should have looked at before reaching out to them. You can specify the timeout for Litespeed via a .htaccess file. Here’s the article and code.

IWP Admin Panel times out in Litespeed server : InfiniteWP Support
support.infinitewp.com
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule .* - [E=noconntimeout:1]
RewriteRule .* - [E=noabort:1]
</IfModule>



<IfModule litespeed>
RewriteRule .* - [E=noabort:1]
</IfModule>

I’ve implemented this on my setup, so we shall wait and see if it fixes anything. Hope this helps!

Enjoyed the content? Support My Work!

I love sharing WordPress tips, tricks, and research to help the community. If you found this article helpful and want to show your appreciation, consider buying me a coffee! Your support helps keep this site running and motivates me to create more quality content. 

0 Shares:

You May Also Like