IIS Gopher Service Registry Parameters

ID: Q147623


The information in this article applies to:


SUMMARY

The Internet Information Server (IIS) contains four registry keys. They are FTP, Gopher, WWW (World Wide Web) and the Internet Information Server.

The Internet Information Server registry key provides registry parameters and values that are global for the InetInfo process and the server. For additional information, please see the following article in the Microsoft Knowledge Base:

Q143180 : IIS Common Registry Parameters

This article lists specific registry parameters and values that are used by the IIS Gopher service only.


MORE INFORMATION

The following is a list of registry parameters and values that are used specifically for the IIS Gopher service.

The parameter location is under the HKEY_LOCAL_MACHINE subtree under the following subkeys:


   \System\CurrentControlSet\Services\GOPHERSVC\Parameters

CheckForWAISDB                                  REG_DWORD
Range:  0 or 1                                  Default:0
Description:                                    CONFIGURABLE 

The Gopher Service uses the WAIS toolkit to support Gopher-based searches. However, Microsoft does not ship the WAIS toolkit with the Internet Information Server. This value name is used to specify if the search is supported and if the service should check for the WAIS toolkit. If this value name is set to 0, the service does not support searches and does not look for the WAIS toolkit. If it is set to 1, then the service supports the search and looks for the WAIS toolkit (if WAISLOOK.EXE is installed).

DebugFlags                                      REG_DWORD
Range:  0 - 0xFFFFFFFF                          Default:0
Description:                                    INTERNAL ANALYSIS 

This value specifies bit mask for selectively enabling different checks in a debug binary of the Gopher service (GOPHERD.DLL). The output is sent to the debug terminal by default. This bit mask applies to the Gopher service DLL only.

#define DEBUG_GD_SERVICE_CTRL                   0x00000001
#define DEBUG_GD_TIMING                         0x00000002
#define DEBUG_GD_CACHE                          0x00000004
#define DEBUG_GD_ERROR                          0x00000008

#define DEBUG_GD_TAG                            0x00000010
#define DEBUG_GD_PARSING                        0x00000020
#define DEBUG_GD_REQUEST                        0x00000040
#define DEBUG_GD_REQUEST_LOG                    0x00000080

#define DEBUG_GD_CLIENT                         0x00000100
#define DEBUG_GD_CONNECTION                     0x00000200
#define DEBUG_GD_CONFIG                         0x00000400
#define DEBUG_GD_SECURITY                       0x00000800

#define DEBUG_GD_SOCKETS                        0x00001000
#define DEBUG_GD_STATISTICS                     0x00002000
#define DEBUG_GD_RPC                            0x00004000 

Additional query words: prodiis regedt32


Keywords          : kbusage iisgopher iisregistry 
Version           : 1.0
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: May 6, 1999