>>>>> "Alexander" == Alexander Dalloz <alexander.dalloz@xxxxxxxxxxxxxxxx> writes: Alexander> Am So, den 25.07.2004 schrieb Colin Paul Adams um Alexander> 16:44: NameVirtualHost 111.22.33.44:80 NameVirtualHost Alexander> 111.22.33.44:8080 >> Alexander> <VirtualHost 111.22.33.44:80> ServerName www.domain.tld Alexander> DocumentRoot /www/domain-80 </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. Alexander> Because you did not read the Apache2 documentation. You Alexander> did not have set "Listen 8080", or Alexander> Listen 111.22.33.44:80 Listen 111.22.33.44:8080 You are right. Thanks for your help. -- Colin Paul Adams Preston Lancashire