Skip to content

Commit 39eaffc

Browse files
author
Slavey Karadzhov
committed
Improved a bit the documentation for the vhost template parameter.
Related to zend-patterns/ZendServerSDK#87.
1 parent 3781035 commit 39eaffc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/api/version-1.06.config.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
),
6464
'group' => 'virtualhost',
6565
'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.',
6767
array('--name', 'Name of virtual host.'),
6868
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.'),
7070
array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'),
7171
//array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'),
7272
)
@@ -88,7 +88,7 @@
8888
array('--sslCertificatePath', 'File path to locate the SSL certificate file.'),
8989
array('--sslCertificateKeyPath', 'File path to locate the SSL public key file.'),
9090
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.'),
9292
array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'),
9393
//array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'),
9494
)
@@ -108,7 +108,7 @@
108108
array('--name', 'Name of virtual host.'),
109109
array('--port', 'Port of virtual host.'),
110110
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.'),
112112
array('--forceCreation', 'Force the creation of a virtual host, even if it fails syntax validation. Default: FALSE'),
113113
//array('Example:','configurationExport --directivesBlacklist="zend_optimizerplus.blacklist_filename,pgsql.auto_reset_persistent"'),
114114
)
@@ -128,7 +128,7 @@
128128
'info' => array(
129129
'Get the list of virtual hosts currently used by the web server and information about each virtual host.',
130130
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.'),
132132
array('--forceCreate', 'Force edit of the virtual host template even if any errors are detected.'),
133133
array('--sslEnabled', 'Indicates if the provided template to be used is SSL template. Default value is FALSE.'),
134134
array('--sslCertificatePath', 'File path to locate the SSL certificate file'),
@@ -186,7 +186,7 @@
186186
'Validate the existence of the supplied SSL certificate, key and chain provided during creation or edit of a virtual host.',
187187
array('--name', 'Name of virtual host.'),
188188
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.'),
190190
array('--sslEnabled', 'Indicates if the provided template to be used is SSL template.'),
191191
array('--sslCertificatePath', 'File path to locate the SSL certificate file.'),
192192
array('--sslCertificateKeyPath', 'File path to locate the SSL public key file.'),

0 commit comments

Comments
 (0)