You don't need a "full 64bits distribution" to get a 64-bit kernel and apache.
If you have a 64-bit capable CPU, isainfo-k will show you what "bitness" your kernel is running at. I'm running a Core2 Intel CPU, and get the following: $ isainfo -k amd64 In order to use the 64-bit apache, change the apache22 service property httpd/enable_64bit to "true". To see all the properties, run: svcprop apache22 -- This message posted from opensolaris.org
