| 
          
 
 
 
          To configure the Apache HTTP server plug-in, modify the
configuration file. 
To configure the Apache HTTP server plug-in:Using a text editor, open [APACHE_HOME]\conf\httpd.conf
and add the following line: 
LoadModule weblogic_module modules\mod_wl_20.so 
 
Add an IfModule block as follows: 
<IfModule mod_weblogic.c> 
WebLogicCluster <Server1>:8001,<Server2>:8001 
MatchExpression * 
</IfModule> 
Note:  If computer names
do not work, use the IP addresses. Add any additional computer names
to the list, separating each using a comma. 
 
Start/restart Apache HTTP server. 
Note:  If
your cluster implements SSL, see Using Web Server Plug-ins withWebLogic Server
for information about configuring the Apache plug-in using SSL. 
 
 
 
 
          
           
          
          
 | 
 | 
 |