Comments on How to Install nginx and google pagespeed on Ubuntu 15.04 (Vivid Vervet)
Nginx (engine-x) is a open source and high performance HTTP server, reverse proxy and IMAP/POP3 proxy server. The outstanding features of Nginx are: stability, rich feature set, simple configuration and low resource consumption. Nginx is being used by some of the largest websites on the internet and is gaining more and more popularity in the webmaster community. This tutorials shows how to build a nginx .deb package for Ubuntu 15.04 from source that has Google pagespeed module compiled in.
7 Comment(s)
Comments
https://developers.google.com/speed/pagespeed/service/Deprecation
It's being discontinued in a few months.
Hi Matthew, you seem to mix up the googe pagespeed service with the google pagespeed module for nginx. the google pagespeed services gets discontinued in favor of the pagespeed module. the above tutorial is about compiling nginx with the pagespeed module, it is not about the pagespeed service.
--add-module=../../ngx_pagespeed/ngx_pagespeed-release-1.9.32.3-beta \./configure: error: invalid option " "debian/rules:19: recipe for target 'override_dh_auto_build' failedmake[1]: *** [override_dh_auto_build] Error 1make[1]: Leaving directory '/root/new/nginx_source/nginx-1.8.0'debian/rules:11: recipe for target 'build' failedmake: *** [build] Error 2dpkg-buildpackage: error: debian/rules build gave error exit status 2
It's works with ISPConfig 3?
I search for the /etc/nginx/sites-* folders and do not see.
No, this guide is not compatible with ISPConfig.
After following the following tutorial https://www.howtoforge.com/tutorial/perfect-server-ubuntu-with-nginx-and-ispconfig-3/
I tried this one, to update nginx to the latest version compiled with ngx_pagespeed.
Unfortunately, I had issues with my ISPCONFIG installation.
Can you please provide some help for those who already have nginx & ispconfig installed?
Best regards.
Hello, george!
I tried this tutorial, with caution to the packages versions and are working well:
https://www.howtoforge.com/tutorial/nginx-with-ngx_pagespeed-on-debian-8-jessie/