Page 1 of 1

nGinx_pagespeed module

Posted: Mon Oct 14, 2013 10:17 am
by Danny
Hello

The nginx and php-fpm rpms are great but I wonder whether it would be possible to include nginx_pagespeed module into the nginx RPM?

Is a 3rd party module from google.

https://developers.google.com/speed/pag ... rom_source


Thanks a lot

Re: nGinx_pagespeed module

Posted: Thu Oct 17, 2013 11:30 am
by scott
Took a shot at this, the issue right now is I cant find the source code for the psol library this module needs. I could only find a binary form of the library.

Re: nGinx_pagespeed module

Posted: Wed Oct 30, 2013 7:51 am
by Danny
scott wrote:Took a shot at this, the issue right now is I cant find the source code for the psol library this module needs. I could only find a binary form of the library.
Thanks a lot Scott, maybe if pagespeed cant be posible http_concat module can be interesting too.
http://wiki.nginx.org/HttpConcatModule

Re: nGinx_pagespeed module

Posted: Sat Apr 18, 2015 1:27 pm
by javitury
I found the instructions for building psol completely from source. It isn't easy, the code for the psol library is in mod_pagespeed, so the module for apache has to be compiled and later those files have to be copied to ngx_pagespeed directory.

Here are the links to the ngx_pagespeed wiki:
https://github.com/pagespeed/ngx_pagesp ... e-Binaries
https://github.com/pagespeed/ngx_pagesp ... rom-Source