StormRU commented on issue #1073: Support FreeBSD URL: https://github.com/apache/incubator-pagespeed-mod/issues/1073#issuecomment-391044757 Hi! I have installed mod_pagespeed. I am running Apache 2.4.33 Google's doc says that i should use mod_pagespeed_ap24.so, but we only have mod_pagespeed.so in this install. Is it still usable with Apache 2.4.33 and newer? I have changed config to use mod_pagespeed.so ``` <IfVersion >= 2.4.2> <IfModule !access_compat_module> LoadModule access_compat_module /usr/local/libexec/apache24/mod_access_compat.so </IfModule> LoadModule pagespeed_module /usr/local/libexec/apache24/mod_pagespeed.so </IfVersion> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
