Installing the Apache Web Server BTM extension
To install the Apache web server extension
- Copy the following Apache Web Server BTM Extension file into the module directory in the Apache installation directory:
- Windows:
- For Apache 2.0: mod_btmapache_2_0.dll
or - For Apache 2.2: mod_btmapache_2_2.dll
- For Apache 2.0: mod_btmapache_2_0.dll
- UNIX:
- For Apache 2.0:mod_btmapache_2_0.so
or - For Apache 2.2:mod_btmapache_2_2.so
- For Apache 2.0:mod_btmapache_2_0.so
- Windows:
- Open the file httpd.conf in a text editor. httpd.conf is located in the Apache installation directory.
- Find the section LoadModules and add the following line:
- Windows:
- LoadModule btmapache modules/mod_btmapache_2_0.dll
or - LoadModule btmapache modules/mod_btmapache_2_2.dll
- LoadModule btmapache modules/mod_btmapache_2_0.dll
- UNIX:
- LoadModule btmapache modules/mod_btmapache_2_0.s
or - LoadModule btmapache modules/mod_btmapache_2_2.so
- LoadModule btmapache modules/mod_btmapache_2_0.s
- Windows:
- Find the DocumentRoot line and, between it and the <Directory/> section, add the following lines:
btmGroup group
btmBufferSize btmBufferSize
where:
group is the name of the Apache Web Server instance you are monitoring. If you have more than one web server running on a given server, each must have a unique value. If you want to have more than one activity implementation for the same web server, each activity implementation would have the same value. In such a case, we suggest using the web server's port. The default if not specifieid is * which matches anything configured on the activity implementation.
btmBufferSize is in bytes and describes the size of the buffer used to hold requests and responses until they are handled. If a message larger than the specified buffer is encountered, only the amount of the message that fits into the buffer is considered when the message is handled. Typical is 8388608. The default if not specified is 8 MB.
Prior to version 7.0.00, this extension required input filters be manually defined. You should remove filters with these names: qnami-input, qnami-output, btm-input, or btm-output. They are ignored if present but are no longer needed. - (UNIX only) Optionally, specify the MQS_HOME system environment variable path by adding the line:
MQS_HOME /path/desired/here
MQS_HOME can also be specified by setting the MQS_HOME system environment variable before Apache is started.
Where to go from here
- To control and configure the extension, see Running-the-Apache-Web-Server-BTM-extension.
- To uninstall the extension, see Uninstalling-the-Apache-Web-Server-BTM-extension.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*