Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:config:special-rewrite-rule-directive [2018/05/22 13:59] Lisa Clarke Proofreading and Reformatting |
litespeed_wiki:config:special-rewrite-rule-directive [2018/05/25 16:05] (current) Lisa Clarke [No Connection Timeout] Proofreading |
||
---|---|---|---|
Line 22: | Line 22: | ||
RewriteRule .* - [E=nokeepalive:1] | RewriteRule .* - [E=nokeepalive:1] | ||
+ | | ||
=====No Gzip===== | =====No Gzip===== | ||
Line 52: | Line 52: | ||
RewriteRule ^script_url$ - [E=noabort:1] | RewriteRule ^script_url$ - [E=noabort:1] | ||
+ | | ||
+ | =====No Connection Timeout===== | ||
+ | |||
+ | Keeps the connection between server and client from timing out. | ||
+ | |||
+ | RewriteRule ^script_url$ - [E=noconntimeout:1] | ||
+ | |||
=====Block Bot===== | =====Block Bot===== | ||
Line 58: | Line 65: | ||
RewriteRule .* - [E=blockbot:1] | RewriteRule .* - [E=blockbot:1] | ||
+ | | ||
+ | | ||
+ | |||