"Jenny Hopkins" hopkins.jenny@gmail.com wrote:
[...] The svn entry will be for balloonboard.org so I really don't want to stop that working.
I still suspect that both xinetd and apache are trying to claim 0.0.0.0:80 and so whatever is started second should fail. Does the apache Listen 80 line have an IP address in it? Does the service subversion section have a bind = .... line that only lists balloonboard.org's IP?
Note: to run apache and xinetd both on port 80, you have to divide the IP addresses of the machine between them: so that's bind lines in xinetd and Listen with IP addresses in apache.conf, with no address repeated. The hostname is only sent in the HTTP request, which is after something has accepted the connection. I'm pretty sure you can't point a xinetd-served balloonboard.org to the same IP address as an Apache-served web site.
Hope that helps,