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 2018/05/22 15:57:00 UTC

[GitHub] StormRU commented on issue #1073: Support FreeBSD

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>
   ```
   Now Apache stucks at: Syntax error on line 420 of /usr/local/etc/apache24/pagespeed.conf:
   Invalid command 'ModPagespeedFetchHttps', perhaps misspelled or defined by a module not included in the server configuration

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services