siteapp.exe: Web Applications
The siteapp.exe
utility is used to manage Web application packages on Plesk server. By using this utility, you can perform the following tasks:
- adding/removing Web application packages to/from the Plesk server application vault
- viewing information about Web application packages available in the Plesk server application vault
Usage
siteapp.exe <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]
Example
The following command removes bbclone application package version 0.48 from the Plesk server application vault:
siteapp.exe --remove-from-server -sapp-name bbclone -sapp-version 0.48
Commands
Command | Parameter | Description | Example |
---|---|---|---|
|
|
Adds specified application package to the Plesk server application vault. Requires |
To add Web application package to Plesk server application vault from file siteapp.exe --install-on-server -file C:/temp/Drupal.app.zip or siteapp.exe -i -file /usr/local/psa/siteapp/Drupal.app.zip |
|
|
Removes specified application package from the Plesk server application vault. Requires |
To remove Drupal application package version 4.7.8 from the Plesk server application vault: siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 or siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 |
|
|
Adds a Web application package to a Plesk client account's application pool. Deprecated since Plesk 8.3. Use |
|
|
|
Displays information about Web application packages available to clients in the Plesk server application vault in the XML format. |
To view information in the XML format about Web application packages available to clients in the Plesk server application vault: siteapp.exe --info-packages-xml or siteapp.exe -x |
|
|
Displays help on the use of the utility. |
To view help on the use of the siteapp utility: siteapp.exe --help or siteapp.exe -h |
Options
Option | Parameter | Description | Example |
---|---|---|---|
|
|
Specifies a Web application package name. Required with |
To remove Drupal application package version 4.7.8 release 2 from the Plesk server application vault: siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 -sapp-release 2 |
|
|
Specifies a Web application package version number. Required with |
|
|
|
Specifies a Web application package release number. Required with |
|
|
|
Specifies a path to a Web application package file. Required with |
To add Web application package to Plesk server application vault from file siteapp.exe --install-on-server -file C:/temp/Drupal.app.zip |