The HTTP gateway enables access to documents on CGI compliant web servers. Using this gateway, documents managed by web servers can be indexed, searched, and viewed.
Features
The HTTP gateway has these features:
vgwhttp.cfg
.
verity
/prdname
/k2/common/vdkstyle/
verity
/
prdname
is the user-definable portion of the installation directory.It is recommended that you backup the sample directory to another location before making changes.
vgwhttp.cfg
in the HTTP gateway style directory must be present for proper functioning of the gateway. The sample vgwhttp.cfg
file in common/vdkstyle
contains this syntax:
- $control:1
- ## Repository settings. Zero or multiple repository entries
- ## can be listed.
- # repository: name
- # {
- # /securityModuleId = 0x0 or 0xdff4
- # /url = http://.*
- # }
- ## Proxy settings (optional)
- # proxy: hostname portnum
- # {
- # proxyAuth: login passwd (optional)
- # noproxy: (optional)
- # {
- # server: string hostname/addr (one or more "server" lines)
- # }
- # }
- $$
- $control:1
- repository: A
- {
- /securityModuleId = 0x0
- /url = http://www.verity.org/dirA/*
- }
- repository: B
- {
- /securityModuleId = 0x0
- /url = http://www.verity.org/dirB/*
- }
- repository: C
- {
- /securityModuleId = 0x0
- /url = http://www.verity.org/dirC/*
- }
- $$
vgwhttp.cfg
file, the Verity prompts the user for credentials for each repository, as defined.