Zend Server allows you to either create a backup of your PHP and system configuration settings, or reset them to default factory settings.
To better understand the procedures described in this topic, watch this video:
This option allows you to revert all PHP and Zend Server system configurations to the default settings selected during the Zend Server launching process. For information on these settings, see Launch Types.
|
|
|
To reset configurations:
|
For more information on this feature, see Import/Export. |
This option allows you to export a .zip file containing your current PHP and system configurations for future use. In addition, the exported .zip file also contains your customized monitoring and caching rules.
|
|
|
To export configurations:
|
For information on importing these configurations, see Importing Configurations below. |
This option allows you to upload pre-defined PHP and system configurations to your server.
|
|
|
To import configurations:
|
For more information on this feature, see Import/Export. |
This option allows you to configure the list of settings to be left untouched by the Import/Export procedures specified above.
|
|
|
To configure the Directives Blacklist: In the configurationExport WebAPI method, insert a directives blacklist parameter, as follows (example): $params = array('directivesBlacklist'=>array('zend_monitor.requests_statistics.request_lifetime', 'zend_monitor.log_verbosity')); |
|