The content of $VAR->subDomain
is defined by the value of the
domainId
and subDomainId
keys in $metainfo
.
-
$VAR->subDomain->id
Subdomain ID; string
-
$VAR->subDomain->asciiName
Subdomain name in ASCII format (without the domain name part, i.e.
“forum” if the full domain name is “forum.example.com”); string -
$VAR-subDomain->asciiFullName
Full subdomain name (including the domain name part) in ASCII format;
string -
$VAR->subDomain->httpDir
The absolute path to the website’s
httpdocs
directory; string -
$VAR->subDomain->httpsDir
The absolute path to the website’s
httpsdocs
directory; string -
$VAR->subDomain->siteAppsConfigDir
The absolute path to the website’s directory where configuration
files of the installed non-SSL/TLS site applications are stored;
string -
$VAR->subDomain->siteAppsSslConfigDir
The absolute path to the website’s directory where configuration
files of the installed SSL/TLS site applications are stored; string -
$VAR->subDomain->customConfigFile
The absolute path to the directory
conf/vhost.conf
for a
non-SSL/TLS website; string -
$VAR->subDomain->customSslConfigFile
The absolute path to the directory
conf/vhost.conf
for an SSL/TLS
website; string -
$VAR->subDomain->login
Username of FTP account used to access the website content; string
-
$VAR->subDomain->cgi
Defines if the CGI support is enabled on the website; boolean
-
$VAR->subDomain->cgiBinDir
The full path to the cgi-bin directory of the website; string
-
$VAR->subDomain->perl
Defines if the perl support is enabled on the website; boolean
-
$VAR->subDomain->asp
Defines if the ASP support is enabled on the website; boolean
-
$VAR->subDomain->php
Defines if the PHP support is enabled on the website; boolean
-
$VAR->subDomain->phpHandlerType
Defines PHP handler type; string
-
$VAR->subDomain->python
Defines if the python support is enabled on the website; boolean
-
$VAR->subDomain->fastcgi
Defines if the FastCGI support is enabled on the website; boolean
-
$VAR->subDomain->ssi
Defines if the SSI support is enabled on the website; boolean
-
$VAR->subDomain->ssl
Defines if the SSL/TLS support is enabled on the website; boolean