Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
systems:cpanel [2016/05/22 21:48]
eServices Greece created
systems:cpanel [2016/12/25 10:55]
eServices Greece
Line 2: Line 2:
  
 ===== Switch cPanel to current ===== ===== Switch cPanel to current =====
- 
 vim /etc/cpupdate.conf vim /etc/cpupdate.conf
 <sxh bash> <sxh bash>
 CPANEL=current CPANEL=current
 </sxh> </sxh>
-<clippy>CPANEL=current</clippy>+ 
 +==== Install mod_pagespeed ==== 
 +<sxh bash> 
 +/usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/ 
 + 
 +cd /tmp/pagespeed/Easy 
 +tar -zcvf Speed.pm.tar.gz 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 
 +</sxh>