You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pagespeed.apache.org by ju...@apache.org on 2017/12/30 04:41:12 UTC

[01/50] [abbrv] incubator-pagespeed-cpanel git commit: checkout into mod_pagespeed directory

Repository: incubator-pagespeed-cpanel
Updated Branches:
  refs/heads/master [created] bb268e14d
  refs/pull/10/head [created] c39e513cf
  refs/pull/10/merge [created] 4edcc37f9
  refs/pull/17/head [created] 19844fe79
  refs/pull/17/merge [created] 7424ed3b3
  refs/pull/18/head [created] 66da20161
  refs/pull/37/head [created] 15c0b4415
  refs/pull/39/head [created] a1613c267
  refs/pull/39/merge [created] 43a34bcea
  refs/pull/43/head [created] d5600e2dc
  refs/pull/43/merge [created] 179582618
  refs/pull/46/head [created] f8acd10ba
  refs/pull/48/head [created] 1db693b46
  refs/pull/48/merge [created] f987b80c4
  refs/pull/51/head [created] d4430ba60
  refs/pull/51/merge [created] bfc45d307
  refs/pull/8/head [created] a7873fab0
  refs/pull/8/merge [created] 0c7308ae8
  refs/pull/9/head [created] fa0b2df14
  refs/pull/9/merge [created] 4d91541c2


checkout into mod_pagespeed directory


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/e94dd01b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/e94dd01b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/e94dd01b

Branch: refs/heads/master
Commit: e94dd01b8b38e2ae1e39a15f34ba133e8fb6f6df
Parents: dbf251d
Author: Ilya Grigorik <il...@igvita.com>
Authored: Wed Mar 13 16:24:12 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Wed Mar 13 16:24:12 2013 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/e94dd01b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9733e0b..de5426c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 Clone the installation scripts onto your CPanel server:
 
 ```
-git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/
+git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/mod_pagespeed
 ```
 
 That's it! Now you can install mod_pagespeed through CPanel:


[36/50] [abbrv] incubator-pagespeed-cpanel git commit: Cleaned up README.md

Posted by ju...@apache.org.
Cleaned up README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d5600e2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d5600e2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d5600e2d

Branch: refs/pull/43/head
Commit: d5600e2dcc0c59855ba394dc662d3a8c5d954b5e
Parents: 1b1f6cc
Author: Andrew Pietila <a....@cpanel.net>
Authored: Sun Feb 28 09:35:01 2016 -0600
Committer: Andrew Pietila <a....@cpanel.net>
Committed: Sun Feb 28 09:35:01 2016 -0600

----------------------------------------------------------------------
 README.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/d5600e2d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..849d5e4 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,23 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
+### EasyApache 4
 If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
-$> /etc/init.d/httpd restart
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-latest-stable.x86_64.rpm
+$> /scripts/restartsrv_httpd
 ```
 
-1. Clone the installation scripts onto your CPanel server:
+### EasyApache 3
+1\. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/
 ```
 
-2. Create Speed.pm.tar.gz
+2\. Create Speed.pm.tar.gz
 ```bash
 $> cd /tmp/pagespeed/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
@@ -27,7 +29,7 @@ $> mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel
 $> cd && rm -rf /tmp/pagespeed
 ```
 
-3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
+3\. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
 
 
 ## Configuring mod_pagespeed


[18/50] [abbrv] incubator-pagespeed-cpanel git commit: update readme install instructions, closes #14

Posted by ju...@apache.org.
update readme install instructions, closes #14

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/7de05a22
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/7de05a22
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/7de05a22

Branch: refs/heads/master
Commit: 7de05a2224e007dceabf7cdcf6964bf7086da4ea
Parents: dc0bc11
Author: Ilya Grigorik <il...@igvita.com>
Authored: Sat Sep 13 20:50:14 2014 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Sat Sep 13 20:50:14 2014 -0700

----------------------------------------------------------------------
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/7de05a22/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 689d293..96c8aaa 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,15 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
+$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
 ```
 
 2. Create Speed.pm.tar.gz
 ```bash
-$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy && tar -zcvf Speed.pm.tar.gz pagespeed
+$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy
+$> tar -zcvf Speed.pm.tar.gz pagespeed
+$> mv -v /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
+$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
 ```
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!


[49/50] [abbrv] incubator-pagespeed-cpanel git commit: Correct path.

Posted by ju...@apache.org.
Correct path.

The previous path doesn't appear to be correct. I am proposing we change it to /etc/apache2/conf.modules.d/ because a pagespeed.conf is present in that directory.

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d4430ba6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d4430ba6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d4430ba6

Branch: refs/pull/51/head
Commit: d4430ba605bc47ea849a4246cd43b9cf85283a17
Parents: bb268e1
Author: k0nsl <i....@k0nsl.org>
Authored: Wed Jul 13 17:21:50 2016 +0200
Committer: GitHub <no...@github.com>
Committed: Wed Jul 13 17:21:50 2016 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/d4430ba6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c5fcd6e..b39e616 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ If you are running EasyApache4, follow these steps to upgrade.
 
 ## Configuring mod_pagespeed
 
-The installation script will copy a default **pagespeed.conf** file into `/usr/local/apache/conf/` on your server. Please consult the following pages to customize your configuration:
+The installation script will copy a default **pagespeed.conf** file into `/etc/apache2/conf.modules.d/` on your server. Please consult the following pages to customize your configuration:
 
 - [mod_pagespeed module configuration](https://developers.google.com/speed/docs/mod_pagespeed/configuration)
 - [configuring mod_pagespeed filters](https://developers.google.com/speed/docs/mod_pagespeed/config_filters)


[44/50] [abbrv] incubator-pagespeed-cpanel git commit: added mod_ruid2 as incompatible module

Posted by ju...@apache.org.
added mod_ruid2 as incompatible module


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/5775bc53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/5775bc53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/5775bc53

Branch: refs/pull/48/head
Commit: 5775bc531f37636d9543f4453ba8292ae52b48fd
Parents: 54d28b1
Author: Prajith <pr...@gmail.com>
Authored: Tue Jun 28 07:49:00 2016 +0400
Committer: Prajith <pr...@gmail.com>
Committed: Tue Jun 28 07:49:00 2016 +0400

----------------------------------------------------------------------
 EA4/SPECS/mod_pagespeed.spec                     |   4 ++++
 ...-apache24-mod_pagespeed-latest-stable.src.rpm | Bin 5320 -> 5464 bytes
 Easy/Speed.pm                                    |   6 +++---
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/EA4/SPECS/mod_pagespeed.spec
----------------------------------------------------------------------
diff --git a/EA4/SPECS/mod_pagespeed.spec b/EA4/SPECS/mod_pagespeed.spec
index 56f9a01..8e9d35a 100644
--- a/EA4/SPECS/mod_pagespeed.spec
+++ b/EA4/SPECS/mod_pagespeed.spec
@@ -11,6 +11,7 @@ URL: http://modpagespeed.com/
 Source0: 456_pagespeed.conf
 BuildRequires: wget
 BuildRequires: cpio
+Conflicts: %{ns_name}-mod_ruid2
 Requires(pre): ea-apache24 ea-apache24-mod_version
 
 # Suppres auto-provides for module DSO
@@ -57,6 +58,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_httpd_modconfdir}/*.conf
 
 %changelog
+* Mon Jun 28 2016 Prajith <pr...@gmail.com> - 1.9-3
+- Added mod_ruid2 as conflict package
+
 * Thu Dec 17 2015 Prajith <pr...@gmail.com> - 1.9-2
 - Change version and release to 'latest' and 'stable'
 - update license to ' Apache Software License'

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
----------------------------------------------------------------------
diff --git a/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
index 7baa864..1006160 100644
Binary files a/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm and b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm differ

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/Easy/Speed.pm
----------------------------------------------------------------------
diff --git a/Easy/Speed.pm b/Easy/Speed.pm
index 4c2d762..2d0e39d 100755
--- a/Easy/Speed.pm
+++ b/Easy/Speed.pm
@@ -7,7 +7,7 @@ our $easyconfig = {
   'hastargz'  => 1,
   'ensurepkg' => [qw{rpm cpio}],
   'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, }, },
-  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, },
+  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, 'Cpanel::Easy::ModRuid2' => 0, },
   'src_cd2'   => 'pagespeed/',
 
   'when_i_am_off' => sub {
@@ -29,8 +29,8 @@ our $easyconfig = {
    # Apache 2.4 because cPanel use './configure --enable-modules=none'.
     my ( $easy, $self_hr, $profile_hr ) = @_;
     if ( $profile_hr->{'Apache'}{'version'} eq '2_4' ) {
-       $self_hr->{'implies'} = { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, };
-       $self_hr->{'depends'} = { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, }, },
+       $self_hr->{'implies'} = { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, 'Cpanel::Easy::ModRuid2' => 0, };
+       $self_hr->{'depends'} = { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, 'Cpanel::Easy::ModRuid2' => 0, }, },
     }
   },
 


[22/50] [abbrv] incubator-pagespeed-cpanel git commit: typofixes - https://github.com/vlajos/misspell_fixer

Posted by ju...@apache.org.
typofixes - https://github.com/vlajos/misspell_fixer


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/66da2016
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/66da2016
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/66da2016

Branch: refs/heads/master
Commit: 66da2016181ca044ff2870e9c36b79022d6195fd
Parents: d29f95f
Author: Veres Lajos <vl...@gmail.com>
Authored: Thu Dec 4 21:11:40 2014 +0000
Committer: Veres Lajos <vl...@gmail.com>
Committed: Thu Dec 4 21:11:40 2014 +0000

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/66da2016/Easy/pagespeed/mod_pagespeed/pagespeed.conf
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/mod_pagespeed/pagespeed.conf b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
index 54c06c3..de134fc 100644
--- a/Easy/pagespeed/mod_pagespeed/pagespeed.conf
+++ b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
@@ -35,7 +35,7 @@
   # ModPagespeedRewriteLevel PassThrough
 
   # Explicitly disables specific filters. This is useful in
-  # conjuction with ModPagespeedRewriteLevel. For instance, if one
+  # conjunction with ModPagespeedRewriteLevel. For instance, if one
   # of the filters in the CoreFilters needs to be disabled for a
   # site, that filter can be added to
   # ModPagespeedDisableFilters. This directive contains a
@@ -44,7 +44,7 @@
   # ModPagespeedDisableFilters rewrite_images
 
   # Explicitly enables specific filters. This is useful in
-  # conjuction with ModPagespeedRewriteLevel. For instance, filters
+  # conjunction with ModPagespeedRewriteLevel. For instance, filters
   # not included in the CoreFilters may be enabled using this
   # directive. This directive contains a comma-separated list of
   # filter names, and can be repeated.


[14/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge c39e513cf14bb92b59a7fd9297ae35868f27febc into 85959b0b4dd0c49251dc69f9866230a1f0aa400f

Posted by ju...@apache.org.
Merge c39e513cf14bb92b59a7fd9297ae35868f27febc into 85959b0b4dd0c49251dc69f9866230a1f0aa400f


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/4edcc37f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/4edcc37f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/4edcc37f

Branch: refs/pull/10/merge
Commit: 4edcc37f94638aeaac82b08476427696ea7632b4
Parents: 85959b0 c39e513
Author: Prajith <pr...@gmail.com>
Authored: Tue Oct 8 00:36:45 2013 -0700
Committer: Prajith <pr...@gmail.com>
Committed: Tue Oct 8 00:36:45 2013 -0700

----------------------------------------------------------------------
 Easy/Speed.pm | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[43/50] [abbrv] incubator-pagespeed-cpanel git commit: added mod_ruid2 as incompatible module

Posted by ju...@apache.org.
added mod_ruid2 as incompatible module


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/5775bc53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/5775bc53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/5775bc53

Branch: refs/pull/48/merge
Commit: 5775bc531f37636d9543f4453ba8292ae52b48fd
Parents: 54d28b1
Author: Prajith <pr...@gmail.com>
Authored: Tue Jun 28 07:49:00 2016 +0400
Committer: Prajith <pr...@gmail.com>
Committed: Tue Jun 28 07:49:00 2016 +0400

----------------------------------------------------------------------
 EA4/SPECS/mod_pagespeed.spec                     |   4 ++++
 ...-apache24-mod_pagespeed-latest-stable.src.rpm | Bin 5320 -> 5464 bytes
 Easy/Speed.pm                                    |   6 +++---
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/EA4/SPECS/mod_pagespeed.spec
----------------------------------------------------------------------
diff --git a/EA4/SPECS/mod_pagespeed.spec b/EA4/SPECS/mod_pagespeed.spec
index 56f9a01..8e9d35a 100644
--- a/EA4/SPECS/mod_pagespeed.spec
+++ b/EA4/SPECS/mod_pagespeed.spec
@@ -11,6 +11,7 @@ URL: http://modpagespeed.com/
 Source0: 456_pagespeed.conf
 BuildRequires: wget
 BuildRequires: cpio
+Conflicts: %{ns_name}-mod_ruid2
 Requires(pre): ea-apache24 ea-apache24-mod_version
 
 # Suppres auto-provides for module DSO
@@ -57,6 +58,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_httpd_modconfdir}/*.conf
 
 %changelog
+* Mon Jun 28 2016 Prajith <pr...@gmail.com> - 1.9-3
+- Added mod_ruid2 as conflict package
+
 * Thu Dec 17 2015 Prajith <pr...@gmail.com> - 1.9-2
 - Change version and release to 'latest' and 'stable'
 - update license to ' Apache Software License'

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
----------------------------------------------------------------------
diff --git a/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
index 7baa864..1006160 100644
Binary files a/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm and b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm differ

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5775bc53/Easy/Speed.pm
----------------------------------------------------------------------
diff --git a/Easy/Speed.pm b/Easy/Speed.pm
index 4c2d762..2d0e39d 100755
--- a/Easy/Speed.pm
+++ b/Easy/Speed.pm
@@ -7,7 +7,7 @@ our $easyconfig = {
   'hastargz'  => 1,
   'ensurepkg' => [qw{rpm cpio}],
   'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, }, },
-  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, },
+  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, 'Cpanel::Easy::ModRuid2' => 0, },
   'src_cd2'   => 'pagespeed/',
 
   'when_i_am_off' => sub {
@@ -29,8 +29,8 @@ our $easyconfig = {
    # Apache 2.4 because cPanel use './configure --enable-modules=none'.
     my ( $easy, $self_hr, $profile_hr ) = @_;
     if ( $profile_hr->{'Apache'}{'version'} eq '2_4' ) {
-       $self_hr->{'implies'} = { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, };
-       $self_hr->{'depends'} = { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, }, },
+       $self_hr->{'implies'} = { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, 'Cpanel::Easy::ModRuid2' => 0, };
+       $self_hr->{'depends'} = { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, 'Cpanel::Easy::ModRuid2' => 0, }, },
     }
   },
 


[37/50] [abbrv] incubator-pagespeed-cpanel git commit: add instructions for upgrading mod_pagespeed/EA3|4

Posted by ju...@apache.org.
add instructions for upgrading mod_pagespeed/EA3|4


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/f8acd10b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/f8acd10b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/f8acd10b

Branch: refs/heads/master
Commit: f8acd10ba043e7be8addde6b2b34ae4febb05a9c
Parents: 1b1f6cc
Author: Jeffrey Crowell <jc...@google.com>
Authored: Wed Apr 13 14:36:19 2016 -0400
Committer: Jeffrey Crowell <jc...@google.com>
Committed: Wed Apr 13 14:36:19 2016 -0400

----------------------------------------------------------------------
 README.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/f8acd10b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..c5fcd6e 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,35 @@ $> cd && rm -rf /tmp/pagespeed
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
 
+## Updating instructions
+
+If you are using EasyApache3, run `easyapache` to upgrade mod_pagespeed to the
+latest version.
+
+If you are running EasyApache4, follow these steps to upgrade.
+
+ - create file `/etc/rpm/macros.apache2` with the following contents
+
+ ```
+ %_httpd_mmn 20120211x8664
+ %_httpd_apxs /usr/bin/apxs
+ %_httpd_dir /etc/apache2
+ %_httpd_bindir %{_httpd_dir}/bin
+ %_httpd_modconfdir %{_httpd_dir}/conf.modules.d
+ %_httpd_confdir %{_httpd_dir}/conf.d
+ %_httpd_contentdir /usr/share/apache2
+ %_httpd_moddir /usr/lib64/apache2/modules
+ ```
+
+ - then run the following commands
+
+ ```bash
+ rm -rf /root/rpmbuild/RPMS/x86_64/
+ wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+ rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+ rpm -Uvh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
+ /etc/init.d/httpd restart
+ ```
 
 ## Configuring mod_pagespeed
 


[42/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #1 from pagespeed/master

Posted by ju...@apache.org.
Merge pull request #1 from pagespeed/master

sync fork

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/54d28b17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/54d28b17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/54d28b17

Branch: refs/pull/48/merge
Commit: 54d28b1711436ed608cf66a51a17f55ec796d369
Parents: a1613c2 bb268e1
Author: NDZ Prajith <pr...@gmail.com>
Authored: Tue Jun 28 02:13:48 2016 +0530
Committer: GitHub <no...@github.com>
Committed: Tue Jun 28 02:13:48 2016 +0530

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf |  4 ++--
 README.md                                   | 29 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/54d28b17/README.md
----------------------------------------------------------------------


[09/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #8 from Prajithp/master

Posted by ju...@apache.org.
Merge pull request #8 from Prajithp/master

fixed os arch handling

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d825333f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d825333f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d825333f

Branch: refs/heads/master
Commit: d825333f38b53425fcfb87138864b2cf6546294f
Parents: 82909f3 a7873fa
Author: Ilya Grigorik <il...@igvita.com>
Authored: Sun Sep 29 15:49:22 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Sun Sep 29 15:49:22 2013 -0700

----------------------------------------------------------------------
 Easy/pagespeed/speed-install | 5 +++++
 LICENSE                      | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[41/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #1 from pagespeed/master

Posted by ju...@apache.org.
Merge pull request #1 from pagespeed/master

sync fork

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/54d28b17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/54d28b17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/54d28b17

Branch: refs/pull/48/head
Commit: 54d28b1711436ed608cf66a51a17f55ec796d369
Parents: a1613c2 bb268e1
Author: NDZ Prajith <pr...@gmail.com>
Authored: Tue Jun 28 02:13:48 2016 +0530
Committer: GitHub <no...@github.com>
Committed: Tue Jun 28 02:13:48 2016 +0530

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf |  4 ++--
 README.md                                   | 29 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/54d28b17/README.md
----------------------------------------------------------------------


[23/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #18 from vlajos/typofixes-vlajos-20141204

Posted by ju...@apache.org.
Merge pull request #18 from vlajos/typofixes-vlajos-20141204

typofixes - https://github.com/vlajos/misspell_fixer

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/b0b97e92
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/b0b97e92
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/b0b97e92

Branch: refs/heads/master
Commit: b0b97e9282d71f2db797360bc0aadda87dad506c
Parents: d29f95f 66da201
Author: Ilya Grigorik <il...@igvita.com>
Authored: Thu Dec 4 13:40:38 2014 -0800
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Thu Dec 4 13:40:38 2014 -0800

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[12/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #9 from Prajithp/master

Posted by ju...@apache.org.
Merge pull request #9 from Prajithp/master

Added Apache::Version module as mod_pagespeed dependency

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/85959b0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/85959b0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/85959b0b

Branch: refs/heads/master
Commit: 85959b0b4dd0c49251dc69f9866230a1f0aa400f
Parents: d825333 fa0b2df
Author: Ilya Grigorik <il...@igvita.com>
Authored: Mon Sep 30 08:22:17 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Mon Sep 30 08:22:17 2013 -0700

----------------------------------------------------------------------
 Easy/Speed.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[11/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge fa0b2df149860514e7decfe86823661ce129acb4 into d825333f38b53425fcfb87138864b2cf6546294f

Posted by ju...@apache.org.
Merge fa0b2df149860514e7decfe86823661ce129acb4 into d825333f38b53425fcfb87138864b2cf6546294f


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/4d91541c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/4d91541c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/4d91541c

Branch: refs/pull/9/merge
Commit: 4d91541c276da1df66a92750ff9396533e739fd4
Parents: d825333 fa0b2df
Author: Prajithp <pr...@gmail.com>
Authored: Mon Sep 30 00:41:39 2013 -0700
Committer: Prajithp <pr...@gmail.com>
Committed: Mon Sep 30 00:41:39 2013 -0700

----------------------------------------------------------------------
 Easy/Speed.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[16/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #10 from Prajithp/master

Posted by ju...@apache.org.
Merge pull request #10 from Prajithp/master

Fixed ## version module is automatically disabling.

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/2b4b5065
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/2b4b5065
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/2b4b5065

Branch: refs/heads/master
Commit: 2b4b5065d6dc84d9a09de1104a94ceb8405750cf
Parents: 85959b0 c39e513
Author: Ilya Grigorik <il...@igvita.com>
Authored: Tue Oct 8 10:38:02 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Tue Oct 8 10:38:02 2013 -0700

----------------------------------------------------------------------
 Easy/Speed.pm | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[50/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge d4430ba605bc47ea849a4246cd43b9cf85283a17 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c

Posted by ju...@apache.org.
Merge d4430ba605bc47ea849a4246cd43b9cf85283a17 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/bfc45d30
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/bfc45d30
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/bfc45d30

Branch: refs/pull/51/merge
Commit: bfc45d307026921d37c561c08c07a3dae846b954
Parents: bb268e1 d4430ba
Author: k0nsl <i....@k0nsl.org>
Authored: Wed Jul 13 15:21:57 2016 +0000
Committer: GitHub <no...@github.com>
Committed: Wed Jul 13 15:21:57 2016 +0000

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[21/50] [abbrv] incubator-pagespeed-cpanel git commit: update install instructions, closes #17

Posted by ju...@apache.org.
update install instructions, closes #17

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d29f95fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d29f95fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d29f95fe

Branch: refs/heads/master
Commit: d29f95fef26d6ae01bc80b31e0a7e417a7c4d453
Parents: 7de05a2
Author: Ilya Grigorik <il...@igvita.com>
Authored: Mon Sep 15 10:34:24 2014 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Mon Sep 15 10:34:24 2014 -0700

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/d29f95fe/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 96c8aaa..7ec2a17 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/
 ```
 
 2. Create Speed.pm.tar.gz
 ```bash
-$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy
+$> cd /tmp/pagespeed/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
-$> mv -v /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
-$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> mkdir -p /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
+$> mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
+$> cd && rm -rf /tmp/pagespeed
 ```
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!


[04/50] [abbrv] incubator-pagespeed-cpanel git commit: update install instructions - fixes #3

Posted by ju...@apache.org.
update install instructions - fixes #3

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/83c80a77
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/83c80a77
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/83c80a77

Branch: refs/heads/master
Commit: 83c80a7704d1b4fb66f4da44924a6165c1a584f4
Parents: eb8ef9d
Author: Ilya Grigorik <il...@igvita.com>
Authored: Thu May 23 18:07:31 2013 -0600
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Thu May 23 18:07:31 2013 -0600

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/83c80a77/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2c0ed52..853e55f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed
+$> git clone http://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
 ```
 
 2. Create Speed.pm.tar.gz


[27/50] [abbrv] incubator-pagespeed-cpanel git commit: Update LICENSE

Posted by ju...@apache.org.
Update LICENSE

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/2bfe4d3b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/2bfe4d3b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/2bfe4d3b

Branch: refs/heads/master
Commit: 2bfe4d3b3274ad65879cded4ccb73500e2366a9c
Parents: 8a1ad51
Author: Prajith <pr...@gmail.com>
Authored: Tue Dec 15 18:50:39 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Dec 15 18:50:39 2015 +0530

----------------------------------------------------------------------
 LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/2bfe4d3b/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 276497a..266711a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2012-2013 Prajith && Ndimensionz
+Copyright (C) 2014-2015 Prajith && Ndimensionz
 
 http://www.prajith.in/install-mod_pagespeed-in-whmcpanel-using-easyapache/
 http://ndimensionz.com


[03/50] [abbrv] incubator-pagespeed-cpanel git commit: update install instructions

Posted by ju...@apache.org.
update install instructions

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/eb8ef9d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/eb8ef9d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/eb8ef9d8

Branch: refs/heads/master
Commit: eb8ef9d82f24c818ca866fb15174a7d2eb3aad43
Parents: 9cb3892
Author: Ilya Grigorik <il...@igvita.com>
Authored: Mon May 20 14:53:06 2013 -0600
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Mon May 20 14:53:06 2013 -0600

----------------------------------------------------------------------
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/eb8ef9d8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index de5426c..2c0ed52 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,18 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-Clone the installation scripts onto your CPanel server:
-
+1. Clone the installation scripts onto your CPanel server:
+```bash
+$> git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed
 ```
-git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/mod_pagespeed
+
+2. Create Speed.pm.tar.gz
+```bash
+$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy && tar -zcvf Speed.pm.tar.gz pagespeed
 ```
 
-That's it! Now you can install mod_pagespeed through CPanel:
+3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
 
-* Run `/scripts/easyapache` from command line, or...
-* Login into WHM and go to "EasyApache Update" and check the mod_pagespeed checkbox
 
 ## Configuring mod_pagespeed
 


[20/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge 19844fe7921bf99c8a13312bd79459f5e6fe8101 into 7de05a2224e007dceabf7cdcf6964bf7086da4ea

Posted by ju...@apache.org.
Merge 19844fe7921bf99c8a13312bd79459f5e6fe8101 into 7de05a2224e007dceabf7cdcf6964bf7086da4ea


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/7424ed3b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/7424ed3b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/7424ed3b

Branch: refs/pull/17/merge
Commit: 7424ed3b320ef7908a5075fd594e0fcdb4f302b0
Parents: 7de05a2 19844fe
Author: Prajith <pr...@gmail.com>
Authored: Sun Sep 14 08:46:59 2014 +0000
Committer: Prajith <pr...@gmail.com>
Committed: Sun Sep 14 08:46:59 2014 +0000

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[13/50] [abbrv] incubator-pagespeed-cpanel git commit: Fixed ## version module is automatically disabling.

Posted by ju...@apache.org.
Fixed ## version module is automatically disabling.

This has been fixed, cPanel is using reverse method to enable Apache Version module. 

Thank you

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/468b4f17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/468b4f17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/468b4f17

Branch: refs/heads/master
Commit: 468b4f1763a7c67f5932c777872169c165f6224f
Parents: fa0b2df
Author: Prajith <pr...@gmail.com>
Authored: Tue Oct 8 12:29:59 2013 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Oct 8 12:29:59 2013 +0530

----------------------------------------------------------------------
 Easy/Speed.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/468b4f17/Easy/Speed.pm
----------------------------------------------------------------------
diff --git a/Easy/Speed.pm b/Easy/Speed.pm
index aa632c1..138a592 100755
--- a/Easy/Speed.pm
+++ b/Easy/Speed.pm
@@ -6,8 +6,8 @@ our $easyconfig = {
   'note'      => 'mod_pagespeed for Apache 2.x',
   'hastargz'  => 1,
   'ensurepkg' => [qw{rpm cpio}],
-  'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, }, },
-  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, },
+  'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, }, },
+  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 0, },
   'src_cd2'   => 'pagespeed/',
 
   'when_i_am_off' => sub {


[47/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge 1db693b467a5698f7414879456e7e640f49c1e51 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c

Posted by ju...@apache.org.
Merge 1db693b467a5698f7414879456e7e640f49c1e51 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/f987b80c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/f987b80c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/f987b80c

Branch: refs/pull/48/merge
Commit: f987b80c473b62a56135d16b5335a12b605000d8
Parents: bb268e1 1db693b
Author: NDZ Prajith <pr...@gmail.com>
Authored: Tue Jun 28 03:54:14 2016 +0000
Committer: GitHub <no...@github.com>
Committed: Tue Jun 28 03:54:14 2016 +0000

----------------------------------------------------------------------
 EA4/SPECS/mod_pagespeed.spec                     |   4 ++++
 ...-apache24-mod_pagespeed-latest-stable.src.rpm | Bin 5320 -> 5464 bytes
 Easy/Speed.pm                                    |   6 +++---
 LICENSE                                          |   2 +-
 README.md                                        |   9 +++++----
 5 files changed, 13 insertions(+), 8 deletions(-)
----------------------------------------------------------------------



[05/50] [abbrv] incubator-pagespeed-cpanel git commit: add support for Apache 2.4+ - closes #6

Posted by ju...@apache.org.
add support for Apache 2.4+ - closes #6

Install instructions:
https://developers.google.com/speed/pagespeed/module/install


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/5666d62c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/5666d62c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/5666d62c

Branch: refs/heads/master
Commit: 5666d62cd7a614ff1dc2b35ad87940823eb8ab4c
Parents: 83c80a7
Author: Ilya Grigorik <il...@igvita.com>
Authored: Mon Aug 19 22:21:17 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Mon Aug 19 22:21:17 2013 -0700

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf | 9 ++++++++-
 Easy/pagespeed/speed-install                | 3 ++-
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5666d62c/Easy/pagespeed/mod_pagespeed/pagespeed.conf
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/mod_pagespeed/pagespeed.conf b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
index 6a96a07..a624825 100644
--- a/Easy/pagespeed/mod_pagespeed/pagespeed.conf
+++ b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
@@ -1,5 +1,12 @@
+<IfModule !mod_version.c>
+  LoadModule version_module /usr/lib/apache2/modules/mod_version.so
+</IfModule>
+
 <IfVersion < 2.4>
-  LoadModule pagespeed_module modules/mod_pagespeed.so
+  LoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed.so
+</IfVersion>
+<IfVersion >= 2.4.2>
+  LoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed_ap24.so
 </IfVersion>
 
 <IfModule pagespeed_module>

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/5666d62c/Easy/pagespeed/speed-install
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/speed-install b/Easy/pagespeed/speed-install
index 59274af..55c9081 100755
--- a/Easy/pagespeed/speed-install
+++ b/Easy/pagespeed/speed-install
@@ -59,7 +59,7 @@ if ( !-e "$package" ) {
   my $cmd = ("$rpm2_bin $package | $cpio_bin -idmv");
   executeForkedTask("$cmd");
 
-  my $cpcmd = ("/bin/cp -r usr/{lib,lib64}/httpd/modules/mod_pagespeed.so $module_dir");
+  my $cpcmd = ("/bin/cp -r usr/{lib,lib64}/httpd/modules/mod_pagespeed{,_ap24}.so $module_dir");
   executeForkedTask("$cpcmd");
 
   if ( !-e "$module_dir" . "/mod_pagespeed.so" ) {
@@ -67,6 +67,7 @@ if ( !-e "$package" ) {
 
   } else {
     chmod( 0755, "$module_dir" . "/mod_pagespeed.so" );
+    chmod( 0755, "$module_dir" . "/mod_pagespeed_ap24.so" );
 
     if ( !-e "$install_dir" . "/mod_pagespeed"  . "/pagespeed.conf" ) {
       die "Unable to find the configuration file for mod_pagespeed";


[10/50] [abbrv] incubator-pagespeed-cpanel git commit: Added Apache::Version module as mod_pagespeed dependency

Posted by ju...@apache.org.
Added Apache::Version module as mod_pagespeed dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/fa0b2df1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/fa0b2df1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/fa0b2df1

Branch: refs/heads/master
Commit: fa0b2df149860514e7decfe86823661ce129acb4
Parents: a7873fa
Author: root <ro...@server1.sooraj.net>
Authored: Mon Sep 30 07:36:36 2013 +0000
Committer: root <ro...@server1.sooraj.net>
Committed: Mon Sep 30 07:36:36 2013 +0000

----------------------------------------------------------------------
 Easy/Speed.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/fa0b2df1/Easy/Speed.pm
----------------------------------------------------------------------
diff --git a/Easy/Speed.pm b/Easy/Speed.pm
index 2ec2815..aa632c1 100755
--- a/Easy/Speed.pm
+++ b/Easy/Speed.pm
@@ -1,13 +1,13 @@
 package Cpanel::Easy::Speed;
 
 our $easyconfig = {
-  'name'      => 'mod_pagespeed (Author: Prajith)',
+  'name'      => 'mod_pagespeed',
   'url'       => 'http://www.prajith.in',
   'note'      => 'mod_pagespeed for Apache 2.x',
   'hastargz'  => 1,
   'ensurepkg' => [qw{rpm cpio}],
-  'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, }, },
-  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, },
+  'depends'   => { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, }, },
+  'implies'   => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, },
   'src_cd2'   => 'pagespeed/',
 
   'when_i_am_off' => sub {


[07/50] [abbrv] incubator-pagespeed-cpanel git commit: fixed os arch handling

Posted by ju...@apache.org.
fixed os arch handling


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/a7873fab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a7873fab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a7873fab

Branch: refs/heads/master
Commit: a7873fab06192430efd27e1c3664a6eedeb0b38b
Parents: 82909f3
Author: root <ro...@server1.sooraj.net>
Authored: Sun Sep 29 19:34:36 2013 +0000
Committer: root <ro...@server1.sooraj.net>
Committed: Sun Sep 29 19:34:36 2013 +0000

----------------------------------------------------------------------
 Easy/pagespeed/speed-install | 5 +++++
 LICENSE                      | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a7873fab/Easy/pagespeed/speed-install
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/speed-install b/Easy/pagespeed/speed-install
index 55c9081..5f07ace 100755
--- a/Easy/pagespeed/speed-install
+++ b/Easy/pagespeed/speed-install
@@ -11,6 +11,10 @@ use Cwd;
 
 my $arch         = `uname -i`;
 chomp($arch);
+if (($arch eq "i386") || ($arch eq "i686") || ($arch eq "i586"))
+{
+  $arch = "i386";
+} 
 
 my $module_dir   = "/usr/local/apache/modules";
 my $parent_dir   = "/var/mod_pagespeed";
@@ -49,6 +53,7 @@ my $package = "mod-pagespeed-stable_current_" . "$arch" . '.rpm';
 # https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
 # https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb
 
+#we are always using stable version
 my $download_cmd = ("$download_bin https://dl-ssl.google.com/dl/linux/direct/$package");
 executeForkedTask("$download_cmd");
 

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a7873fab/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 51cddf7..276497a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
-Copyright (C) 2012-2013 Prajith
+Copyright (C) 2012-2013 Prajith && Ndimensionz
 
 http://www.prajith.in/install-mod_pagespeed-in-whmcpanel-using-easyapache/
+http://ndimensionz.com
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 


[28/50] [abbrv] incubator-pagespeed-cpanel git commit: Update README.md

Posted by ju...@apache.org.
Update README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/00abc9ac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/00abc9ac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/00abc9ac

Branch: refs/heads/master
Commit: 00abc9ac8714a43a768ec56ff417c541fa47b6ff
Parents: 2bfe4d3
Author: Prajith <pr...@gmail.com>
Authored: Tue Dec 15 18:53:38 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Dec 15 18:53:38 2015 +0530

----------------------------------------------------------------------
 README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/00abc9ac/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 91f198a..5c53a35 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 # mod_pagespeed module for CPanel WHM
 
+A custom module for CPanel WHM using CPanel Easy Framework - allows easy installation of mod_pagespeed via `/scripts/easyapache` on command line or through easyapache from WHM web console.
+
+## Installation instructions
+
 If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
@@ -9,21 +13,18 @@ $> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_6
 $> /etc/init.d/httpd restart
 ```
 
-A custom module for CPanel WHM using CPanel Easy Framework - allows easy installation of mod_pagespeed via `/scripts/easyapache` on command line or through easyapache from WHM web console.
-
-## Installation instructions
-
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
+$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/
 ```
 
 2. Create Speed.pm.tar.gz
 ```bash
-$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
+$> cd /tmp/pagespeed/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
-$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/pagespeed/
-$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/{.git,LICENSE,README.md}
+$> mkdir -p /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
+$> mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
+$> cd && rm -rf /tmp/pagespeed
 ```
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!


[29/50] [abbrv] incubator-pagespeed-cpanel git commit: update spec

Posted by ju...@apache.org.
update spec


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/15c0b441
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/15c0b441
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/15c0b441

Branch: refs/heads/master
Commit: 15c0b44150db8168286c8319efd44ec1977e7796
Parents: 00abc9a
Author: Prajith <pr...@gmail.com>
Authored: Thu Dec 17 04:30:01 2015 +0000
Committer: Prajith <pr...@gmail.com>
Committed: Thu Dec 17 04:30:01 2015 +0000

----------------------------------------------------------------------
 EA4/SPECS/mod_pagespeed.spec                        |  12 ++++++++----
 EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm     | Bin 5096 -> 0 bytes
 EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm | Bin 0 -> 5320 bytes
 3 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/15c0b441/EA4/SPECS/mod_pagespeed.spec
----------------------------------------------------------------------
diff --git a/EA4/SPECS/mod_pagespeed.spec b/EA4/SPECS/mod_pagespeed.spec
index 09f0f56..56f9a01 100644
--- a/EA4/SPECS/mod_pagespeed.spec
+++ b/EA4/SPECS/mod_pagespeed.spec
@@ -3,9 +3,9 @@
 
 Summary: Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth.
 Name: ea-apache24-mod_pagespeed
-Version: 1.9
-Release: 32.11
-License: Unknown
+Version: latest
+Release: stable
+License: Apache Software License
 Group: System Environment/Daemons
 URL: http://modpagespeed.com/
 Source0: 456_pagespeed.conf
@@ -57,5 +57,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_httpd_modconfdir}/*.conf
 
 %changelog
+* Thu Dec 17 2015 Prajith <pr...@gmail.com> - 1.9-2
+- Change version and release to 'latest' and 'stable'
+- update license to ' Apache Software License'
+
 * Tue Dec 15 2015 Prajith <pr...@gmail.com> - 1.9-1
-* Implement a new spec for cPanel
+- Implement a new spec for cPanel

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/15c0b441/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
----------------------------------------------------------------------
diff --git a/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm b/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
deleted file mode 100644
index 40b24c0..0000000
Binary files a/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/15c0b441/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
----------------------------------------------------------------------
diff --git a/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
new file mode 100644
index 0000000..7baa864
Binary files /dev/null and b/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm differ


[17/50] [abbrv] incubator-pagespeed-cpanel git commit: use https clone link in readme - closes #11

Posted by ju...@apache.org.
use https clone link in readme - closes #11

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/dc0bc113
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/dc0bc113
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/dc0bc113

Branch: refs/heads/master
Commit: dc0bc11318a2517784af24a1b8b9b07796c28410
Parents: 2b4b506
Author: Ilya Grigorik <il...@igvita.com>
Authored: Sun Oct 13 08:35:51 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Sun Oct 13 08:35:51 2013 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/dc0bc113/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 853e55f..689d293 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> git clone http://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
+$> git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
 ```
 
 2. Create Speed.pm.tar.gz


[40/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge a1613c267e0a3122049ecf2283ae5ed4e0d507d6 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c

Posted by ju...@apache.org.
Merge a1613c267e0a3122049ecf2283ae5ed4e0d507d6 into bb268e14d4deac7d9a3eeee7329be1ab3185c73c


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/43a34bce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/43a34bce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/43a34bce

Branch: refs/pull/39/merge
Commit: 43a34bceacdce59f95f7185e35f06aa52dc9f7c3
Parents: bb268e1 a1613c2
Author: NDZ Prajith <pr...@gmail.com>
Authored: Tue Jun 21 16:57:05 2016 +0000
Committer: GitHub <no...@github.com>
Committed: Tue Jun 21 16:57:05 2016 +0000

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/43a34bce/README.md
----------------------------------------------------------------------


[35/50] [abbrv] incubator-pagespeed-cpanel git commit: Cleaned up README.md

Posted by ju...@apache.org.
Cleaned up README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d5600e2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d5600e2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d5600e2d

Branch: refs/pull/43/merge
Commit: d5600e2dcc0c59855ba394dc662d3a8c5d954b5e
Parents: 1b1f6cc
Author: Andrew Pietila <a....@cpanel.net>
Authored: Sun Feb 28 09:35:01 2016 -0600
Committer: Andrew Pietila <a....@cpanel.net>
Committed: Sun Feb 28 09:35:01 2016 -0600

----------------------------------------------------------------------
 README.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/d5600e2d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..849d5e4 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,23 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
+### EasyApache 4
 If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
-$> /etc/init.d/httpd restart
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-latest-stable.x86_64.rpm
+$> /scripts/restartsrv_httpd
 ```
 
-1. Clone the installation scripts onto your CPanel server:
+### EasyApache 3
+1\. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/
 ```
 
-2. Create Speed.pm.tar.gz
+2\. Create Speed.pm.tar.gz
 ```bash
 $> cd /tmp/pagespeed/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
@@ -27,7 +29,7 @@ $> mv Speed.pm Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel
 $> cd && rm -rf /tmp/pagespeed
 ```
 
-3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
+3\. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
 
 
 ## Configuring mod_pagespeed


[34/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

Posted by ju...@apache.org.
EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/a1613c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a1613c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a1613c26

Branch: refs/pull/39/merge
Commit: a1613c267e0a3122049ecf2283ae5ed4e0d507d6
Parents: 15c0b44
Author: Prajith <pr...@gmail.com>
Authored: Sun Dec 20 17:04:49 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Sun Dec 20 17:04:49 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a1613c26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..cab9c46 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+# If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 $> /etc/init.d/httpd restart
 ```
 
+# Below steps only for EA3 users.
 1. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/


[08/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge a7873fab06192430efd27e1c3664a6eedeb0b38b into 82909f3d7bd1d2190d7f88123af4ecc91f9b5bb4

Posted by ju...@apache.org.
Merge a7873fab06192430efd27e1c3664a6eedeb0b38b into 82909f3d7bd1d2190d7f88123af4ecc91f9b5bb4


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/0c7308ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/0c7308ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/0c7308ae

Branch: refs/pull/8/merge
Commit: 0c7308ae8048114ec6f0d2e0411a2ec6b256e784
Parents: 82909f3 a7873fa
Author: Prajithp <pr...@gmail.com>
Authored: Sun Sep 29 12:36:18 2013 -0700
Committer: Prajithp <pr...@gmail.com>
Committed: Sun Sep 29 12:36:18 2013 -0700

----------------------------------------------------------------------
 Easy/pagespeed/speed-install | 5 +++++
 LICENSE                      | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[48/50] [abbrv] incubator-pagespeed-cpanel git commit: Correct path.

Posted by ju...@apache.org.
Correct path.

The previous path doesn't appear to be correct. I am proposing we change it to /etc/apache2/conf.modules.d/ because a pagespeed.conf is present in that directory.

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/d4430ba6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/d4430ba6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/d4430ba6

Branch: refs/pull/51/merge
Commit: d4430ba605bc47ea849a4246cd43b9cf85283a17
Parents: bb268e1
Author: k0nsl <i....@k0nsl.org>
Authored: Wed Jul 13 17:21:50 2016 +0200
Committer: GitHub <no...@github.com>
Committed: Wed Jul 13 17:21:50 2016 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/d4430ba6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c5fcd6e..b39e616 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ If you are running EasyApache4, follow these steps to upgrade.
 
 ## Configuring mod_pagespeed
 
-The installation script will copy a default **pagespeed.conf** file into `/usr/local/apache/conf/` on your server. Please consult the following pages to customize your configuration:
+The installation script will copy a default **pagespeed.conf** file into `/etc/apache2/conf.modules.d/` on your server. Please consult the following pages to customize your configuration:
 
 - [mod_pagespeed module configuration](https://developers.google.com/speed/docs/mod_pagespeed/configuration)
 - [configuring mod_pagespeed filters](https://developers.google.com/speed/docs/mod_pagespeed/config_filters)


[25/50] [abbrv] incubator-pagespeed-cpanel git commit: Add support for cPanel Easyapache4

Posted by ju...@apache.org.
Add support for cPanel Easyapache4


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/f694cc34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/f694cc34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/f694cc34

Branch: refs/heads/master
Commit: f694cc34fa14ddc8cd8de6415eb9a202503c8c56
Parents: 4691471
Author: Prajith <pr...@gmail.com>
Authored: Tue Dec 15 12:30:33 2015 +0000
Committer: Prajith <pr...@gmail.com>
Committed: Tue Dec 15 12:30:33 2015 +0000

----------------------------------------------------------------------
 EA4/SOURCES/456_pagespeed.conf                  | 152 +++++++++++++++++++
 EA4/SPECS/mod_pagespeed.spec                    |  61 ++++++++
 EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm | Bin 0 -> 5096 bytes
 3 files changed, 213 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/f694cc34/EA4/SOURCES/456_pagespeed.conf
----------------------------------------------------------------------
diff --git a/EA4/SOURCES/456_pagespeed.conf b/EA4/SOURCES/456_pagespeed.conf
new file mode 100644
index 0000000..de134fc
--- /dev/null
+++ b/EA4/SOURCES/456_pagespeed.conf
@@ -0,0 +1,152 @@
+<IfModule !mod_version.c>
+  LoadModule version_module modules/mod_version.so
+</IfModule>
+
+<IfVersion < 2.4>
+  LoadModule pagespeed_module modules/mod_pagespeed.so
+</IfVersion>
+<IfVersion >= 2.4.2>
+  LoadModule pagespeed_module modules/mod_pagespeed_ap24.so
+</IfVersion>
+
+<IfModule pagespeed_module>
+  # Turn on mod_pagespeed. To completely disable mod_pagespeed, you
+  # can set this to "off".
+  ModPagespeed on
+
+  # Direct Apache to send all HTML output to the mod_pagespeed
+  # output handler.
+  AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html
+
+  # The ModPagespeedFileCachePath and
+  # ModPagespeedGeneratedFilePrefix directories must exist and be
+  # writable by the apache user (as specified by the User
+  # directive).
+  ModPagespeedFileCachePath            "/var/mod_pagespeed/cache/"
+
+  # Override the mod_pagespeed 'rewrite level'. The default level
+  # "CoreFilters" uses a set of rewrite filters that are generally
+  # safe for most web pages. Most sites should not need to change
+  # this value and can instead fine-tune the configuration using the
+  # ModPagespeedDisableFilters and ModPagespeedEnableFilters
+  # directives, below. Valid values for ModPagespeedRewriteLevel are
+  # PassThrough, CoreFilters, TestingCoreFilters and AllFilters.
+  #
+  # ModPagespeedRewriteLevel PassThrough
+
+  # Explicitly disables specific filters. This is useful in
+  # conjunction with ModPagespeedRewriteLevel. For instance, if one
+  # of the filters in the CoreFilters needs to be disabled for a
+  # site, that filter can be added to
+  # ModPagespeedDisableFilters. This directive contains a
+  # comma-separated list of filter names, and can be repeated.
+  #
+  # ModPagespeedDisableFilters rewrite_images
+
+  # Explicitly enables specific filters. This is useful in
+  # conjunction with ModPagespeedRewriteLevel. For instance, filters
+  # not included in the CoreFilters may be enabled using this
+  # directive. This directive contains a comma-separated list of
+  # filter names, and can be repeated.
+  #
+  # ModPagespeedEnableFilters rewrite_javascript,rewrite_css
+  # ModPagespeedEnableFilters collapse_whitespace,elide_attributes
+
+  # ModPagespeedDomain
+  # authorizes rewriting of JS, CSS, and Image files found in this
+  # domain. By default only resources with the same origin as the
+  # HTML file are rewritten. For example:
+  #
+  #   ModPagespeedDomain cdn.myhost.com
+  #
+  # This will allow resources found on http://cdn.myhost.com to be
+  # rewritten in addition to those in the same domain as the HTML.
+  #
+  # Wildcards (* and ?) are allowed in the domain specification. Be
+  # careful when using them as if you rewrite domains that do not
+  # send you traffic, then the site receiving the traffic will not
+  # know how to serve the rewritten content.
+
+  # Other defaults (cache sizes and thresholds):
+  #
+  # ModPagespeedFileCacheSizeKb          102400
+  # ModPagespeedFileCacheCleanIntervalMs 3600000
+  # ModPagespeedLRUCacheKbPerProcess     1024
+  # ModPagespeedLRUCacheByteLimit        16384
+  # ModPagespeedCssInlineMaxBytes        2048
+  # ModPagespeedImgInlineMaxBytes        2048
+  # ModPagespeedJsInlineMaxBytes         2048
+  # ModPagespeedCssOutlineMinBytes       3000
+  # ModPagespeedJsOutlineMinBytes        3000
+
+  # Bound the number of images that can be rewritten at any one time; this
+  # avoids overloading the CPU.  Set this to 0 to remove the bound.
+  #
+  # ModPagespeedImgMaxRewritesAtOnce        8
+
+  # When Apache is set up as a browser proxy, mod_pagespeed can record
+  # web-sites as they are requested, so that an image of the web is built up
+  # in the directory of the proxy administrator's choosing.  When ReadOnly is
+  # on, only files already present in the SlurpDirectory are served by the
+  # proxy.
+  #
+  # ModPagespeedSlurpDirectory ...
+  # ModPagespeedSlurpReadOnly on
+
+  # The maximum URL size is generally limited to about 2k characters
+  # due to IE: See http://support.microsoft.com/kb/208427/EN-US.
+  # Apache servers by default impose a further limitation of about
+  # 250 characters per URL segment (text between slashes).
+  # mod_pagespeed circumvents this limitation, but if you employ
+  # proxy servers in your path you may need to re-impose it by
+  # overriding the setting here.  The default setting is 1024
+  # characters.
+  #
+  # ModPagespeedMaxSegmentLength 250
+
+  # Uncomment this if you want to prevent mod_pagespeed from combining files
+  # (e.g. CSS files) across paths
+  #
+  # ModPagespeedCombineAcrossPaths off
+
+  # Whether or not to log timing information for rewriting filters.
+  # Off by default to keep logs uncluttered.
+  #
+  # ModPagespeedLogRewriteTiming on
+
+
+  # Enables server-side instrumentation and statistics.  If this rewriter is
+  # enabled, then each rewritten HTML page will have instrumentation javacript
+  # added that sends latency beacons to /mod_pagespeed_beacon.  These
+  # statistics can be accessed at /mod_pagespeed_statistics.  You must also
+  # enable the mod_pagespeed_statistics and mod_pagespeed_beacon handlers
+  # below.
+  #
+  # ModPagespeedEnableFilters add_instrumentation
+
+  # This handles the client-side instrumentation callbacks which are injected
+  # by the add_instrumentation filter.
+  # You can use a different location by adding the ModPagespeedBeaconUrl
+  # directive; see the documentation on add_instrumentation.
+  <Location /mod_pagespeed_beacon>
+        SetHandler mod_pagespeed_beacon
+  </Location>
+
+  # Uncomment the following line if you want to disable statistics entirely.
+  #
+  # ModPagespeedStatistics off
+
+  # This page lets you view statistics about the mod_pagespeed module.
+  <Location /mod_pagespeed_statistics>
+      Order allow,deny
+      # You may insert other "Allow from" lines to add hosts you want to
+      # allow to look at generated statistics.  Another possibility is
+      # to comment out the "Order" and "Allow" options from the config
+      # file, to allow any client that can reach your server to examine
+      # statistics.  This might be appropriate in an experimental setup or
+      # if the Apache server is protected by a reverse proxy that will
+      # filter URLs in some fashion.
+      Allow from localhost
+      SetHandler mod_pagespeed_statistics
+  </Location>
+</IfModule>

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/f694cc34/EA4/SPECS/mod_pagespeed.spec
----------------------------------------------------------------------
diff --git a/EA4/SPECS/mod_pagespeed.spec b/EA4/SPECS/mod_pagespeed.spec
new file mode 100644
index 0000000..09f0f56
--- /dev/null
+++ b/EA4/SPECS/mod_pagespeed.spec
@@ -0,0 +1,61 @@
+%global ns_name ea-apache24
+%global module_name mod_pagespeed
+
+Summary: Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth.
+Name: ea-apache24-mod_pagespeed
+Version: 1.9
+Release: 32.11
+License: Unknown
+Group: System Environment/Daemons
+URL: http://modpagespeed.com/
+Source0: 456_pagespeed.conf
+BuildRequires: wget
+BuildRequires: cpio
+Requires(pre): ea-apache24 ea-apache24-mod_version
+
+# Suppres auto-provides for module DSO
+%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
+%{?filter_setup}
+
+%description
+Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth.
+
+%prep
+%if %{__isa_bits} == 64
+wget -q -N -O  mod-pagespeed-stable.rpm https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
+%endif
+%if %{__isa_bits} == 32
+wget -q -N -O  mod-pagespeed-stable.rpm https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_i386.rpm
+%endif
+
+%build
+rpm2cpio mod-pagespeed-stable.rpm  | cpio -idmv
+%if %{__isa_bits} == 64
+mv usr/lib64/httpd/modules/mod_pagespeed{,_ap24}.so .
+%endif
+%if %{__isa_bits} == 32
+mv usr/lib/httpd/modules/mod_pagespeed{,_ap24}.so .
+%endif
+%{__strip} -g mod_pagespeed.so
+%{__strip} -g mod_pagespeed_ap24.so
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_httpd_moddir}
+install -m755 mod_pagespeed.so %{buildroot}%{_httpd_moddir}/
+install -m755 mod_pagespeed_ap24.so %{buildroot}%{_httpd_moddir}/
+# Install the config file
+mkdir -p %{buildroot}%{_httpd_modconfdir}
+install -m 644 %{SOURCE0} %{buildroot}%{_httpd_modconfdir}/
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(0640,root,root,0755)
+%attr(755,root,root)%{_httpd_moddir}/*.so
+%config(noreplace) %{_httpd_modconfdir}/*.conf
+
+%changelog
+* Tue Dec 15 2015 Prajith <pr...@gmail.com> - 1.9-1
+* Implement a new spec for cPanel

http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/f694cc34/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
----------------------------------------------------------------------
diff --git a/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm b/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
new file mode 100644
index 0000000..40b24c0
Binary files /dev/null and b/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm differ


[19/50] [abbrv] incubator-pagespeed-cpanel git commit: Update README

Posted by ju...@apache.org.
Update README


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/19844fe7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/19844fe7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/19844fe7

Branch: refs/heads/master
Commit: 19844fe7921bf99c8a13312bd79459f5e6fe8101
Parents: 7de05a2
Author: Prajithp <pr...@gmail.com>
Authored: Sun Sep 14 12:42:37 2014 +0400
Committer: Prajithp <pr...@gmail.com>
Committed: Sun Sep 14 12:42:37 2014 +0400

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/19844fe7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 96c8aaa..425ac5c 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
 ```
 
 2. Create Speed.pm.tar.gz
 ```bash
-$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy
+$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
-$> mv -v /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
-$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/pagespeed/
+$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/{.git,LICENSE,README.md}
 ```
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!


[15/50] [abbrv] incubator-pagespeed-cpanel git commit: Fixed ## Mod_version checking while using Apache 2.4

Posted by ju...@apache.org.
Fixed ## Mod_version checking while using Apache 2.4

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/c39e513c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/c39e513c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/c39e513c

Branch: refs/heads/master
Commit: c39e513cf14bb92b59a7fd9297ae35868f27febc
Parents: 468b4f1
Author: Prajith <pr...@gmail.com>
Authored: Tue Oct 8 13:06:45 2013 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Oct 8 13:06:45 2013 +0530

----------------------------------------------------------------------
 Easy/Speed.pm | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/c39e513c/Easy/Speed.pm
----------------------------------------------------------------------
diff --git a/Easy/Speed.pm b/Easy/Speed.pm
index 138a592..4c2d762 100755
--- a/Easy/Speed.pm
+++ b/Easy/Speed.pm
@@ -24,6 +24,16 @@ our $easyconfig = {
     );
   },
 
+  'modself' => sub {
+   # we do not need to use 'reverse' when selecting mod_version in
+   # Apache 2.4 because cPanel use './configure --enable-modules=none'.
+    my ( $easy, $self_hr, $profile_hr ) = @_;
+    if ( $profile_hr->{'Apache'}{'version'} eq '2_4' ) {
+       $self_hr->{'implies'} = { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, };
+       $self_hr->{'depends'} = { 'optmods' => { 'Cpanel::Easy::Apache::Deflate' => 1, 'Cpanel::Easy::Apache::Version' => 1, }, },
+    }
+  },
+
   'step' => {
 
     '0' => {


[33/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

Posted by ju...@apache.org.
EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/a1613c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a1613c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a1613c26

Branch: refs/pull/48/merge
Commit: a1613c267e0a3122049ecf2283ae5ed4e0d507d6
Parents: 15c0b44
Author: Prajith <pr...@gmail.com>
Authored: Sun Dec 20 17:04:49 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Sun Dec 20 17:04:49 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a1613c26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..cab9c46 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+# If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 $> /etc/init.d/httpd restart
 ```
 
+# Below steps only for EA3 users.
 1. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/


[02/50] [abbrv] incubator-pagespeed-cpanel git commit: remove deprecated ModPagespeedGeneratedFilePrefix

Posted by ju...@apache.org.
remove deprecated ModPagespeedGeneratedFilePrefix

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/9cb3892e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/9cb3892e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/9cb3892e

Branch: refs/heads/master
Commit: 9cb3892e6860752980c249c338d7d03ad9b02e8a
Parents: e94dd01
Author: Ilya Grigorik <il...@igvita.com>
Authored: Mon May 20 13:46:07 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Mon May 20 13:46:07 2013 -0700

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/9cb3892e/Easy/pagespeed/mod_pagespeed/pagespeed.conf
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/mod_pagespeed/pagespeed.conf b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
index 73fad42..6a96a07 100644
--- a/Easy/pagespeed/mod_pagespeed/pagespeed.conf
+++ b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
@@ -16,7 +16,6 @@
   # writable by the apache user (as specified by the User
   # directive).
   ModPagespeedFileCachePath            "/var/mod_pagespeed/cache/"
-  ModPagespeedGeneratedFilePrefix      "/var/mod_pagespeed/files/"
 
   # Override the mod_pagespeed 'rewrite level'. The default level
   # "CoreFilters" uses a set of rewrite filters that are generally


[26/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

Posted by ju...@apache.org.
EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/8a1ad515
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/8a1ad515
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/8a1ad515

Branch: refs/heads/master
Commit: 8a1ad5150bac40ede287caa99a60b7c8804b9f52
Parents: f694cc3
Author: Prajith <pr...@gmail.com>
Authored: Tue Dec 15 18:49:13 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Dec 15 18:49:13 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/8a1ad515/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 425ac5c..91f198a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
 # mod_pagespeed module for CPanel WHM
 
+If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+```
+$> yum install rpm-build cpio ea-apache24-mod_version
+$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> /etc/init.d/httpd restart
+```
+
 A custom module for CPanel WHM using CPanel Easy Framework - allows easy installation of mod_pagespeed via `/scripts/easyapache` on command line or through easyapache from WHM web console.
 
 ## Installation instructions


[30/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #37 from Prajithp/master

Posted by ju...@apache.org.
Merge pull request #37 from Prajithp/master

Add suport for EasyApache4

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/1b1f6cc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/1b1f6cc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/1b1f6cc4

Branch: refs/heads/master
Commit: 1b1f6cc43d3b15a633d65a279c0982b269f1fed3
Parents: b0b97e9 15c0b44
Author: Ilya Grigorik <il...@igvita.com>
Authored: Wed Dec 16 21:19:27 2015 -0800
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Wed Dec 16 21:19:27 2015 -0800

----------------------------------------------------------------------
 EA4/SOURCES/456_pagespeed.conf                  | 152 +++++++++++++++++++
 EA4/SPECS/mod_pagespeed.spec                    |  65 ++++++++
 ...apache24-mod_pagespeed-latest-stable.src.rpm | Bin 0 -> 5320 bytes
 Easy/pagespeed/speed-install                    |   4 +
 LICENSE                                         |   2 +-
 README.md                                       |   9 ++
 6 files changed, 231 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[46/50] [abbrv] incubator-pagespeed-cpanel git commit: Update license

Posted by ju...@apache.org.
Update license


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/1db693b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/1db693b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/1db693b4

Branch: refs/pull/48/head
Commit: 1db693b467a5698f7414879456e7e640f49c1e51
Parents: 5775bc5
Author: Prajith <pr...@gmail.com>
Authored: Tue Jun 28 07:50:32 2016 +0400
Committer: Prajith <pr...@gmail.com>
Committed: Tue Jun 28 07:50:32 2016 +0400

----------------------------------------------------------------------
 LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/1db693b4/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 266711a..47d7f26 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2014-2015 Prajith && Ndimensionz
+Copyright (C) 2016 Prajith && Ndimensionz
 
 http://www.prajith.in/install-mod_pagespeed-in-whmcpanel-using-easyapache/
 http://ndimensionz.com


[31/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

Posted by ju...@apache.org.
EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/a1613c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a1613c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a1613c26

Branch: refs/pull/48/head
Commit: a1613c267e0a3122049ecf2283ae5ed4e0d507d6
Parents: 15c0b44
Author: Prajith <pr...@gmail.com>
Authored: Sun Dec 20 17:04:49 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Sun Dec 20 17:04:49 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a1613c26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..cab9c46 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+# If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 $> /etc/init.d/httpd restart
 ```
 
+# Below steps only for EA3 users.
 1. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/


[38/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge pull request #46 from pagespeed/add_upgrade_instrs

Posted by ju...@apache.org.
Merge pull request #46 from pagespeed/add_upgrade_instrs

add instructions for upgrading mod_pagespeed/EA3|4

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/bb268e14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/bb268e14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/bb268e14

Branch: refs/heads/master
Commit: bb268e14d4deac7d9a3eeee7329be1ab3185c73c
Parents: 1b1f6cc f8acd10
Author: Jeffrey Crowell <cr...@bu.edu>
Authored: Tue Jun 21 12:55:24 2016 -0400
Committer: GitHub <no...@github.com>
Committed: Tue Jun 21 12:55:24 2016 -0400

----------------------------------------------------------------------
 README.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------



[06/50] [abbrv] incubator-pagespeed-cpanel git commit: use relative module path

Posted by ju...@apache.org.
use relative module path

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/82909f3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/82909f3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/82909f3d

Branch: refs/heads/master
Commit: 82909f3d7bd1d2190d7f88123af4ecc91f9b5bb4
Parents: 5666d62
Author: Ilya Grigorik <il...@igvita.com>
Authored: Thu Aug 22 10:52:05 2013 -0700
Committer: Ilya Grigorik <il...@igvita.com>
Committed: Thu Aug 22 10:52:05 2013 -0700

----------------------------------------------------------------------
 Easy/pagespeed/mod_pagespeed/pagespeed.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/82909f3d/Easy/pagespeed/mod_pagespeed/pagespeed.conf
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/mod_pagespeed/pagespeed.conf b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
index a624825..54c06c3 100644
--- a/Easy/pagespeed/mod_pagespeed/pagespeed.conf
+++ b/Easy/pagespeed/mod_pagespeed/pagespeed.conf
@@ -1,12 +1,12 @@
 <IfModule !mod_version.c>
-  LoadModule version_module /usr/lib/apache2/modules/mod_version.so
+  LoadModule version_module modules/mod_version.so
 </IfModule>
 
 <IfVersion < 2.4>
-  LoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed.so
+  LoadModule pagespeed_module modules/mod_pagespeed.so
 </IfVersion>
 <IfVersion >= 2.4.2>
-  LoadModule pagespeed_module /usr/lib/apache2/modules/mod_pagespeed_ap24.so
+  LoadModule pagespeed_module modules/mod_pagespeed_ap24.so
 </IfVersion>
 
 <IfModule pagespeed_module>


[32/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

Posted by ju...@apache.org.
EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/a1613c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a1613c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a1613c26

Branch: refs/pull/39/head
Commit: a1613c267e0a3122049ecf2283ae5ed4e0d507d6
Parents: 15c0b44
Author: Prajith <pr...@gmail.com>
Authored: Sun Dec 20 17:04:49 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Sun Dec 20 17:04:49 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a1613c26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..cab9c46 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+# If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
 ```
 $> yum install rpm-build cpio ea-apache24-mod_version
-$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
-$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 $> /etc/init.d/httpd restart
 ```
 
+# Below steps only for EA3 users.
 1. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/


[39/50] [abbrv] incubator-pagespeed-cpanel git commit: Merge d5600e2dcc0c59855ba394dc662d3a8c5d954b5e into bb268e14d4deac7d9a3eeee7329be1ab3185c73c

Posted by ju...@apache.org.
Merge d5600e2dcc0c59855ba394dc662d3a8c5d954b5e into bb268e14d4deac7d9a3eeee7329be1ab3185c73c


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/17958261
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/17958261
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/17958261

Branch: refs/pull/43/merge
Commit: 1795826184f7754c47d72e61b528ab47b39b53a2
Parents: bb268e1 d5600e2
Author: Andrew Pietila <a....@cpanel.net>
Authored: Tue Jun 21 16:56:47 2016 +0000
Committer: GitHub <no...@github.com>
Committed: Tue Jun 21 16:56:47 2016 +0000

----------------------------------------------------------------------
 README.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/17958261/README.md
----------------------------------------------------------------------
diff --cc README.md
index c5fcd6e,849d5e4..15158a4
--- a/README.md
+++ b/README.md
@@@ -27,37 -29,8 +29,37 @@@ $> mv Speed.pm Speed.pm.tar.gz -t /var/
  $> cd && rm -rf /tmp/pagespeed
  ```
  
- 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
+ 3\. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!
  
 +## Updating instructions
 +
 +If you are using EasyApache3, run `easyapache` to upgrade mod_pagespeed to the
 +latest version.
 +
 +If you are running EasyApache4, follow these steps to upgrade.
 +
 + - create file `/etc/rpm/macros.apache2` with the following contents
 +
 + ```
 + %_httpd_mmn 20120211x8664
 + %_httpd_apxs /usr/bin/apxs
 + %_httpd_dir /etc/apache2
 + %_httpd_bindir %{_httpd_dir}/bin
 + %_httpd_modconfdir %{_httpd_dir}/conf.modules.d
 + %_httpd_confdir %{_httpd_dir}/conf.d
 + %_httpd_contentdir /usr/share/apache2
 + %_httpd_moddir /usr/lib64/apache2/modules
 + ```
 +
 + - then run the following commands
 +
 + ```bash
 + rm -rf /root/rpmbuild/RPMS/x86_64/
 + wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
 + rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
 + rpm -Uvh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 + /etc/init.d/httpd restart
 + ```
  
  ## Configuring mod_pagespeed
  


[24/50] [abbrv] incubator-pagespeed-cpanel git commit: Delete old rpm file if it already there

Posted by ju...@apache.org.
Delete old rpm file if it already there

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/46914713
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/46914713
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/46914713

Branch: refs/heads/master
Commit: 46914713bd8a33d28622c2f946b802e37f21ddf2
Parents: 19844fe
Author: Prajith <pr...@gmail.com>
Authored: Tue Oct 6 11:04:15 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Oct 6 11:04:15 2015 +0530

----------------------------------------------------------------------
 Easy/pagespeed/speed-install | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/46914713/Easy/pagespeed/speed-install
----------------------------------------------------------------------
diff --git a/Easy/pagespeed/speed-install b/Easy/pagespeed/speed-install
index 5f07ace..3f7a822 100755
--- a/Easy/pagespeed/speed-install
+++ b/Easy/pagespeed/speed-install
@@ -53,6 +53,10 @@ my $package = "mod-pagespeed-stable_current_" . "$arch" . '.rpm';
 # https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
 # https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb
 
+# Delete old rpm file if exists.
+my $rm_cmd = "rm -rf $package";
+executeForkedTask("$rm_cmd") if -e $package;
+
 #we are always using stable version
 my $download_cmd = ("$download_bin https://dl-ssl.google.com/dl/linux/direct/$package");
 executeForkedTask("$download_cmd");


[45/50] [abbrv] incubator-pagespeed-cpanel git commit: Update license

Posted by ju...@apache.org.
Update license


Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/1db693b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/1db693b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/1db693b4

Branch: refs/pull/48/merge
Commit: 1db693b467a5698f7414879456e7e640f49c1e51
Parents: 5775bc5
Author: Prajith <pr...@gmail.com>
Authored: Tue Jun 28 07:50:32 2016 +0400
Committer: Prajith <pr...@gmail.com>
Committed: Tue Jun 28 07:50:32 2016 +0400

----------------------------------------------------------------------
 LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/1db693b4/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 266711a..47d7f26 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2014-2015 Prajith && Ndimensionz
+Copyright (C) 2016 Prajith && Ndimensionz
 
 http://www.prajith.in/install-mod_pagespeed-in-whmcpanel-using-easyapache/
 http://ndimensionz.com