2. $VAR->domain->¶
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->emailEmail address of the website owner; string
$VAR->domain->emailEmail 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
vhostdirectory; 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
httpdocsdirectory; string$VAR->domain->physicalHosting->httpsDirThe absolute path to the website’s
httpsdocsdirectory; string$VAR->domain->physicalHosting->cgiBinDirThe absolute path to the website’s
cgi-bindirectory; string$VAR->domain->physicalHosting->statisticsDirThe absolute path to the website’s
statisticsdirectory;string$VAR->domain->physicalHosting->siteAppsConfigDirThe absolute path to the website’s directory where configuration files of the installed non-SSL/TLS site applications are stored; string
$VAR->domain->physicalHosting->customConfigFileThe absolute path to the directory
<vhostdir>/conf/vhost.conffor a non-SSL/TLS website; string$VAR->domain->physicalHosting->siteAppsSslConfigDirThe absolute path to the website’s directory where configuration files of the installed SSL/TLS site applications are stored; string
$VAR->domain->physicalHosting->customSslConfigFileThe absolute path to the directory
<vhostdir>/conf/vhost.conffor a non-SSL/TLS website; string$VAR->domain->physicalHosting->sslDefines if the SSL/TLS 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->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->subdomainsList of the website subdomains; array with elements
$VAR->subdomain$VAR->domain->physicalHosting->phpSettingsList of PHP settings for the website (including additional directives); string
$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
phpSettingsList of PHP settings for the web user. All setting values are the same as for the website except
open_basedir(it contains the path to the web user’s home directory); stringpythonDefines 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/TLS; array with elements
array('directory' => '', 'realm' => '', 'authFile' => '',)wheredirectoryis a path (relative to the virtual host root) to a directory being protectedrealmis a text displayed when requesting password from a userauthFileis the absolute path to a file listing users who are authorized to access the directory
$VAR->domain->protectedDirectories->nonSslDirectoriesPassword-protected non-SSL/TLS directories of the website; array with elements
array('directory' => '', 'realm' => '', 'authFile' => '',)wheredirectoryis a path (relative to the virtual host root) to a directory being protectedrealmis a text displayed when requesting password from a userauthFileis the absolute path to a file listing users who are authorized to access the directory