![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 86](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653086.webp)
Service Stage
86
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
•
send-shellcgi
sets up environment variables, launches a shell CGI program,
and sends the response to the client.
•
send-wincgi
sets up environment variables, launches a WinCGI program, and
sends the response to the client.
•
service-dump
creates a performance report based on collected performance
bucket data.
•
shtml_send
parses an HTML file for server-parsed html commands.
•
stats-xml
creates a performance report in XML format.
•
upload-file
uploads and saves a file.
add-footer
Applicable in
Service
-class directives.
This function appends a footer to an HTML file that is sent to the client. The footer
is specified either as a filename or a URI -- thus the footer can be dynamically
generated. To specify static text as a footer, use the
append-trailer
function.
Parameters
file
(optional) The pathname to the file containing the
footer. Specify either
file
or
uri
.
By default the pathname is relative. If the pathname is
absolute, pass the
NSIntAbsFilePath
parameter as
yes
.
uri
(optional) A URI pointing to the resource containing
the footer. Specify either
file
or
uri
.
NSIntAbsFilePath
(optional) if the file parameter is specified, the
NSIntAbsFilePath
parameter determines whether
the file name is absolute or relative. The default is
relative. Set the value to
yes
to indicate an absolute
file path.
type
optional, common to all Service-class functions
method
optional, common to all Service-class functions
query
optional, common to all Service-class functions
UseOutputStreamSize
optional, common to all Service-class functions
flushTimer
optional, common to all Service-class functions
ChunkedRequestBufferSize
optional, common to all Service-class functions
Содержание 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...