Service Stage
Chapter
3
Predefined SAFs and the Request Handling Process
91
make-dir
Applicable in
Service
-class directives.
The
make-dir
function creates a directory when the client sends a request whose
method is MKDIR. The function can fail if the server can’t write to that directory.
When remote file manipulation is enabled in the server, the
obj.conf
file contains
a
Service
-class function that invokes
make-dir
when the request method is
MKDIR
.
Parameters
Examples
query-handler
Applicable in
Service
-class directives.
The
query-handler
function runs a CGI program instead of referencing the path
requested.
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
ChunkedRequestTimeout
optional, common to all Service-class functions
bucket
optional, common to all
obj.conf
functions
Service fn="make-dir" method="MKDIR"
NOTE
This function is provided for backward compatibility only and is
used mainly to support the obsolete ISINDEX tag. If possible, use
an HTML form instead.
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...