You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/05/26 00:40:11 UTC

[GitHub] [incubator-pagespeed-mod] sharmashivanand commented on issue #1073: Support FreeBSD

sharmashivanand commented on issue #1073: Support FreeBSD
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1073#issuecomment-495958321
 
 
   
   Apparently the file "mod_pagespeed_ap24.so" is missing from the install. I tried the pkg as well as the ports build. So currently this is broken.
   
   
   > 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 to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services