iTP Secure WebServer System Administrator's Guide (Version 7.0)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-012
A-47
Pidfile
as shown. The two MimeType directives indicate that files with the extension cgi and
ab_demo have the MIME type application x/httpd-guardian. The
corresponding PathwayMimeMap directives indicate that files with the extension cgi
are processed by the generic-cgi server class, and files with the extension ab_demo
are processed by a server class under control of the PATHMON process /G/ZAB or
$ZAB.
MimeType application x/httpd-guardian cgi
PathwayMimeMap cgi generic-cgi
MimeType application/x-httpd-guardian ab_demo
PathwayMimeMap ab_demo /G/ZAB
Pidfile
Syntax
PidFile filename
Description
You set the PidFile directive to the file in which the server is to record the server
process ID.
The PidFile directive is optional. Only one PidFile directive is allowed in the
configuration file.
Default
None. If you do not set the PidFile directive, no process ID file is written.
Example
PidFile /usr/tandem/webserver/httpd.pid
PutScript
Syntax
PutScript CGI-script-filename
Description
Use the PutScript directive to indicate that you want the iTP Secure WebServer to
support the PUT method defined by the HTTP/1.1 protocol. The PUT method stores a
new page or replaces an existing page on the host.