![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653085.webp)
Service Stage
Chapter
3
Predefined SAFs and the Request Handling Process
85
This directive usually comes last in the set of
Service
-class directives to give all
other Service directives a chance to be invoked. This directive is invoked if the
method of the request is
GET
,
HEAD
, or
POST
, and the type does not start with
magnus-internal/
. Note here that the pattern
*~
means “does not match.” For a
list of characters that can be used in patterns, see Appendix C, “Wildcard
Patterns.”
The following Service-class functions are described in detail in this section:
•
add-footer
appends a footer specified by a filename or URL to a an HTML
file.
•
add-header
prepends a header specified by a filename or URL to an HTML
file.
•
append-trailer
appends text to the end of an HTML file.
•
imagemap
handles server-side image maps.
•
index-common
generates a fancy list of the files and directories in a requested
directory.
•
index-simple
generates a simple list of files and directories in a requested
directory.
•
key-toosmall
indicates to the client that the provided certificate key size is too
small to accept.
•
list-dir
lists the contents of a directory.
•
make-dir
creates a directory.
•
query-handler
handles the HTML ISINDEX tag.
•
remove-dir
deletes an empty directory.
•
remove-file
deletes a file.
•
rename-file
renames a file.
•
send-cgi
sets up environment variables, launches a CGI program, and sends
the response to the client.
•
send-file
sends a local file to the client.
•
send-range
sends a range of bytes of a file to the client.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...