-
$VAR->server->fullHostName
Full name of the host where Plesk is installed; string
-
$VAR->server->ipAddress->all
List of IP addresses registered with Plesk; array with elements
$VAR->ipAddress -
$VAR->server->admin->email
Email address of the Plesk administrator; string
-
$VAR->server->productRootDir
The full path to the root directory of the Plesk installation; string
-
$VAR->server->productConfigDir
The full path to the directory where the Plesk configuration is
stored; string -
$VAR->server->getSslLibraryPath
The full path to the system SSL/TLS library; string
-
$VAR->server->getCryptoLibraryPath
The full path to the system cryptographic library; string
1.2. $VAR->server->domains->
-
$VAR->server->domains->allWithHosting
List of domains where hosting (both web hosting and forwarding) is
set up; array with elements$VAR->domain
-
$VAR->server->domains->allWithoutHosting
List 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->vhostDir
The full path to the system
vhosts/
directory; string -
$VAR->server->webserver->httpLogsDir
The full path to the
logs/
directory; string -
$VAR->server->webserver-&…