[GitHub] [incubator-pagespeed-mod] utags opened a new issue #2078: Mod_Pagespeed WordPress Uploaded WebP image not optimize and serving

2021-08-04 Thread GitBox


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


   Hi all,
   
   I have WordPress sites running Ubuntu 20.04, Nginx setup. This server Nginx 
is configured to serve webP images as a default image format. (Moreover, now 
WordPress 5.8 officially supports webP images).
   
   Therefore I have disabled mod_pagespeed webP image conversion. Right now, I 
convert images using the EWWW image optimizer ([link 
](https://wordpress.org/plugins/ewww-image-optimizer/)  ). Therefore my 
"/wp-content/upload/" has webP images and JPG.
   
   If I enabled the following filters, mod_pagespeed still applies these 
filters to PNG and JPG files, not the webP.
   
   pagespeed EnableFilters insert_image_dimensions, 
resize_rendered_image_dimensions,sprite_image,resize_mobile_images;
   
   How do I configure mod_pagespeed to apply the above filters to WebP images?


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1738: Why is there a 403 error in some images ?

2021-08-04 Thread GitBox


Lofesa commented on issue #1738:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892903327


   Hi @SergeyKhlopov 
   At a first glance you need to enable pagespeed https fecht:
   ```
   pagespeed FetchHttps enable;
   pagespeed SslCertDirectory directory;
   pagespeed SslCertFile file;
   ```
   If the distro is Ubuntu/Debian only SslCertDirectory mus be set, if 
Centos/RedHat bot, directory and file
   These diretory/file are NOT your certificates files (those you configures in 
SSL nginx directives) but system certificate chain files (think in pagespeed as 
a web client), normally:
   For Ubunty/Debian /etc/ssl/certs
   For Centos/RedHat /etc/pki/tls/certs and /etc/pki/tls/cert.pem
   
   Alternativelly you can configure LoadFromFile. 
https://www.modpagespeed.com/doc/https_support#load_from_file
   
   You use an include file (`include   includes/deny-files.conf;`). What 
directives do you have here?
   
   I can´t find any reason for the redirect when you use the url parameter for 
debug. To where you get redirected?
   


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] SergeyKhlopov commented on issue #1738: Why is there a 403 error in some images ?

2021-08-04 Thread GitBox


SergeyKhlopov commented on issue #1738:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892877674


   
[conf.txt](https://github.com/apache/incubator-pagespeed-ngx/files/6933565/conf.txt)
   Yes, with anonymous data I can throw it off.
   If I add the PageSpeedFilters parameter, a redirect occurs.


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1717: Could not complete the build

2021-08-04 Thread GitBox


eilandert commented on issue #1717:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892608422


   Personally, I have no problems to build on focal or whatever distribution, 
as I build in Docker. But I do think this a problem what should be solved in 
the long-term future. Unfortunately I have too little knowledge on the problem 
to help fix this :-(


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] slavonnet closed issue #1039: broken image load

2021-08-04 Thread GitBox


slavonnet closed issue #1039:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1039


   


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

2021-08-04 Thread GitBox


Lofesa commented on issue #1717:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892586850


   I don´t know if in Ubuntu can be set a dual gcc installation or downgrade 
the gcc.
   I compile the module with gcc 9.3.1 on a centos 7 server and it build


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1717: Could not complete the build

2021-08-04 Thread GitBox


Lofesa commented on issue #1717:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-892570068


   Maybe gcc version related?


-- 
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-unsubscr...@pagespeed.apache.org

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




[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1738: Why is there a 403 error in some images ?

2021-08-04 Thread GitBox


Lofesa commented on issue #1738:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892568661


   Not even with anonimized data? for the config files I'll say.
   Well... you can try thi https://yourdomain.com/?PageSpeedFilters=+debug
   And then take a look to the html code of the page. This url param inject 
debug messages in the html and maybe you can see some clue.
   But my bet is some nginx rule that forbid some url from your site.
   Take a look at the nginx log files too


-- 
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-unsubscr...@pagespeed.apache.org

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