RE: apache SIGSEGV testing crashes

2004-02-18 Thread Robin Smith
To answer my own question - apache was failing because I had installed php4-imap for phpgroupware which used kerberos. Apache works when php4-imap is removed. Robin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

apache SIGSEGV testing crashes

2004-02-18 Thread Robin Smith
I have just tried to upgrade my server from stable to testing. mysql and apache are not working now :-( The apache crashes with SIGSEGV as shown below read(7, "127.0.0.1\tlocalhost.localdomain\t"..., 4096) = 297 close(7)= 0 munmap(0x40023000, 4096)=

Re: Not-so-strange question about bind

2003-09-13 Thread Robin Smith
There are two ways to do this. 1. If you have two network interfaces on the host have bind9 running against only any card - one for internal one for external. 2.Use views in bind9 and only run one version of bind9. e.g. view "internal" { match-clients {10/8; }; }; view "external" {