Dalam Artikel ini, kita akan membahas bagaimana mengkonfigurasikan Domino HTTP Server untuk bekerja dengan IBM HTTP Server. Konfigurasi ini dilakukan dengan menggunakan parameter-parameter dalam file NOTES.INI dan file konfigurasi ihs\conf\domino.conf.
Mengapa Konfigurasi Ini Diperlukan?
Konfigurasi ini diperlukan agar Domino HTTP Server dan IBM HTTP Server dapat berkomunikasi dan bekerja sama-sama. Domino HTTP Server memerlukan pengaturan-pengaturan khusus untuk bekerja dengan mod_domino/IBM HTTP Server.
Mengkonfigurasikan NOTES.INI
Untuk mengkonfigurasi Domino HTTP Server, tambahkan parameter-parameter berikut ke dalam file NOTES.INI:
DOMINO_IHS_ROOT
: Set to the root directory where the IBM HTTP Server is installed (default: C:/domino/ihs)DOMINO_SERVER_NAME
: Set to the fully qualified TCP name of the machine the Domino Server is installed on (default: foo.renovations.com)DOMINO_DOCUMENT_ROOT
: Set to the document root where Domino html files are located (default: c:/domino/data/domino/html)DOMINO_DOCUMENT_DIRECTORY
: Set to the base directory where Domino file system files may reside (default: c:/domino/data/domino)DOMINO_PORT
: Set to the port number that the Domino Web Server listens on for connections from mod_domino (default: 9288)HTTPConnectorPort
: Set to the port number that the Domino Web Server listens on for connections from mod_domino (default: 9288)DOMINO_MAX_REQUESTLINE
: Set to the maximum request line length, derived from Maximum URL length: field on the http tab in the name and address book (default: 4108)DOMINO_TECH_SUPPORT
: Set to the domino technical support directory (default: c:/domino/data/IBM_TECHNICAL_SUPPORT)DOMINO_RESPONSE_TIMEOUT
: Set to the amount of time in seconds that mod_domino plugin will wait for the initial response from the Domino HTTP server (default: 300)DOMINO_THREADS
: Set to the number of Domino threads multiplied by three (3) for the optimal threads to connections between mod_domino and the Domino HTTP server (default: 120)
Mengkonfigurasikan ihs\conf\domino.conf
Untuk mengkonfigurasi file konfigurasi ihs\conf\domino.conf, tambahkan parameter-parameter berikut:
DOMINO_IHS_ROOT
: Set to the root directory where the IBM HTTP Server is installed (default: C:/domino/ihs)DOMINO_SERVER_NAME
: Set to the fully qualified TCP name of the machine the Domino Server is installed on (default: foo.renovations.com)DOMINO_DOCUMENT_ROOT
: Set to the document root where Domino html files are located (default: c:/domino/data/domino/html)DOMINO_DOCUMENT_DIRECTORY
: Set to the base directory where Domino file system files may reside (default: c:/domino/data/domino)DOMINO_PORT
: Set to the port number that the Domino Web Server listens on for connections from mod_domino (default: 9288)
Mengapa Menggunakan NOTES.INI Setting?
Dengan menggunakan parameter-parameter dalam file NOTES.INI, kita dapat mengkonfigurasi Domino HTTP Server dan IBM HTTP Server untuk bekerja sama-sama. Parameter-parameter ini akan digunakan oleh mod_domino/IBM HTTP Server untuk menentukan pengaturan-pengaturan yang diperlukan.
Mengapa Menggunakan ihs\conf\domino.conf Setting?
Dengan menggunakan parameter-parameter dalam file ihs\conf\domino.conf, kita dapat mengkonfigurasi Domino HTTP Server dan IBM HTTP Server untuk bekerja sama-sama. Parameter-parameter ini akan digunakan oleh mod_domino/IBM HTTP Server untuk menentukan pengaturan-pengaturan yang diperlukan.
Mengapa Menggunakan HTTPIHSDebugStartup=1?
Dengan menggunakan parameter HTTPIHSDebugStartup=1
, kita dapat mengaktifkan debugging mode untuk melihat environment variables yang digunakan oleh mod_domino/IBM HTTP Server. Hal ini akan membantu kita dalam menyelesaikan masalah yang terjadi saat penggunaan Domino HTTP Server dan IBM HTTP Server.
Dalam artikel ini, kita telah membahas bagaimana mengkonfigurasikan Domino HTTP Server dengan IBM HTTP Server. Konfigurasi ini diperlukan agar Domino HTTP Server dan IBM HTTP Server dapat berkomunikasi dan bekerja sama-sama. Dengan menggunakan parameter-parameter dalam file NOTES.INI dan file konfigurasi ihs\conf\domino.conf, kita dapat mengkonfigurasi Domino HTTP Server dan IBM HTTP Server untuk bekerja sama-sama.