Tracking required changes to templates
After logging a ticket to look at an issue with a failed "rearrange an account", a side point was made stating that a change was made in August 2014
In order to properly handle account suspensions you would need to update /var/cpanel/templates/apache2*/main.local to add:
[% IF file_test('f', '/usr/local/apache/conf/includes/account_suspensions.conf') -%]
Include "/usr/local/apache/conf/includes/account_suspensions.conf"
[% END -%]
Above the following entry:
[% IF file_test('f', '/usr/local/apache/conf/includes/pre_virtualhost_global.conf') -%]
Include "/usr/local/apache/conf/includes/pre_virtualhost_global.conf"
[% END -%]
Anyway, we were wondering how we should track these required changes.
Anyway, we were wondering how we should track these required changes.
-
Hello :) I do see we have updated documentation on what happens when an account is suspended at: Thank you. 0
Please sign in to leave a comment.
Comments
1 comment