1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Template: shared/apache-modules/reload
Type: boolean
Default: true
_Description: Reload apache?
Some apache modules were upgraded. Apache has to be reloaded to use the
new version. I can reload it automatically for you now, or you can do it
later by executing /etc/init.d/apache reload
Template: shared/apache-modules/reload-ssl
Type: boolean
Default: true
_Description: Reload apache-ssl?
Some apache modules were upgraded. Apache-ssl has to be reloaded to use
the new version. I can reload it automatically for you now, or you can do
it later by executing /etc/init.d/apache-ssl reload
Template: shared/apache-modules/reload-perl
Type: boolean
Default: true
_Description: Reload apache-perl?
Some apache modules were upgraded. Apache-perl has to be reloaded to use
the new version. I can reload it automatically for you now, or you can do
it later by executing /etc/init.d/apache-perl reload
Template: shared/apache-modules/modules
Type: multiselect
Choices: ${choices}
_Description: Please select new modules that ${flavour} should load
Template: shared/apache-modules/counters/install
Type: string
Default: 0
Description: Counter for newly installed modules
Template: shared/apache-modules/counters/install_list
Type: string
Default:
Description: List of newly installed modules
Template: shared/apache-modules/counters/upgrade
Type: string
Default: 0
Description: Counter for upgraded modules
Template: shared/apache-modules/counters/upgrade_list
Type: string
Default:
Description: List of upgraded modules
Template: shared/apache-modules/counters/remove
Type: string
Default: 0
Description: Counter for removed modules
Template: shared/apache-modules/counters/remove_list
Type: string
Default:
Description: List of removed modules
|