Installation guide
Supported Operating Systems and Web Servers
18 Web Agent Installation Guide
IBM Hot Fix Required for Domino 6.5.2
IBM hot fix SPR #NORK632KQA is required for a Web Agent to run on a Domino
6.5.2 server.
This hotfix applies to Windows and UNIX platforms.
Miscellaneous Web Server Preparations
The following sections discuss installation preparations for various web servers.
Add a Logs Subdirectory for Apache Web Agents
For Apache Web Agents, a logs subdirectory must exist under the Apache
server‘s root directory so that the Web Agent can operate properly. This
subdirectory must have Read and Write permissions for the user identity under
which the Apache child process will be running.
If the logs subdirectory does not exist, create it with the required permissions.
Note: This configuration requirement applies to any Apache-based server that
writes log files outside the Apache root directory.
Enable Write Permissions for IBM HTTP Server Logs
If you install the Web Agent on an IBM HTTP Server, this web server gets
installed as root and its subdirectories do not give all users in all groups Write
permissions.
For the Low Level Agent Worker Process (LLAWP) to write Web Agent
initialization messages to the web server logs, the user running the web server
needs permission to write to the web server‘s log directory. Ensure that you
allow write permissions for this user.
Modify the Apache 2.0 httpd.conf File for Agents on IBM HTTP Servers
If an Apache 2.0 Web Agent is installed on an IBM HTTP Server 2.0.47 on
Windows, the server does not load if the ibm_afpa_module is also loaded in the
httpd.conf file.
To avoid this problem, comment out the following lines from the httpd.conf file:
#LoadModule ibm_afpa_module modules/mod_afpa_cache.so
#AfpaEnable
#AfpaCache on
#AfpaPort 9080
#AfpaLogFile "D:/Program Files/IBM HTTP Server 2.0/logs/afpalog" V-ECLF