I have litespeed on my server and am trying to use the cache system. I have followed the wiki instructions.
And have this in my Magento .htaccess
RewriteRule (.*\.php)?$ - [L,E=Cache-Control:max-age=120]
The cache is working as I'm getting the X-response
hit in the header but I can't find a way to exclude the admin area from the cache.