Need assistance with rewrite rule alternative for SetEnvIf directive
something similar to :
https://store.litespeedtech.com/store/knowledgebase.php?action=displayarticle&id=90
https://www.litespeedtech.com/support/forum/threads/solved-setenvif-alternative.6304/
Above rewrite rules work perfectly on the Apache system, please guide us how to implement the same on the LS system. Thanks!
Code:
SetEnvIf Host ^.? site_host=default
SetEnvIf Host ^(.+) site_host=$1
SetEnvIf X-Forwarded-Host ^(.+) site_host=$1
https://store.litespeedtech.com/store/knowledgebase.php?action=displayarticle&id=90
https://www.litespeedtech.com/support/forum/threads/solved-setenvif-alternative.6304/
Above rewrite rules work perfectly on the Apache system, please guide us how to implement the same on the LS system. Thanks!