Error Stage
Chapter
3
Predefined SAFs and the Request Handling Process
109
Examples
qos-error
Applicable in
Error
-class directives.
The
qos-error
function returns an error page stating which quality of service
limits caused the error and what the value of the QOS statistic was.
The code for this SAF is one of the examples in Chapter 6, “Examples of Custom
SAFs.”
For more information, see the performance chapter of the Netscape Enterprise Server
Administrator’s Guide.
code
(optional) is a three-digit number representing the HTTP
response status code, such as 401 or 407.
This can be any HTTP response status code or reason phrase
according to the HTTP specification.
The following is a list of common HTTP response status codes
and reason strings.
•
401 Unauthorized
.
•
403 Forbidden
.
•
404 Not Found
.
•
500 Server Error
.
bucket
optional, common to all
obj.conf
functions
Error fn=send-error code=401
path=/netscape/server4/docs/errors/401.html
Summary of Contents for ENTERPRISE SERVER 6.0
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 134: ...CGI to NSAPI Conversion 134 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 306: ...cinfo 306 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 312: ...Sample MIME Types File 312 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 324: ...Buffered Streams 324 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 332: ...332 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 340: ...340 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 346: ...346 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 352: ...352 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...