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:24 UTC

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

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 {