Summary
This article details the HKEY_LOCAL_MACHINE\SOFTWARE\Laserfiche\Engine\8.x registry key and the HttpServ subkey.
More Information
The following table lists the different types of values that are stored in the 8.x key.
Warning: Incorrectly editing the registry may adversely affect your system. Before you edit the registry, make sure you understand how to restore it if a problem occurs.
HKEY_LOCAL_MACHINE\SOFTWARE\Laserfiche\Engine\8.0
Name | Type | Description |
CollectPerfData | DWORD | Specifies whether to collect performance data. The default value of 1 enables the feature. Set the value to 0 to disable the feature. |
DumpDirectory | String | Specifies where Laserfiche should create crash dump files. By default, this feature is disabled. You must create this string value and specify a valid path to enable this feature. |
ProcessorAffinity | DWORD | Constrains the processors on which the Laserfiche Server will run on. By default, all processors can be used. Laserfiche supports up to 32 processors. The value is a 32-bit word where each bit corresponds to an available processor. |
SCPBindingPath | String | LDAP path to the service connection point in Active Directory for this Laserfiche Server instance. Do not manually edit this string value. Please use the LFsCPCfg.exe utility to manage Laserfiche service connection points. |
FlexibleLicensing | DWORD | Allows the Laserfiche Server to pool retrieval and full-feature licenses for read-only client programs. The default value of 0 disables the feature. Set the value to 1 to enable the feature. |
Port | DWORD | TCP Port number on which the Laserfiche Server listens on for legacy client connections (LFAPI). The default value is 1888. |
LogFilePath | String | Specifies where to create a log file that records additional information during server startup, repository creation, and repository registration. |
HKEY_LOCAL_MACHINE\SOFTWARE\Laserfiche\Engine\8.0\HttpServ
Name | Type | Description |
IdleTimeout | DWORD | Specifies the session timeout, in seconds. The default value is set at 150 seconds. The minimum allowed value is 10 seconds. This value is separate from the "Idle disconnect" option configured through the Laserfiche 8 Administration Console. This value is an internal function designed to deal with non-Laserfiche HTTP clients and hung connections. |
NotificationInterval | DWORD | Specifies the number of seconds the background notification thread waits before clearing the queue. The default is set at 1 second. |
NotificationQueueSize | DWORD | Specifies the maximum number of pending notifications before forcing a flush of the queue. The default is set at 1000. |
Port | DWORD | Specifies the TCP port on which the Laserfiche Server listens on for HTTP client requests. The default is set to either port 80 for all operating systems aside from the 32-bit edition of Windows XP. The default value is set to 5050 on the 32-bit edition of Windows XP. |
SSLPort | DWORD | Specifies the TCP port on which the Laserfiche Server listens on for secure (SSL) HTTP requests. The default value is set to port 443. |
NotificationsPort | DWORD | Specifies the TCP port for the notification system. The default value is set to port 5051. |
EnableNotifications | DWORD | Specifies whether to enable the notification system. The default value of 1 enables the feature. Set the value to 0 to disable the feature. |