Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:cpanel [2016/05/22 23:05]
eServices Greece
systems:cpanel [2018/12/27 15:59] (current)
eServices Greece [Install mod_pagespeed]
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>