After doing some investigation, the line:
Should be:
(No trailing semi colon)
Try removing it and see what happens.
Code:
SetOutputFilter INFLATE;proxy-html;DEFLATE;
Code:
SetOutputFilter INFLATE;proxy-html;DEFLATE
Try removing it and see what happens.