Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey, for me (ubuntu 12.04 LTS) it is not /etc/httpd/conf.d/pagespeed.conf but /etc/apache2/conf.d/pagespeed_libraries.conf But is this really the corresponding file?
That’s actually a mistake. It should be “/etc/apache2/mods-available/pagespeed.conf” It’ll be corrected.
@lopikunik: Try running “a2dismod pagespeed” as root, followed by “service apache2 restart”.
Hi, this is my very first contribution to the community.
Al least in Debian 7, I had to ‘chown’ to www-data the /var/cache/mod_pagespeed folder, because I noticed too many errors in /var/log/apache2/error.log
Thanks for your post!
find / -name mod_pagespeed.so -print
use the above command on Ubuntu, it will print the path of mod_pagespeed if it’s installed
otherwise try
find / -name mod_pagespeed_ap24.so -print
It seems like a lot of these server side settings are similar to application level optimizations done by things like caching plugins for Wordpress (i.e. W3 Cache). If so, should I be turning those kinds of things off?
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb did not work correctly on a London server for either an independent sys admin or me.
It turned out to be the same issue as noted at http://www.turnkeylinux.org/forum/support/20120514/how-do-i-install-modpagespeed#comment-18576 with the same solution:
“The problem with me was that the source didnt get downloaded correct from Google. When I opened the downloaded file it was a HTML doc saying that I had no access to the document in my region. I guess my server’s IP was somehow mistraced by Google to some weird country or something. The solution was to DL the source from my computer, then using ftp to put it on th server.”
I am also in the UK so Google should have recognised me as being in the same country as the server, where the download did not work properly.
Is it really possible that London droplets are not seen by Google as being in the UK?
Update to my previous comment:
https://www.countryipblocks.net/ agrees that the server is in the UK. http://whatismyipaddress.com/ip-lookup says the US.
I’ve posted the problem and solution at http://stackoverflow.com/questions/25251845/sudo-dpkg-i-mod-pagespeed-deb-giving-not-a-debian-format-archive-error - without mentioning Digital Ocean because I really don’t think that’s where the problem lies, as Google should happy about both the UK and the US using the module and the ip address can surely only indicate the origin as one of those two.