>>>>> "Alexander" == Alexander Dalloz <alexander.dalloz@xxxxxxxxxxxxxxxx> writes: Alexander> Am So, den 25.07.2004 schrieb Colin Paul Adams um Alexander> 15:19: >> Can I have two different virtual servers with the same server >> name, but different ports? I thought I couldn't do that. But I >> can certainly run two copies of apache on two different ports, >> with the same server name. >> Colin Paul Adams Alexander> Though I never did that with different ports I am sure Alexander> you can do. Alexander> NameVirtualHost 111.22.33.44:80 NameVirtualHost Alexander> 111.22.33.44:8080 Alexander> <VirtualHost 111.22.33.44:80> ServerName Alexander> www.domain.tld DocumentRoot /www/domain-80 Alexander> </VirtualHost> Alexander> <VirtualHost 111.22.33.44:8080> ServerName Alexander> www.domain.tld DocumentRoot /www/domain-8080 Alexander> </VirtualHost> Doesn't work here. I get connection refused on the second port. -- Colin Paul Adams Preston Lancashire