| bryons@gmail.com 2007-04-19, 1:24 pm |
| I am about to deploy an OAS 10g (which is Oracle's customized Apache)
web farm into production. We are primarily a Windows shop, so this
farm will be running on Windows and using Windows WLBS for load
balancing. WLBS is a software load balancer.
The load balanced IP address is registered in DNS as www.foo.com and
we have a SSL cert for www.foo.com. So, when you browse to the DNS
name you get assigned to one of the servers in the web farm. That
server's name is actually www1.boo.com or www2.boo.com.
I've noticed in .conf files the servers always think their name is
www2.boo.com but that hadn't been an issue until we installed the
Indepth I3 version 7.5 tool. Since that time Apache crashes
regularly. The Apache error log contains lots of these: mod_ossl:
SSL call to NZ function nzos_Handshake failed with error 28864 (server
www2.boo.com:443, client 169.17.19.30)
Do I need to edit all of the .conf files to make the servers think
that their name is actually www.foo.com? I am very knowledgeable
about web services, but know almost nothing about Apache so any help
is very appreciated.
BTW, I'd rather not terminate SSL before the web servers (I know you
were thinking that 
|