IIS Gopher Service Registry Parameters

Last reviewed: April 22, 1997
Article ID: Q147623
The information in this article applies to:
  • Microsoft Internet Information Server version 1.0

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:

   ARTICLE-ID: Q143180
   TITLE     : 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 : iisgopher iisregistry kbusage
Version : 1.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.