renton- opened a new issue #1865: does not work with IfModule condition in vhost URL: https://github.com/apache/incubator-pagespeed-mod/issues/1865 I have noticed if I write configuration vhost with using "IfModule" then mod_pagespeed does not work for the vhost ``` <VirtualHost *> <IfModule pagespeed_module> ModPagespeed On AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html </IfModule> </VirtualHost> ``` If I remove conditions I see how cache fills up immediately. Is it a bug?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
