This section describes some of the parameters that are included in the XML files and passed to UpdateObj.exe
for updating a site. The following table describes the parameters included in the Service and ServiceComponent sections used in the XML files.
Description of parameters used for updating a site |
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parameters |
Type |
Description of the parameter |
Default value |
||||||||||||||||||||
Service name: WebHosting |
|||||||||||||||||||||||
ip |
String |
IP address of the site |
Must be manually specified |
||||||||||||||||||||
IsIpbased |
Boolean |
Is the site an IP-based |
False |
||||||||||||||||||||
IPSelection |
Boolean |
Was the IPSelection parameter equal to "auto" or did it include the IP address when the site was created? If its value was "auto", then the value of this parameter should be "False". If it included the IP address, then the value of this parameter should be "True". Note: This parameter should be used only for IP-based sites. |
False |
||||||||||||||||||||
BillingCycleStartDay |
Integer |
Start of the billing cycle (day of the month). Its value ranges from 1 to 31. |
Must be manually specified |
||||||||||||||||||||
BandwidthActionSendMail |
Boolean |
Send a mail on exceeding the |
True |
||||||||||||||||||||
BandwidthCapped |
Boolean |
Redirect the user to the "bandwidth exceeded" page on crossing the limit |
False |
||||||||||||||||||||
BandwidthQuota |
Integer |
Bandwidth quota limit Note: If BandwidthQuota = -1, then its value is set as unlimited. |
1024 |
||||||||||||||||||||
DiskQuota |
Integer |
Maximum disk space allowed Note: If DiskQuota = -1, then its value is set as unlimited. |
25 |
||||||||||||||||||||
MaxUsers |
Long |
Maximum number of users allowed Note: If Number of Users = -1, then its value is set as unlimited. |
5 |
||||||||||||||||||||
ServiceComponent name: msdns |
|||||||||||||||||||||||
NumDNSZones |
Integer |
Number of DNS zones |
5 |
||||||||||||||||||||
AllowSubdomainsOnly |
Boolean |
Prevent the site from adding |
True |
||||||||||||||||||||
AllowReverseZone |
Boolean |
Allow the site to add reverse records |
False |
||||||||||||||||||||
ServiceComponent name: w3svc |
|||||||||||||||||||||||
EnableDotNet |
Boolean |
Enable support for .NET applications on the Web site. |
False |
||||||||||||||||||||
ASPNetVersion |
String |
The version of the Microsoft .NET framework to be used by the .NET applications on the Web site. Note: If this parameter is switched to .NET 2.0, please ensure that existing .NET 1.1 applications are compatible with .NET 2.0 To view the list of the .NET framework versions available on the Parallels Pro Control Panel server, open the Registry Editor, and expand My Computer> HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>ASP.NET. You must specify the complete version of the .NET framework. Note: This parameter is applicable only if you have enabled the EnableDotNet parameter mentioned above. |
Must be manually specified Example. 1.1.4322.0 |
||||||||||||||||||||
SSI |
Boolean |
Enable Server Side Includes for the site |
True |
||||||||||||||||||||
ThirdyPartySSL |
Boolean |
Is a third-party SSL certificate installed? |
False |
||||||||||||||||||||
DefaultSSL |
Boolean |
Enable Default SSL certificate Note: This parameter should be used only for IP-based sites. |
False |
||||||||||||||||||||
SSL |
Boolean |
Enable SSL |
False |
||||||||||||||||||||
SiteLogs |
Boolean |
Enable site logging |
True |
||||||||||||||||||||
SharedSSLHost |
String |
FQDN of the SSL host |
Must be manually specified Example. host. |
||||||||||||||||||||
HostHeaders |
Boolean |
Enable host headers |
True |
||||||||||||||||||||
UseAsPDH |
Boolean |
Use as a Park Domain Host |
False |
||||||||||||||||||||
MaxSubDomains |
Integer |
Maximum number of sub-domains Note: If MaxSubDomains = -1, then its value is set as unlimited. |
10 |
||||||||||||||||||||
LogType |
String |
Format of the log file
|
W3C Extended Log File Format |
||||||||||||||||||||
ChangeLogFormat |
Boolean |
Allow log formats to be changed |
True |
||||||||||||||||||||
MaxConnections |
Integer |
Maximum number of connections Note: If MaxConnections = -1, then its value is set as unlimited. |
1000 |
||||||||||||||||||||
Timeout |
Integer |
Web server connection timeout |
900 seconds |
||||||||||||||||||||
Hits |
Integer |
Expected number of hits per day
|
1 (less than 100000) |
||||||||||||||||||||
ReverseDNS |
Boolean |
Enable Reverse DNS lookup |
True |
||||||||||||||||||||
EnableBWQuota |
Boolean |
Allow bandwidth usage to be |
False |
||||||||||||||||||||
BandwidthQuota |
Integer |
Maximum bandwidth usage allowed |
1024 |
||||||||||||||||||||
IISPermRead |
Boolean |
Enable read permission for IIS files |
True |
||||||||||||||||||||
IISPermWrite |
Boolean |
Enable write permission for IIS files |
False |
||||||||||||||||||||
IISPermDirectoryBrowsing |
Boolean |
Enable Directory Browsing |
False |
||||||||||||||||||||
IISPermExec |
Integer |
Permissions for executing files
|
1 (Allow only scripts) |
||||||||||||||||||||
IISApplProtection |
Integer |
Pool type
|
0 (shared pool) |
||||||||||||||||||||
CPUrl |
String |
URL of the control panel |
Computer name or IP address of the server. |
||||||||||||||||||||
ServiceComponent name: msftpsvc |
|||||||||||||||||||||||
MaxConnections |
Long |
Maximum number of connections Note: If MaxConnections = -1, then its value is set as unlimited. |
5 |
||||||||||||||||||||
AnonymousConnections |
Boolean |
Enable anonymous connections |
False |
||||||||||||||||||||
UserIsolationMode |
Integer |
Method for isolation users
|
0 (Custom method) |
||||||||||||||||||||
Timeout |
Integer |
Connection timeout period |
900 |
||||||||||||||||||||
SiteLogs |
Boolean |
Enable site logs |
True |
||||||||||||||||||||
LogType |
String |
Select the type of log The value of LogType can be either one of the values given below.
|
W3C Extended Log File Format |
||||||||||||||||||||
IISPermRead |
Boolean |
Enable download permission for IIS files |
True |
||||||||||||||||||||
IISPermWrite |
Boolean |
Enable upload permission for IIS files |
False |
||||||||||||||||||||
MessageExit |
String |
Exit message |
Exit message |
||||||||||||||||||||
MessageWelcome |
String |
Welcome message |
Welcome |
||||||||||||||||||||
MessageMaxClients |
String |
Message when the connection reaches the maximum limit |
Maximum |
||||||||||||||||||||
ServiceComponent name: frontpage |
|||||||||||||||||||||||
RequireSSL |
Boolean |
Enable HTTPS Secure Communications Note: This parameter should be used only for IP-based sites. |
False |
||||||||||||||||||||
EnableAuthoring |
Boolean |
Enable authoring |
True |
||||||||||||||||||||
MailSender |
String |
Address of the sender |
Must be manually specified |
||||||||||||||||||||
MailReplyTo |
String |
Address of the receiver |
Must be manually specified |
||||||||||||||||||||
SMTPHost |
String |
SMTP mail server |
Must be manually specified |
||||||||||||||||||||
ServiceComponent name: php |
|||||||||||||||||||||||
PhpType |
Integer |
Configure PHP as CGI/ISAPI
|
1 (CGI) |
||||||||||||||||||||
ServiceComponent name: mysql
ServiceComponent name: mssql
ServiceComponent name: odbc |
|||||||||||||||||||||||
TotalSQLDSNCount |
Integer |
Maximum number of SQL data sources allowed Note: If TotalSQLDSNCount = -1, then its value is set as unlimited. |
5 |
||||||||||||||||||||
TotalAccessDSNCount |
Integer |
Maximum number of Microsoft Access data sources allowed Note: If TotalAccessDSNCount = -1, then its value is set as unlimited. |
5 |
||||||||||||||||||||
TotalMyODBCDSNCount |
Integer |
Maximum number of MyODBC data sources allowed Note: If TotalMyODBCDSNCount = -1, then its value is set as unlimited. |
5 |
||||||||||||||||||||
ServiceComponent name: Mail |
|||||||||||||||||||||||
EnableMailingLists |
Boolean |
Enable mailing lists |
False |
||||||||||||||||||||
EnableDomainAliases |
Boolean |
Enable domain aliases |
False |
||||||||||||||||||||
EnableDistributionLists |
Boolean |
Enable distribution lists |
True |
||||||||||||||||||||
EnableSpamFilters |
Boolean |
Enable spam filters |
True |
||||||||||||||||||||
EnableUserAliases |
Boolean |
Enable user aliases |
True |
||||||||||||||||||||
EnableWebAccess |
Boolean |
Enable Web access |
True |
||||||||||||||||||||
EnableForwards |
Boolean |
Enable forwards |
True |
||||||||||||||||||||
EnableAutoresponders |
Boolean |
Enable autoresponders |
True |
||||||||||||||||||||
ServiceComponent name: Powertools |
|||||||||||||||||||||||
PowerToolList |
Array of integers |
List of Power Tools:
|
Must be manually specified Example. |