apache / incubator-pagespeed-cpanel

mod_pagespeed module for CPanel WHM
Other
144 stars 50 forks source link

How can I update to the latest or beta mod_pagespeed version #12

Closed ghost closed 10 years ago

ghost commented 10 years ago

Your instructions worked like a charm on easyapache, thank you for the great work!

I noticed that the mps installed with this method is version 1.6.29.7-3566

What do I need to do to install a latest version, or the beta version from google?

Thanks!

igrigorik commented 10 years ago

If you rebuild apache it should (I believe) download the latest version: https://github.com/pagespeed/cpanel/blob/master/Easy/pagespeed/speed-install#L57

Right now the install script is using stable version specifically, to switch to beta, you can just change the fetched url: https://github.com/pagespeed/cpanel/blob/master/Easy/pagespeed/speed-install#L48

my $package = "mod-pagespeed-beta_current_" . "$arch" . '.rpm';

^ should do the trick.

ghost commented 10 years ago

Thanks Ilya. The next time I rebuild apache, I will check the version too.

On Thu, Dec 19, 2013 at 8:45 PM, Ilya Grigorik notifications@github.comwrote:

If you rebuild apache it should (I believe) download the latest version: https://github.com/pagespeed/cpanel/blob/master/Easy/pagespeed/speed-install#L57

Right now the install script is using stable version specifically, to switch to beta, you can just change the fetched url:

https://github.com/pagespeed/cpanel/blob/master/Easy/pagespeed/speed-install#L48

my $package = "mod-pagespeed-betacurrent" . "$arch" . '.rpm';

^ should do the trick.

— Reply to this email directly or view it on GitHubhttps://github.com/pagespeed/cpanel/issues/12#issuecomment-30959522 .