apache / incubator-pagespeed-cpanel

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

Not Found #62

Open ccycv opened 7 years ago

ccycv commented 7 years ago

wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm

masterking32 commented 7 years ago

Hi, Use this commands : wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm or wget https://github.com/Prajithp/cPanel_Mod_PageSpeed/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm

jrsarath commented 6 years ago

SSH to your server and do following nano /etc/rpm/macros.apache2 paste this

%_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

and save and exit (CTL + X) then try step one again