Announcement

Collapse
No announcement yet.

noabort / noconntimeout settings or LSAPI timeout settings on a per user/script basis

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • noabort / noconntimeout settings or LSAPI timeout settings on a per user/script basis

    It looks like if you are running a litespeed web server you can use .htaccess rules to disable the lsapi timeouts on a whole site basis or per script basis: RewriteEngine On RewriteRule .* - [E=noconntimeout:1] or RewriteEngine On RewriteRule (wp-cron|backupbuddy|importbuddy).php - [E=noabort:1, E=noconntimeout:1] More Details on https://www.litespeedtech.com/suppor...thout-timeouts This does not seem to work with Cloudlinuxs LSAPI. As a result people with their own backup plugins tend to have issues where their script times out Im aware that we can change the timeout settings in lsapi.conf which we have done however it would be nice to leave the default timeouts as they are. These work fine for most things It would be good if we could use these types of rewrite rules or have the ability to disable or lengthen the LSAPI timeouts for specific sites or scripts.
Working...
X