Service Stage
Chapter
3
Predefined SAFs and the Request Handling Process
95
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.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...