Init-Clf - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

cgistub-path
env-variable
Example
Init fn=init-cgi LD_LIBRARY_PATH=/usr/lib;/usr/local/lib
See Also
send-cgi, send-wincgi, send-shellcgi

init-clf

Applicable in
-class directives.
Init
The
function opens the named log files to be used for common logging.
init-clf
The
function writes entries into the log files during the
common-log
the request handling process. The log files stay open until the server is shut down
(at which time the log files are closed) or restarted (at which time the log files are
closed and reopened).
(optional) specifies the path to the CGI stub binary. If not
Enterprise Server
specified,
directories, in the following order, relative to the server
instance's config directory: ../private/Cgistub, then
../../bin/https/bin/Cgistub.
Use the first directory to house an suid Cgistub (that is, a
Cgistub owned by root which has the set-user-ID-on-exec
bit set). Use the second directory to house a non-suid
Cgistub. The second directory is the location used by iPlanet
Web Server 4.x.
If present, the ../private directory must be owned by the
server user and have permissions d??x------. This
prevents other users (for example, users with shell accounts
or CGI access) from using Cgistub to set their uid.
For information about installing an suid Cgistub, see the
Netscape Enterprise Server Programmer's Guide
(optional) specifies the name and value for an environment
variable that the server places into the environment for the
CGI. You can set any number of environment variables in a
single init-cgi function.
Chapter 7
looks in the following
.
AddLog
Syntax and Use of magnus.conf
Init SAFs
stage of
249

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents