As a server administrator I want to get notifications when Apache template change (if custom)
When running cPanel, some might decide to run with a custom Apache template if we want to have some specific changes.
This works great, except the fact we're not informed when template changes happen (which can be required for new functionality to work).
As a server administrator I would like to get notified in WHM, if I run a custom apache template that changes has been made to the one maintained by cPanel.
This allows me to check out the differences, and decide if it's something I want to implement it or not.
Maybe even take it as far as showing a "git diff" like overview, with the changes.
Surely the notification should be able to be discarded and not show up until next change - and if it can be muted generally by setting a flag in tweak settings, or touch a file on the system (I believe some bigger providers might want to be able to disable these notifications so customers do not freak out).
This has been implemented in version 64.
-------
CPANEL-12933: When EasyApache 4 templates are updated, if a system has a corresponding .local template, their template will take precedence over the .default template. We now send off an iNotify if .local templates are found after .default templates change.
Fixed case CPANEL-12783: Display a warning in the UI when .local templates are in use.
------
If you have both a) have EasyApache notifications enabled and b) have local Apache templates in place files will get a notifications indicating that there was an update to the EasyApache templates that could cause problems since the user has a .local template in place. We're looking for these files:
You can check to see if they will be notified with this API call:
If you're curious, you can see the notification templates here:
This has been implemented in version 64.
-------
CPANEL-12933: When EasyApache 4 templates are updated, if a system has a corresponding .local template, their template will take precedence over the .default template. We now send off an iNotify if .local templates are found after .default templates change.
Fixed case CPANEL-12783: Display a warning in the UI when .local templates are in use.
------
If you have both a) have EasyApache notifications enabled and b) have local Apache templates in place files will get a notifications indicating that there was an update to the EasyApache templates that could cause problems since the user has a .local template in place. We're looking for these files:
You can check to see if they will be notified with this API call:
If you're curious, you can see the notification templates here:
Replies have been locked on this page!