[us...@httpd] 32 or 64 bit install

2010-08-19 Thread John Kennedy
We are running Glassfish 2.1.1 on 2 RHEL 5.3 64 bit boxes with Apache 2.2.16. We want to set up HTTP Load Balancing across the 2 servers. I am reading the Glassfish docs on this which say The load balancer plug-in supports only 32-bit versions of Apache Web Server. We built both servers from

Re: [us...@httpd] 32 or 64 bit install

2010-08-19 Thread Martin Hasicek
httpd -V will show you the architecture type. Architecture: 64-bit for 32bit compilation you need all necessary libraries 32bit. I'm sure, that you will find lot of howto on google about cross compilation. Just hint, maybe you should use another httpd server as a loadbalancer with

Re: [us...@httpd] 32 or 64 bit install

2010-08-19 Thread John Kennedy
On Thu, Aug 19, 2010 at 12:10 PM, Martin Hasicek martin.hasi...@gmail.comwrote: httpd -V will show you the architecture type. Architecture: 64-bit for 32bit compilation you need all necessary libraries 32bit. I'm sure, that you will find lot of howto on google about cross compilation.