Compare commits

...

3 Commits

Author SHA1 Message Date
Jeff Kaufman 8b371c0af1 1.9.32.13 -> 1.9.32.14 2016-03-28 09:10:35 -04:00
Jeff Kaufman fcbce7acc2 avoid warning 2016-03-28 09:10:05 -04:00
Jeff Kaufman ad74f4412b 1.9.32.11 -> 1.9.32.13 2016-02-02 13:50:27 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ if [ "$mod_pagespeed_dir" = "unset" ] ; then
echo " You need to separately download the pagespeed library:"
echo ""
echo " $ cd /path/to/ngx_pagespeed"
echo " $ wget https://dl.google.com/dl/page-speed/psol/1.9.32.11.tar.gz"
echo " $ tar -xzvf 1.9.32.11.tar.gz # expands to psol/"
echo " $ wget https://dl.google.com/dl/page-speed/psol/1.9.32.14.tar.gz"
echo " $ tar -xzvf 1.9.32.14.tar.gz # expands to psol/"
echo ""
echo " Or see the installation instructions:"
echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build"
+1 -1
View File
@@ -657,7 +657,7 @@ fetch_until "$URL" "fgrep -c .pagespeed." 1 --header=Host:www.google.com
# If this accepts the Host header and fetches from google.com it will fail with
# a 404. Instead it should use a loopback fetch and succeed.
URL="$HOSTNAME/mod_pagespeed_example/.pagespeed.ce.8CfGBvwDhH.css"
URL="$HOSTNAME/mod_pagespeed_example/styles/big.pagespeed.ce.8CfGBvwDhH.css"
check wget -O /dev/null --header=Host:www.google.com "$URL"
test_filter combine_css combines 4 CSS files into 1.