[...] > > I also think you'll need ip based vhosts in Apache to make it listen to a > 2nd NIC. > > can I ask for some help on this ? i need apache to listen to both NICs
No, you shouldn't need ip-based vhosts (which are inherently a Bad Thing, but that's another thread). Looking at <URL:http://www.apache.org/docs/mod/core.html#virtualhost> it appears that for name-based vhosts you will need to list all possible addresses in the <VirtualHost> directive. For more information etc on vhosts, see <URL:http://www.apache.org/docs/vhosts/>. HTH, Neale.

