インストール
このタスクについて
HTTPIHSEnabled 設定を有効にすると、Domino HTTP サーバーが次のように動作するように変更されます。
Domino サーバーの NOTES.INI ファイルに、以下のパラメータを追加します。
HTTPIHSEnabled=1
タスクの結果
Domino HTTP サーバーによって IBM HTTP Server が起動される前に、この構成内で以下に示す環境変数が自動的に設定されます。どの環境変数も変更する必要はありません。これらの環境変数は、ihs¥conf¥domino.conf ファイルに指定され、domino.conf ファイルに IBM HTTP Server の命令値を指定するために使用されます。
DOMINO_IHS_ROOT=C:/domino/ihs.
Set to the root directory where the IBM HTTP Server is installed
This setting cannot be changed.
DOMINO_SERVER_NAME=foo.renovations.com.
Set to the fully qualified tcp name of the machine the Domino Server isinstalled on.
DOMINO_DOCUMENT_ROOT=c:/domino/data/domino/html
Set to the document root where Domino html files are located.
DOMINO_DOCUMENT_DIRECTORY=c:/domino/data/domino
Set to the base directory where Domino file system files may reside
DOMINO_PORT=9288
Set to the port number that the Domino Web Server listens on for connectionsfrom mod_domino. The default port is 9288.
This setting can be changed by setting the following notes.ini value.
HTTPConnectorPort=port number
DOMINO_MAX_REQUESTLINE=4108
Set to the maximum request line length, this setting is derived from MaximumURL length: field on the http tab in the name and address book. A fix numberof bytes is added to account for the HTTP method and HTTP protocol strings.
DOMINO_TECH_SUPPORT=c:/domino/data/IBM_TECHNICAL_SUPPORT
Set to the domino technical support directory.
DOMINO_RESPONSE_TIMEOUT=300
Set the amount of time in seconds that mod_domino plugin will wait for theinitial response from the Domino HTTP server.The default is 300 seconds for a non-traveler server. For a traveler serverthis setting is set to the Heartbeat Algorithm Maximum Interval: field onthe Lotus Traveler tab in the name and address book.
This setting can be changed by the following notes.ini
HTTPIHSModDominoResponseTimeout=timeout value in seconds
DOMINO_THREADS=120
This value is set to the number of Domino threads multiplied by three (3) forthe optimal threads to connections between mod_domino and the Domino HTTPserver. This is the default for non-traveler servers. For Lotus TravelerServers this number is set to the same number of threads as the Domino HTTPserver.
This setting can be changed by the following notes.ini, however the generalrecommendation is to leave it alone unless there is a use case that requires achange.
HTTPIHSThreads=number of IBM HTTP Server threads
次のタスク
保守を容易にするために、NOTES.INI の設定を使用して、domino.conf 設定ファイルで使用される環境変数を表示できます。
次のパラメータを NOTES.INI ファイルに追加します。
HTTPIHSDebugStartup=1
出力例:
[06F4:0002-13C4] Set IHS config environment var DOMINO_IHS_ROOT=C:/domino/ihs.
[06F4:0002-13C4] Set IHS config environment var
DOMINO_SERVER_NAME=sales.renovations.com.
DOMINO_DOCUMENT_ROOT=c:/domino/data/domino/html.
DOMINO_DOCUMENT_DIRECTORY=c:/domino/data/domino.
[06F4:0002-13C4] Set IHS config environment var DOMINO_PORT=9288.
[06F4:0002-13C4] Set IHS config environment var DOMINO_MAX_REQUESTLINE=4108.
DOMINO_TECH_SUPPORT=c:/domino/data/IBM_TECHNICAL_SUPPORT.
[06F4:0002-13C4] Set IHS config environment var DOMINO_RESPONSE_TIMEOUT=300.
[06F4:0002-13C4] Set IHS config environment var DOMINO_THREADS=120.