Oracle iPlanet Web Server 7.0.9 Administrator's Configuration File Reference

dav

The dav element configures WebDAV. This element may appear zero or one time within the server element. For more information, see server.

Subelements

The dav element can contain the following subelements:

Table 3–14 List of dav Subelements

Element 

Occurrences 

Description 

enabled

0 or 1 

Determines whether WebDAV is enabled at runtime. The default value is true.

default-owner

0 or 1 

Defines the name of the default owner of the resource. 

min-lock-timeout

0 or 1 

The minimum expiration time (in seconds) for WebDAV locks. The value can be from 0.001 to 3600, or 0 for no limit. 

max-xml-request-body-size

0 or 1 

The maximum size (in bytes) allowed for WebDAV XML request bodies. The value can be from 0 to 2147483647, or -1 for no limit. 

max-propfind-depth

0 or 1 

The maximum depth of PROPFIND requests sent to collections. The value can be 0, 1, or infinity.

max-expand-property-depth

0 or 1 

The maximum depth allowed for WebDAV expand-property REPORT responses. The value can be from 0 to 100.

max-report-response-elements

0 or 1 

The maximum number of response elements a REPORT response body can have. The value can be from 0 to 2147483647. The default value is 1000.

auth

0 or 1 

Configures the WebDAV Access Control Protocol authentication. For more details, see auth.

acl-db

0 or 1 

Configures the WebDAV Access Control Protocol ACL database. For more details, see acl-db.

lock-db

0 or 1 

Configures the WebDAV lock database. For more details, see lock-db.

property-db

0 or 1 

Configures the WebDAV property database. For more details, see property-db.

See Also