Hi,
There is a mistake in variables declaration for php scripts (and perhaps others) in 2.x litespeed :
If you do :
wget --header="If-None-Match: test" http://your-server/phpinfo.php
grep _SERVER phpinfo.php
You obtain _SERVER["HTTP_IF_NO_MATCH"] -> test
The correct variable should...