• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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