• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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