Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1030 by
bsouff...@gmail.com: infinite 301 loop on images
https://code.google.com/p/modpagespeed/issues/detail?id=1030
What steps will reproduce the problem?
1. Enable mod_pagespeed with the default configuration
2. Load a web page with inline images
3. A few images do not display (inline and background css)
-> When looking at the page with firebug, the inline images have the
pagespeed modified src (for example
myimage.jpg.pagespeed.ce.xo4He3_gYf.jpg). However the network tab of
firebug show that the images do not load. There is an infinite 301 redirect
loop.
-> Because of this the images never display on the web page.
-> Not all the images are broken
mod_pagespeed 13
Ubuntu 14.04LTS
Apache 2.4.7
MPM prefork
URL of broken page:
pagespeed module is curently disabled to prevent the bug to be online on
our website.
Specific apache configuration:
RewriteEngine on
#LogLevel alert rewrite:trace6
#force https cloudflare flexible
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"' [OR]
# force www
RewriteCond %{HTTP_HOST} !^
www.mydomain.com$
RewriteRule (.*)
https://www.mydomain.com$1 [R=301,L]
AliasMatch ^/images/(.*)?$ "/var/www/mydomain/www/images/$1"
AliasMatch ^(/.*)?$ "/var/www/mydomain/www/index.php$1"
<Directory "/var/www/vintagereport">
AllowOverride None
Require all granted
</directory>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings