• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk Update + mod_pagespeed issue on Centos

I'm running a CentOS 5.x VPS with Plesk set for auto updates.
I've needed to modify the default mod_pagespeed with the line:
ModPagespeedDisableFilters rewrite_javascript
as it was causing issues with some scripts on my sites.
To apply it I did:
/etc/init.d/httpd restart
So far so good, however after Plesk applied an automated micro-update 12.0.18 Update 35
it appears Apache restarted without applying the settings in /etc/httpd/conf.d/pagespeed.conf resulting in default settings with rewrite_javascript enabled again.
Running /etc/init.d/httpd restart
manually fixed the problem, but I don't really want to have to do this every time Plesk installs an update, as it potentially leaves a window of time when sites have broken javascript.
Is there a way to ensure that after a Plesk update, Apache applies all the settings in /etc/httpd/conf.d/?
 
Hello Christopher,
Apparently Plesk will overwrite all changes you made manually!

However, we are already in discussion with the Plesk team such that rather than overwrite, instead they merge changes respectively.
 
Back
Top