WebLogic Apache Virtual httpd config
WebLogic 8.1 Apache Proxy Settings. The .so file for this is shipped with every version of WebLogic. Best to use this rather than downloading so you know its the right one for the given version of WebLogic. For Apache 2, the Windows one is at server/bin/mod_wl_20.so all the major UNIX ones are also about (have a serach for mod_wl_20.so). Once you have it in the modules folder, put something like this in the http.conf file...
LoadModule weblogic_module modules/mod_wl_20.so
WebLogicCluster localhost:7010,localhost:7011
MatchExpression *
This will load balance between the two given clustered services and redirect all page requests.