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 2021/06/26 19:31:06 UTC

[GitHub] [incubator-pagespeed-mod] Jefak007 opened a new issue #2071: Pagespeed Installed, not working (Apache 2.4)

Jefak007 opened a new issue #2071:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2071


   Hi, i have Pagespeed Mod installed on my site (Apache 2.4) but it has refused to work.
   site is mpmania.com, please help.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Jefak007 commented on issue #2071: Pagespeed Installed, not working (Apache 2.4)

Posted by GitBox <gi...@apache.org>.
Jefak007 commented on issue #2071:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2071#issuecomment-869051191


   Pagespeed.conf file has
   
   
   ModPagespeed 				on
   ModPagespeedDisableRewriteOnNoTransform off
   ModPagespeedFetchHttps 			enable
   ModPagespeedFileCachePath		"/var/cache/pagespeed/"
   ModPagespeedFileCacheSizeKb		102400
   ModPagespeedFileCacheCleanIntervalMs	3600000
   ModPagespeedFileCacheInodeLimit		500000
   
   
   ModPagespeedEnableFilters		prioritize_critical_css
   #ModPagespeedEnableFilters		defer_javascript
   ModPagespeedEnableFilters		combine_javascript
   ModPagespeedEnableFilters		sprite_images
   ModPagespeedEnableFilters		rewrite_images
   ModPagespeedEnableFilters		recompress_png
   ModPagespeedEnableFilters		convert_png_to_jpeg,convert_jpeg_to_webp
   ModPagespeedEnableFilters		collapse_whitespace,remove_comments
   #ModPagespeedRewriteLevel 		OptimizeForBandwidth
   ModPagespeedRewriteLevel 		CoreFilters
   ModPagespeedInPlaceResourceOptimization off
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Jefak007 commented on issue #2071: Pagespeed Installed, not working (Apache 2.4)

Posted by GitBox <gi...@apache.org>.
Jefak007 commented on issue #2071:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2071#issuecomment-871514257


   Gotten pagespeed to work, but having issues...
   
   here is my **pagespeed.conf**
   ModPagespeed 				on
   ModPagespeedFileCachePath		"/var/cache/pagespeed/"
   ModPagespeedLogDir 			"/var/log/pagespeed"
   ModPagespeedFileCacheSizeKb		102400
   ModPagespeedFileCacheCleanIntervalMs	3600000
   ModPagespeedFileCacheInodeLimit		500000
   ModPagespeedInPlaceResourceOptimization on
   
   ModPagespeedDomain  http*://*.mpmania.com
   ModPagespeedDomain   http*://e6q6j4m4.stackpathcdn.com/
   ModPagespeedDomain   http*://i0.wp.com/
   ModPagespeedDomain	http://mpmania.com/wp-content/themes/publisher/style-7.10.0.min.css
   ModPagespeedDomain	http://mpmania.com/wp-content/themes/publisher-child/style.css
   
   
   ModPagespeedFetchHttps enable
   # Certificate Authorities directory, not your domain SSL keys
   ModPagespeedSslCertDirectory /etc/pki/tls/certs
   # Web Server's HTTPS client SSL key, not your domain SSL keys
   ModPagespeedSslCertFile /etc/pki/tls/cert.pem
   
   
   
   **for httpd.conf**
   
   ModPagespeed On
   ModPagespeedInheritVHostConfig on
   ModPagespeedFileCachePath "/var/cache/mod_pagespeed/"
   ModPagespeedRewriteLevel	PassThrough
   ModPagespeedEnableFilters	combine_heads
   ModPagespeedEnableFilters	flatten_css_imports
   
   # Direct Apache to send all HTML output to the mod_pagespeed
   # output handler.
   AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html
   
   #ModPagespeedEnableFilters 	convert_jpeg_to_webp
   ModPagespeedEnableFilters 	collapse_whitespace,remove_comments
   ModPagespeedEnableFilters 	extend_cache
   ModPagespeedMaxCacheableContentLength 66777216
   ModPagespeedModifyCachingHeaders off
   ModPagespeedForceCaching on
   ModPagespeedRewriteLevel	OptimizeForBandwidth
   ModPagespeedEnableFilters  rewrite_style_attributes_with_url
   #ModPagespeedEnableFilters  rewrite_style_attribute (had to comment it cos it was breaking the site)
   ModPagespeedEnableFilters  fallback_rewrite_css_urls
   
   ModPagespeedEnableFilters insert_ga
   ModPagespeedAnalyticsID UA-4XXXXXXX-1
   ModPagespeedUseAnalyticsJs false
   
   Header set Cache-Control "max-age=2592000, public"
   <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
   Header set Cache-Control "max-age=86400, public"
   </FilesMatch>


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2071: Pagespeed Installed, not working (Apache 2.4)

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #2071:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2071#issuecomment-869063561


   What is yout http.conf?
   To work, pagespeed.conf must be included in the apache config file.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org