1. $VAR->server->
- 
$VAR->server->fullHostNameFull name of the host where Plesk is installed; string 
- 
$VAR->server->ipAddress->allList of IP addresses registered with Plesk; array with elements $VAR->ipAddress 
- 
$VAR->server->admin->emailEmail address of the Plesk administrator; string 
- 
$VAR->server->productRootDirThe full path to the root directory of the Plesk installation; string 
- 
$VAR->server->productConfigDirThe full path to the directory where the Plesk configuration is stored; string 
- 
$VAR->server->getSslLibraryPathThe full path to the system SSL/TLS library; string 
- 
$VAR->server->getCryptoLibraryPathThe full path to the system cryptographic library; string 
1.2. $VAR->server->domains->
- 
$VAR->server->domains->allWithHostingList of domains where hosting (both web hosting and forwarding) is set up; array with elements $VAR->domain
- 
$VAR->server->domains->allWithoutHostingList of domain accounts where no hosting is set up (neither web hosting nor forwarding); array with elements $VAR->domain
1.3. $VAR->server->webserver->
- 
$VAR->server->webserver->vhostDirThe full path to the system vhosts/directory; string
- 
$VAR->server->webserver->httpLogsDirThe full path to the logs/directory; string
- 
$VAR->server->webserver->httpIncludeDirThe full path to the Apache conf.ddirectory; string
- 
$VAR->server->webserver->httpDirThe full path to the directory with content of the server default website available via HTTP; string 
- 
$VAR->server->webserver->httpsDirThe full path to the directory with content of the server default website available via HTTPS; string 
- 
$VAR->server->webserver->httpPortApache HTTP port number; string 
- 
$VAR->server->webserver->httpsPortApache HTTPS port number; string 
- 
$VAR->server->webserver->cgiBinDirThe full path to the cgi-bin directory of the server default site; string 
- 
$VAR->server->webserver->clientGroupSystem group of users using Apache web hosting (a user group in which all FTP users of web hosting are included); string 
1.3.1. $VAR->server->webserver->apache->
- 
$VAR->server->webserver->apache->pipelogEnabledDefines if writing Apache logs to a pipe is enabled; boolean 
- 
$VAR->server->webserver->apache->traceEnableComplianceDetermines the behaviour on TRACE requests; boolean 
- 
$VAR->server->webserver->apache->allowOverrideDefaultDefines the value of the AllowOverride directive in Apache configuration; string 
- 
$VAR->server->webserver->apache->php4ModuleNameName of the Apache module used for PHP 4; string 
- 
$VAR->server->webserver->apache->phpCgiBinBinary file used to run PHP in CGI mode; string 
- 
$VAR->server->webserver->apache->vhostIpCapacityMaximum number of IP addresses that can be defined in the <VirtualHost> tag in Apache configuration; integer 
1.4. $VAR->server->tomcat->
- 
$VAR->server->tomcat->workersFileThe full path to the Tomcat workers file; string 
- 
$VAR->server->tomcat->workerNameTomcat worker ID; string 
- 
$VAR->server->tomcat->warpPortTomcat WARP port; string 
1.5. $VAR->server->mailman->
- 
$VAR->server->mailman->rootDirThe full path to the Mailman root directory; string 
- 
$VAR->server->mailman->varDirThe full path to the Mailman vardirectory; string
- 
$VAR->server->mailman->scriptAliasesScriptAliases required for the web panel of the Mailman service to work; array with elements 'url => path'
- 
$VAR->server->mailman->aliasesAliases required for the web panel of the Mailman service to work; array with elements 'url => path'