25
Chapter
2
Syntax and Use of obj.conf
The
obj.conf
configuration file contains directives that instruct the Netscape
Enterprise Server how to handle requests from clients. This chapter discusses
server instructions in
obj.conf
; the use of
Object
tags; the use of variables; the
flow of control in
obj.conf
; the syntax rules for editing
obj.conf
; and a note
about example directives.
The sections in this chapter are:
•
Server Instructions in obj.conf
•
The Object Tag
•
Variables Defined in server.xml
•
Flow of Control in obj.conf
•
Syntax Rules for Editing obj.conf
•
About obj.conf Directive Examples
Server Instructions in obj.conf
The
obj.conf
file contains directives that instruct the server how to handle
requests received from clients such as browser. These directives appear inside
OBJECT
tags.
Each directive calls a function, indicating when to call it and specifying arguments
for it.
The syntax of each directive is:
Directive fn=
func-name name1
="
value1"...
nameN
="
valueN
"
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...