In a configuration that is required to globally (server-wide) set environment variables (such as noabort) against requests matching at least 2 conditions (such as: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts):
Question: Which would provide the best performance: SetEnvIf or mod_rewrite
Worth noting that SetEnvIf has no support logical operators, it needs convoluted configurations in order to achieve a logical AND (eg. 6 SetEnvIf lines to achieve a single logical AND).
Question: Which would provide the best performance: SetEnvIf or mod_rewrite
Worth noting that SetEnvIf has no support logical operators, it needs convoluted configurations in order to achieve a logical AND (eg. 6 SetEnvIf lines to achieve a single logical AND).