• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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