|
63 | 63 | ), |
64 | 64 | 'group' => 'virtualhost', |
65 | 65 | 'info' => array( |
66 | | - 'Add a new virtual host. Receives name, port and template and returns a single virtual hostelement with the same information.', |
| 66 | + 'Add a new virtual host. Receives name, port and template and returns a single virtual host element with the same information.', |
67 | 67 | array('--name', 'Name of virtual host.'), |
68 | 68 | array('--port', 'Port of virtual host.'), |
69 | | - array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file.'), |
| 69 | + array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file. A local template vhost file is a file that should be present on the machine where zs-client is running.'), |
70 | 70 | array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'), |
71 | 71 | //array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'), |
72 | 72 | ) |
|
88 | 88 | array('--sslCertificatePath', 'File path to locate the SSL certificate file.'), |
89 | 89 | array('--sslCertificateKeyPath', 'File path to locate the SSL public key file.'), |
90 | 90 | array('--sslCertificateChainPath', 'Full file path to the SSL chain file.'), |
91 | | - array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file. Or an absolute path to a local template vhost file.'), |
| 91 | + array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file. A local template vhost file is a file that should be present on the machine where zs-client is running.'), |
92 | 92 | array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'), |
93 | 93 | //array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'), |
94 | 94 | ) |
|
108 | 108 | array('--name', 'Name of virtual host.'), |
109 | 109 | array('--port', 'Port of virtual host.'), |
110 | 110 | array('--sslAppName', 'Application name for SSL.'), |
111 | | - array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file.'), |
| 111 | + array('--template', 'Template of the virtual host settings according to the web server configuration options. Or an absolute path to a local template vhost file. A local template vhost file is a file that should be present on the machine where zs-client is running.'), |
112 | 112 | array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'), |
113 | 113 | //array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'), |
114 | 114 | ) |
|
128 | 128 | 'info' => array( |
129 | 129 | 'Get the list of virtual hosts currently used by the web server and information about each virtual host.', |
130 | 130 | array('--vhostId', 'virtual host ID.'), |
131 | | - array('--template', 'New vhost template of virtual host settings. Or an absolute path to a local template vhost file.'), |
| 131 | + array('--template', 'New vhost template of virtual host settings. Or an absolute path to a local template vhost file. A local template vhost file is a file that should be present on the machine where zs-client is running.'), |
132 | 132 | array('--forceCreate', 'Force edit of the virtual host template even if any errors are detected.'), |
133 | 133 | array('--sslEnabled', 'Indicates if the provided template to be used is SSL template. Default value is FALSE.'), |
134 | 134 | array('--sslCertificatePath', 'File path to locate the SSL certificate file'), |
|
186 | 186 | 'Validate the existence of the supplied SSL certificate, key and chain provided during creation or edit of a virtual host.', |
187 | 187 | array('--name', 'Name of virtual host.'), |
188 | 188 | array('--port', 'Port of virtual host.'), |
189 | | - array('--template', 'Template text to be validated. Or an absolute path to a local template vhost file.'), |
| 189 | + array('--template', 'Template text to be validated. Or an absolute path to a local template vhost file. A local template vhost file is a file that should be present on the machine where zs-client is running.'), |
190 | 190 | array('--sslEnabled', 'Indicates if the provided template to be used is SSL template.'), |
191 | 191 | array('--sslCertificatePath', 'File path to locate the SSL certificate file.'), |
192 | 192 | array('--sslCertificateKeyPath', 'File path to locate the SSL public key file.'), |
|
0 commit comments