Web Proxy Registry Settings (Windows Embedded CE 6.0)

1/6/2010

The registry stores information necessary to configure the system for applications and hardware devices. The registry also contains information that the operating system continually references during operation.

Note

The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.

The following table shows the named values for the HKEY_LOCAL_MACHINE\Comm\WebProxy key.

Value : type Description

BasicAuth : REG_DWORD

Default setting is 1. If set to 0, Basic authentication is disabled. If set to 1, Basic is enabled.

SecondProxyHost : REG_SZ

Host name or address of the second proxy host. If this registry value is present, the Web proxy forwards all requests through a second proxy.

SecondProxyPort : REG_SZ

Port number of the second proxy.

MaxConnections : REG_DWORD

Default setting is 20. Maximum number of connection supported by the Web proxy.

SessionTimeoutSeconds : REG_DWORD

Default setting is 30. Timeout for each session.

SessionThreads : REG_DWORD

Default setting is 20. Number of session threads.

Port : REG_DWORD

Default setting is 8080. Port that the proxy listens on.

NTLMAuth : REG_DWORD

Default setting is 1. If set to 0, Windows NT LAN Manager (NTLM) authentication is disabled, if set to 1, NTLM authentication is enabled.

Ee498938.security(en-US,WinEmbedded.60).gifSecurity Note:
Do not disable this key if you want to use authentication.

FilterList : REG_MULTI_SZ

List of filter modules.

MaxHeadersSize : REG_DWORD

Default setting is 24576. Maximum size of HTTP headers, in bytes.

ProxyErrorStringSize : REG_DWORD

Default setting is 512. Maximum size of the error string, in bytes.

The following table shows the named values for the HKEY_LOCAL_MACHINE\Software\Microsoft\Parentctls registry key.

Value : type Description

AllowedFile : REG_SZ

Location of the file containing the allowed list. The default name for the allowed file is "parents-allowed".

RequestFile : REG_SZ

Location of file containing the request list. The default name for the requested files is "parents-request".

Enabled : REG_DWORD

Default set to 0. If set to 0, parental controls functionality is disabled. If set to 1, parental controls functionality is enabled.

The allowed and request files are created in the first persistent directory that is located by the Web proxy. If the Web proxy is unable to locate such a directory, the files are created in the root directory.

See Also

Concepts

Web Proxy Security

Other Resources

Web Proxy