View Single Post
  #36  
Old 02-02-2013, 12:39 AM
Monarobase Monarobase is offline
Senior Member
 
Join Date: Jan 2013
Posts: 95
Quote:
so can you set the environment variable on T-WAF ?
I'm giving it a try to see if it makes any difference. I will let you know if it removes the errors.

ASL said I should set the T-WAF (mod_security) to enforce non compressed data because this could cause issues and also prevent mod_security from analysing the data transmitted.

I've given this (disabling compression) a try but it doesn't help either (I still get errors). I think I will activate gzip compression in the T-WAF so it can analyze the data given by litespeed and see what the performance impact is.

I wil reactive keep-alive once I've finished the test with
Code:
setEnv proxy-initial-not-pooled 1

Last edited by Monarobase; 02-02-2013 at 12:41 AM..
Reply With Quote