Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:cache:lscwp:troubleshooting:exclude_wp-cron_from_php_timeout_limit [2018/05/25 15:04]
Tihomir created
litespeed_wiki:cache:lscwp:troubleshooting:exclude_wp-cron_from_php_timeout_limit [2018/05/25 18:12]
Lisa Clarke Proofreading
Line 1: Line 1:
-===== Run Wp-Cron PHP processes with no limits ​=====+===== Run WP Cron PHP Processes With No Timeout ​=====
  
 +Some WordPress plugins or operations may need to run very long PHP proceses, but they may be killed by LiteSpeed Web Server with error 500 after 120 seconds. With that in mind, we have additional environment variables that will resolve that issue.
  
-Some Wordpress plugins or operations may need to run very long php procceses but they may be killed by Litespeed Web Server with error 500 after 120 seconds. In that in mind we have additionally environment variable that will resolve that issue. 
  
 +===== noconntimeout =====
  
-==== noconntimeout ==== +You can use the ''​noconntimeout''​ variable ​in the ''​htaccess'' ​file. Exlude ​WP Cron with this rule:
- +
-You can use in the htaccess file "​noconntimeout"​ variable. Exlude ​wp-cron ​with this rule:+
  
 <​code>​ <​code>​
Line 16: Line 15:
 </​code>​ </​code>​
    
-==== SetEnv/​SetEnvIf ====+===== SetEnv/​SetEnvIf ​=====
  
-You can use "SetEnv/​SetEnvIf" ​variable too but we recommend ​to use it only in vhost file.+You can use the ''​SetEnv''​/''​SetEnvIf'' ​variable toobut we recommend ​using it only in vhost file.
  
 <​code>​ <​code>​
Line 26: Line 25:
 </​code>​ </​code>​
  
-For additionally ​examples and information how to configurate the server ​side you can see [[litespeed_wiki:​php:​run-without-timeouts|this wiki]] ​+For additional ​examples and information ​on how to configurate the serveryou can see [[litespeed_wiki:​php:​run-without-timeouts|this wiki]]
  
-Both of this variable ​will allow running ​php processes with no limits for that webpage where is the htaccess file.+Both of these variables ​will allow you to run php processes with no limits for the web pages affected by this ''​.htaccess'' ​file.
  
  • Admin
  • Last modified: 2020/11/14 15:42
  • by Lisa Clarke