The content of $VAR->domain is defined by the value of the domainId key in $metainfo.
$VAR->domain->idDomain ID; string
$VAR->domain->wwwDefines if the website is accessible with the www prefix; boolean
$VAR->domain->enabledDefines the website status; boolean
$VAR->domain->idnNameInternational domain name; string
$VAR->domain->asciiNameDomain name in ASCII format; string
$VAR->domain->isIpDefaultDefines if the website is set as default for the IP address; boolean
$VAR->domain->hasPhysicalHostingDefines if the website is set up for web hosting; boolean
$VAR->domain->hasStandardForwardingDefines if the website is set up as standard forwarding; boolean
$VAR->domain->hasFrameForwardingDefines if the website is set up as frame forwarding; boolean
$VAR->domain->webAliasesWeb aliases of the website; array where elements are objects $object->asciiName
$VAR->domain->mailAliasesMail aliases of the website; array where elements are objects $object->asciiName
$VAR->domain->client->emailE-mail address of the website owner; string
$VAR->domain->emailE-mail address of the Domain Administrator of the website; string
2.1. $VAR->domain->physicalHosting->
$VAR->domain->physicalHosting->loginUsername of FTP account used to access the website content; string
$VAR->domain->physicalHosting->ipAddressIP address on which the website is hosted; see $VAR->ipAddress
$VAR->domain->physicalHosting->vhostDirThe absolute path to the website's vhost directory; string
$VAR->domain->physicalHosting->logsDirThe absolute path to the website's logs directory; string
$VAR->domain->physicalHosting->webUsersDirThe absolute path to the website's directory designated for web users' content; string
$VAR->domain->physicalHosting->httpDirThe absolute path to the website's httpdocs directory; string
$VAR->domain->physicalHosting->httpsDirThe absolute path to the website's httpsdocs directory; string
$VAR->domain->physicalHosting->cgiBinDirThe absolute path to the website's cgi-bin directory; string
$VAR->domain->physicalHosting->statisticsDirThe absolute path to the website's statistics directory;string
$VAR->domain->physicalHosting->siteAppsConfigDirThe absolute path to the website's directory where configuration files of the installed non-SSL site applications are stored; string
$VAR->domain->physicalHosting->customConfigFileThe absolute path to the directory <vhostdir>/conf/vhost.conf for a non-SSL website; string
$VAR->domain->physicalHosting->siteAppsSslConfigDirThe absolute path to the website's directory where configuration files of the installed SSL site applications are stored; string
$VAR->domain->physicalHosting->customSslConfigFileThe absolute path to the directory <vhostdir>/conf/vhost.conf for a non-SSL website; string
$VAR->domain->physicalHosting->sslDefines if the SSL support is enabled on the website; boolean
$VAR->domain->physicalHosting->trafficBandwidthDefines a limit imposed on the traffic bandwidth usage by the domain; string
$VAR->domain->physicalHosting->maximumConnectionDefines a limit imposed on the maximum allowed number of connections to the domain; string
$VAR->domain->physicalHosting->phpDefines if the PHP support is enabled on the website; boolean
$VAR->domain->physicalHosting->phpHandlerTypeDefines PHP handler type; string
$VAR->domain->physicalHosting->phpSafeModeDefines if PHP operates in safe mode; boolean
$VAR->domain->physicalHosting->ssiDefines if SSI is supported on the website; boolean
$VAR->domain->physicalHosting->cgiDefines if CGI is supported on the website; boolean
$VAR->domain->physicalHosting->mivaDefines if Miva support is enabled for the website; boolean
$VAR->domain->physicalHosting->mivaDataDirThe full path to the Miva data directory; string
$VAR->domain->physicalHosting->perlDefines if Perl is supported on the website; boolean
$VAR->domain->physicalHosting->aspDefines if ASP is supported on the website; boolean
$VAR->domain->physicalHosting->pythonDefines if python is supported on the website; boolean
$VAR->domain->physicalHosting->fastcgiDefines if FastCGI is supported on the website; boolean
$VAR->domain->physicalHosting->errordocsDefines if custom error pages are supported on the website; boolean
$VAR->domain->physicalHosting->hasWebstatDefines if a web statistics service is supported on the website; boolean
$VAR->domain->physicalHosting->webuserScriptingEnabledDefines if using scripts is allowed to web users on the website; boolean
$VAR->domain->physicalHosting->frontpageDefines if Microsoft FrontPage is supported on the website; boolean
$VAR->domain->physicalHosting->frontpageSslDefines if Microsoft FrontPage over SSL is supported on the website; boolean
$VAR->domain->physicalHosting->coldfusionDefines if ColdFusion is supported on the website; boolean
$VAR->domain->physicalHosting->subdomainsList of the website subdomains; array with elements $VAR->subdomain
$VAR->domain->physicalHosting->webusersAccesses web user specific data; array where elements are objects of type $object-><webuser-parameter> where <webuser-parameter> is one of the following:
dirThe absolute path to the directory with the web user's content; string
ssiDefines if SSI support is enabled for the web user; boolean
cgiDefines if CGI support is enabled for the web user; boolean
perlDefines if perl support is enabled for the web user; boolean
aspDefines if ASP support is enabled for the web user; boolean
phpDefines if PHP support is enabled for the web user; boolean
pythonDefines if python support is enabled for the web user; boolean
fastcgiDefines if fastCGI support is enabled for the web user; boolean
2.2. $VAR->domain->forwarding->
$VAR->domain->forwarding->ipAddressIP address on which the website forwarding is set up; $VAR->ipAddress
$VAR->domain->forwarding->redirectUrlURL to which requests for the website are redirected; string
2.3. $VAR->domain->tomcat->
$VAR->domain->tomcat->enabledDefines if Tomcat is enabled on the website; boolean
$VAR->domain->tomcat->allGets data on all Tomcat applications running on the domain; array where elements are objects $object->name where 'name' is an application name
2.4. $VAR->domain->protectedDirectories->
$VAR->domain->protectedDirectories->sslDirectoriesPassword-protected directories of the website available via SSL; array with elements array('directory' => '', 'realm' => '', 'authFile' => '',) where
directory is a path (relative to the virtual host root) to a directory being protectedrealm is a text displayed when requesting password from a userauthFile is the absolute path to a file listing users who are authorized to access the directory$VAR->domain->protectedDirectories->nonSslDirectoriesPassword-protected non-SSL directories of the website; array with elements array('directory' => '', 'realm' => '', 'authFile' => '',) where
directory is a path (relative to the virtual host root) to a directory being protectedrealm is a text displayed when requesting password from a userauthFile is the absolute path to a file listing users who are authorized to access the directory