Backing Up and Restoring Settings
Zend Server allows you to either create a backup of your PHP and system configuration settings, or reset them to default factory settings.
 Video
Video
                                                    To better understand the procedures described in this topic, watch this video:
 Resetting Configurations
Resetting Configurations
                                                    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 Profiles.
| 
 | 
 | 
| 
                                                                             | To reset configurations: 
 | 
| For more information on this feature, see Import/Export. | |
 Exporting Configurations
Exporting Configurations
                                                    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. | |
 Importing Configurations
Importing Configurations
                                                    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. | |
 Advanced - Configuring the Directives Blacklist
Advanced - Configuring the Directives Blacklist
                                                    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')); | 
| 
 | |
 
                                                                        


