jwest75674 commented on issue #2070:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2070#issuecomment-865119932


   This is my config file:
   ```
   <IfModule !mod_version.c>
     LoadModule version_module modules/mod_version.so
   </IfModule>
   
   <IfVersion < 2.4>
     LoadModule pagespeed_module modules/mod_pagespeed.so
   </IfVersion>
   <IfVersion >= 2.4.2>
     LoadModule pagespeed_module modules/mod_pagespeed_ap24.so
   </IfVersion>
   
   <IfModule pagespeed_module>
     ModPagespeed on
   
     ModPagespeedDisallow "http://cpanel.*";
     ModPagespeedDisallow "https://cpanel.*";
   
     AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html
   
     ModPagespeedFileCachePath            "/var/mod_pagespeed/cache/"
   
     # ModPagespeedRewriteLevel PassThrough
     ModPagespeedRewriteLevel OptimizeForBandwidth
     ModPagespeedInPlaceResourceOptimization on
     ModPagespeedPreserveUrlRelativity on
   
     # ModPagespeedEnableFilters rewrite_javascript,rewrite_css
     # ModPagespeedEnableFilters collapse_whitespace,elide_attributes
     ModPagespeedEnableFilters 
sprite_images,lazyload_images,collapse_whitespace,elide_attributes,strip_image_meta_data,extend_cache,dedup_inlined_images,move_css_to_head,move_css_above_scripts,hint_preload_subresources
     ModPagespeedForceCaching on
   
     ModPagespeedStickyQueryParameters sticky_60minsjw
     ModPagespeedOptionCookiesDurationMs 360000
     
     ModPagespeedEnableFilters insert_ga
     ModPagespeedRunExperiment on
     ModPagespeedUseAnalyticsJs off
     ModpagespeedAnalyticsID UA-189408626-1
   
   
     ModPagespeedExperimentSpec id=1;percent=50;default
     ModPagespeedExperimentSpec id=2;percent=50
   
     
     <Location /mod_pagespeed_beacon>
           SetHandler mod_pagespeed_beacon
     </Location>
   
     <Location /mod_pagespeed_statistics>
         Order allow,deny
         Allow from 192.168.1.1
         SetHandler mod_pagespeed_statistics
     </Location>
   </IfModule>
   ```


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


Reply via email to