Book Contents

Previous Topic

Next Topic

Type DomainTemplatePHostingPreferences

The DomainTemplatePHostingPreferences complex type (plesk_domain.xsd) is used in the 'add' request packet as the hosting node. In the 'get' response packet and 'set' request packet, it is nested within the hosting node as the vrt_hst node. This data type is structured as follows:

  • The ftp_quota node is optional. Specifies the maximal disk space (Mb) allotted to FTP on a domain created using this domain template. Data type: integer.
  • The fp node is optional. Enables/disables FrontPage support on a domain created using this domain template. Data type: Boolean.
  • The fp_ssl node is optional. Enables/disables FrontPage support over SSL on a domain created using this domain template. Data type: Boolean.
  • The fp_auth node is optional. Enables/disables authoring by means of FrontPage on a domain created using this domain template. Data type: Boolean.
  • The ssl node is optional. Enables/disables SSL access to a domain created using this domain template. Data type: Boolean.
  • The shell node is optional. Enables/disables shell access to Plesk with FTP user login credentials. Data type: string, up to 255 characters long. Allowed values in UNIX: "/bin/false" (disables shell access), a path of a shell command interpreter like '/bin/sh' or '/bin/bash' (allows shell access). Allowed values in Windows: 'Login Enabled' | 'Login Disabled'.
  • The php node is optional. Enables/disables PHP engine support on a domain created using this domain template. Data type: Boolean.
  • The ssi node is optional. Enables/disables SSI support on a domain created using this domain template. Data type: Boolean.
  • The cgi node is optional. Enables/disables CGI support on a domain created using this domain template. Data type: Boolean.
  • The mod_perl node is optional. Enables/disables Perl support on a domain created using this domain template. Data type: Boolean.
  • The mod_python node is optional. Enables/disables Python support on a domain created using this domain template. Data type: Boolean.
  • The asp node is optional. Enables/disables Apache ASP support on a domain created using this domain template. Data type: Boolean.
  • The asp_dot_net node is optional. Enables/disables ASP.NET support on a domain created using this domain template. Data type: Boolean.
  • The coldfusion node is optional. Enables/disables Coldfusion support on a domain created using this domain template. Data type: Boolean.
  • The webstat node is optional. Specifies the webserver statistics processor to use on a domain created using this domain template. Data type: string. Allowed values: none | awstats | webalizer | smarterstats | urchin.
  • The webstat_protected node is optional. Enables/disables access to the statistics via a protected directory ('/plesk-stat/'). Data type: Boolean.
  • The errdocs node is optional. Enables/disables the use of custom error documents on a domain created using this domain template. Data type: Boolean.
  • The at_domains node is optional. Enables/disables support for the @<domain_name> format on a domain created using this domain template. Data type: Boolean.
  • The php_safe_mode node is optional. Enables/disables execution of PHP scripts in the safe mode on a domain created using this domain template. Data type: Boolean.
  • The sb_publishing node is optional. Enables/disables publishing web sites on a domain using SiteBuilder. Data type: Boolean.