Sun Java System Web Server 6.1 SP11 Administrator's Configuration File Reference

home-page

Applicable in NameTrans-class directives.

The home-page function specifies the home page for your server. Whenever a client requests the server’s home page (/), they’ll get the document specified.

Parameters

The following table describes parameters for the home-page function.

Table 4–11 home-page Parameters

Parameter  

Description  

path

Path and name of the home page file. If path starts with a slash (/), it is assumed to be a full path to a file.

This function sets the server’s path variable and returns REQ_PROCEED. If path is a relative path, it is appended to the URI and the function returns REQ_NOACTION continuing on to the other NameTrans directives.

bucket

(Optional) Common to all obj.conf functions.

Examples


NameTrans fn="home-page" path="/path/to/file.html"
NameTrans fn="home-page" path="/path/to/$id/file.html"