Hi,
I'm currently testing Litespeed and would like to change the access_log not to log checkhost-requests from my Loadbalancers.
On Apache I can do this like this:
SetEnvIf REMOTE_ADDR 192\.168\.1\.5 LB-request
SetEnvIf REMOTE_ADDR 192\.168\.1\.6 LB-request
CustomLog /var/log/apache/testhost.access_log combined env=!LB-request
How to configure this in the Litespeed config?
-- NoOne1337
I'm currently testing Litespeed and would like to change the access_log not to log checkhost-requests from my Loadbalancers.
On Apache I can do this like this:
SetEnvIf REMOTE_ADDR 192\.168\.1\.5 LB-request
SetEnvIf REMOTE_ADDR 192\.168\.1\.6 LB-request
CustomLog /var/log/apache/testhost.access_log combined env=!LB-request
How to configure this in the Litespeed config?
-- NoOne1337