On Thu, Aug 19, 2010 at 12:10 PM, Martin Hasicek
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 y
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...
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 sour