• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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