Installation guide
Table Of Contents
- Gateway Customization Guide
- Contents
- Preface
- Introduction
- Setting Up the Gateway
- Gateway Installation Planning
- HTTP Server Configuration
- Creating a New Gateway Instance
- Gateway .conf File Configuration
- Configuring Gateway Clients
- Gateway Localization
- File Controlling Gateway Functionality
- Editing Entry Types
- Search Attributes, Filters, and Results
- Customizing Graphics and Color
- Parameters Defined in the .conf File
- Gateway Directives
- Introduction
- Context-Related Directives
- Entry-Related Directives
- DS_ENTRYBEGIN
- DS_ENTRYEND
- DS_ATTRIBUTE
- DS_OBJECTCLASS
- DS_VIEW_SWITCHER
- DS_SORTENTRIES
- DS_SEARCHDESC
- DS_POSTEDVALUE
- DS_EDITBUTTON
- DS_DELETEBUTTON
- DS_SAVEBUTTON
- DS_EDITASBUTTON
- DS_NEWPASSWORD
- DS_CONFIRM_NEWPASSWORD
- DS_OLDPASSWORD
- DS_HELPBUTTON
- DS_CLOSEBUTTON
- DS_BEGIN_ENTRYFORM
- DS_END_ENTRYFORM
- DS_EMIT_BASE_HREF
- DS_DNEDITBUTTON
- DS_BEGIN_DNSEARCHFORM
- DS_ATTRVAL_SET
- IF/ ELSE/ ELIF/ ENDIF
- Miscellaneous Directives
- CGI Usage
- Index
- List of Tables
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"