Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

172 lines
6.0 KiB

//
// This is the default hive definition for the gopher server
//
// Author: MuraliK
// Created: 30-Sept-1994
//
// Revisions:
// MuraliK Feb 6, 1995. Added registry entries for logging
// MuraliK Feb 24, 1995 Added registry entries for SNMP MIBs
//
\registry\machine
SYSTEM
CurrentControlSet
Services
GopherSvc
DependOnService = REG_MULTI_SZ TCPIP
DisplayName = REG_SZ Microsoft Gopher Server
ErrorControl = REG_DWORD 0x1
ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\inetsvcs.exe
ObjectName = REG_SZ LocalSystem
Start = REG_DWORD 0x3
Type = REG_DWORD 0x20
//
// Gopher parameters are kept under the parameters key
//
Parameters
//
// Port to run the service on
//
Port = REG_DWORD 0x46 // 70
Virtual Roots
/ = REG_SZ c:\internet\gophroot
/samples = REG_SZ c:\internet\gophroot\samples
//
// Security related parameters
//
AllowAnonymous = REG_DWORD 1
LogAnonymous = REG_DWORD 1
LogNonAnonymous = REG_DWORD 1
AnonymousUserName = REG_SZ Internet
//
// Administrative Information
//
AdminName = REG_SZ 'Murali R. Krishnan'
AdminEmail = REG_SZ muralik
Site = REG_SZ 2/1134
Organization = REG_SZ 'Microsoft Corp.'
Location = REG_SZ 'Redmond WA US'
Language = REG_SZ En_US
Geography = REG_SZ Unknown
CheckForWAISDB = REG_DWORD 0
//
// Specifies when to timeout connection (in seconds)
//
ConnectionTimeout = REG_DWORD 900
//
// Maximum number of simultaneous connections allowed
//
MaxConnections = REG_DWORD 0x00000014
//
// Log Configuration for Gopher Service
// Size is set to 4 MegaBytes
//
LogType = REG_DWORD 1
LogFileDirectory = REG_EXPAND_SZ %SystemRoot%\System32
LogFileTruncateSize = REG_DWORD 4000000000
LogFilePeriod = REG_DWORD 1
LogSqlDataSource = REG_SZ TSLOG
LogSqlTableName = REG_SZ gophlog
LogSqlUserName = REG_SZ InternetAdmin
LogSqlPassword = REG_SZ sqllog
//
// For tracing debug output
//
DebugFlags = REG_DWORD 0x08
//
// Path name specifies location of the SNMP MIB DLL
//
Pathname = REG_EXPAND_SZ %systemroot%\system32
//
// Specifies the Extension Agent registry entry under SNMP service
//
\registry\machine
SYSTEM
CurrentControlSet
Services
SNMP
Parameters
ExtensionAgents
GOPHERMIB = REG_SZ SYSTEM\CurrentControlSet\Services\GopherSvc\Parameters
//
// Specifies the Mime MAP entries
//
\registry\machine
SYSTEM
CurrentControlSet
Services
InetSvcs
Parameters
MemoryCacheSize = REG_DWORD 4000000
BandwidthLevel = REG_DWORD ffffffff
MimeMap
//
// MIME mappings are in the form of:
//
// <mime type>,<file extension>,<optional icon file>
//
// There must not white space between the commas
//
// Note: We really want an Multi-SZ here, but
// Chicago doesn't support it. Kludge it by
// doing multiple values (grrrr...)
//
// This list is used for both directory browsing
// *and* processing client Accept: headers
//
//
// Default mapping type uses "*" for the
// file extension
//
text/plain,*,,0=
application/wav,wav,wav.ico,< =
application/zip,zip,zip.ico,9 =
application/rtf,rtf,rtf.ico,5 =
application/postscript,ps,ps.ico,5 =
application/msword,doc,doc.ico,5 =
text/html,html,html.ico,h =
text/html,htm,html.ico,h =
text/plain,txt,default.ico,0 =
image/gif,gif,gif.ico,5 =
image/jpeg,jpeg,jpeg.ico,5 =
image/jpg,jpg,jpeg.ico,5 =
image/tiff,tiff,tiff.ico,5 =
image/tiff,tif,tiff.ico,5 =
image/bmp,bmp,bmp.ico,5 =
video/mpeg,mpeg,mpeg.ico,; =
video/mpeg,mpg,mpeg.ico,; =
video/avi,avi,avi.ico,< =
audio/basic,au,au.ico, =