Installation guide

Table Of Contents
htmldir
Appendix A Parameters Defined in the .conf File 97
htmldir
Specifies the location of the HTML files for the gateway. These include the HTML files
controlling the appearance of gateway forms.
The HTML directory for the default gateway (
dsgw.conf) is ../html. The HTML
directory for Directory Express (
pb.conf) is ../pbhtml.
Format
htmldir "html_directory"
Example
htmldir "/exampleconfig"
ignoreAcceptCharsetFrom
Ignores request headers for the UTF-8 character set automatically sent by Netscape
Communicator and Internet Explorer browsers. Can be used together with the
charset
parameter to transmit a charset other than Unicode to all gateway clients.
Format
ignoreAcceptCharsetFrom HTTP_ client_version_string
Example
ignoreAcceptCharsetFrom Mozilla/4.01x-NSCP Mozilla/3
More information: “charset,” on page 93.
include
Specifies the location of another configuration file that should be read by the gateway.
Format
include "configuration_file"
Example
include "../config/dsgw-l10n.conf"