On Thu, Aug 19, 2010 at 12:10 PM, Martin Hasicek
<martin.hasi...@gmail.com>wrote:

> 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
> mod_proxy....
>
> mh
>
>
>
> On Thu, Aug 19, 2010 at 5:47 PM, John Kennedy <skeb...@gmail.com> wrote:
>
>> 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 source ($ ./configure --with-ssl=/usr/local/ssl
>> --prefix=/etc/httpd --enable-ssl --enable-so --with-included-apr). Since the
>> box is 64 bit, is it safe to assume that the Apache we built will be 64 bit?
>> Is there any way to specify through configure script to use only 32 bit
>> libs?
>>
>> Thanks,
>> John
>>
>>
>> --
>>  John Kennedy
>>
>>
>
Thanks, Martin. It is 64 bit. I agree about using a different server. Maybe
we will go that way but it is not my decision...
John

-- 
 John Kennedy

Reply via email to