A couple of weeks ago I managed to upgrade from EA3 to EA4 as well as install and setup PHP 7 on my dedicated CentOS 6.9 LAMP server. I didnt get any issues from any of my sites with PHP 7 or EA4.
Some days later on the 12th or 13th I installed mod_pagespeed, I think I may have used this guide:
- Removed -
I was not able to get the browser admin reports to work and only looked briefly at the configuration.
In the last week though Ive noticed some of our sites to become very slow and sluggish and then I have people in our team report that they would often get a 404 when they hit the publish button when trying to post a new blog post and/or images could not be inserted into posts.
A few sites hardly load at all and mostly show 500 erros now and Ive just taken a look at the Google Analytics report for one site and the traffic crashed around the 13th so Im pretty sure its mod_pagespeed.
These are the commands I ran back then to install it:
what have I done wrong there?
I know I can remove mod_pagespeed with 'yum remove ea-apache24-mod_pagespeed' but I want to make sue that everything is cleanly removed and reverted back to how it was before so any feedback would be greatly appreciated.
Some days later on the 12th or 13th I installed mod_pagespeed, I think I may have used this guide:
- Removed -
I was not able to get the browser admin reports to work and only looked briefly at the configuration.
In the last week though Ive noticed some of our sites to become very slow and sluggish and then I have people in our team report that they would often get a 404 when they hit the publish button when trying to post a new blog post and/or images could not be inserted into posts.
A few sites hardly load at all and mostly show 500 erros now and Ive just taken a look at the Google Analytics report for one site and the traffic crashed around the 13th so Im pretty sure its mod_pagespeed.
These are the commands I ran back then to install it:
Code:
9097 Wed 13 Dec 2017 08:56:00 PM EST: yum install rpm-build cpio ea-apache24-mod_version
9098 Wed 13 Dec 2017 09:00:58 PM EST: yum update && upgrade
9099 Wed 13 Dec 2017 09:01:33 PM EST: yum install rpm-build cpio ea-apache24-mod_version
9100 Wed 13 Dec 2017 09:04:46 PM EST: wget https://github.com/Prajithp/cPanel_Mod_PageSpeed/blob/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
9101 Wed 13 Dec 2017 09:04:55 PM EST: pwd
9102 Wed 13 Dec 2017 09:04:57 PM EST: ls
9103 Wed 13 Dec 2017 09:05:30 PM EST: rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
9104 Wed 13 Dec 2017 09:05:57 PM EST: rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
9105 Wed 13 Dec 2017 09:09:58 PM EST: yum install ea4-experimental
9106 Wed 13 Dec 2017 09:10:17 PM EST: htop
9107 Wed 13 Dec 2017 09:11:25 PM EST: yum --disablerepo="*" --enablerepo="EA4-experimental" list available
9108 Wed 13 Dec 2017 09:12:48 PM EST: yum install ea-apache24-mod_pagespeed
9109 Wed 13 Dec 2017 09:13:31 PM EST: service httpd restart
I know I can remove mod_pagespeed with 'yum remove ea-apache24-mod_pagespeed' but I want to make sue that everything is cleanly removed and reverted back to how it was before so any feedback would be greatly appreciated.
Last edited by a moderator: