![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 75](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653075.webp)
PathCheck Stage
Chapter
3
Predefined SAFs and the Request Handling Process
75
Parameters
Examples
See Also
basic-auth, basic-ncsa
set-virtual-index
Applicable in
PathCheck
-class directives.
The
set-virtual-index
function specifies a virtual index for a directory, which
determines the URL forwarding. The index can refer to a LiveWire application, a
servlet in its own namespace, a Netscape Application Server applogic, and so on.
REQ_NOACTION
is returned if none of the URIs listed in the from parameter match
the current URI.
REQ_ABORTED
is returned if the file specified by the
virtual-index
parameter is missing or if the current URI cannot be found.
REQ_RESTART
is returned if the current URI matches any one of the URIs mentioned
in the
from
parameter or if there is no
from
parameter.
path
(optional) is a wildcard local file system path on which this
function should operate. If no path is provided, the function
applies to all paths.
auth-type
is the type of HTTP authorization used and must match the
auth-type from the previous authorization function in AuthTrans.
Currently,
basic
is the only authorization type defined.
realm
is a string sent to the browser indicating the secure area (or realm)
for which a user name and password are requested.
auth-user
(optional) specifies a wildcard list of users who are allowed access.
If this parameter is not provided, then any user authorized by the
authorization function is allowed access.
auth-group
(optional) specifies a wildcard list of groups that are allowed
access.
bucket
optional, common to all
obj.conf
functions
PathCheck fn=require-auth auth-type=basic realm="Marketing Plans"
auth-group=mktg auth-user=(jdoe|johnd|janed)
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...