You will need to tell apache to listen on that port as well
From: Eduardo Porte [mailto:[email protected]] Sent: Thursday, 1 December 2011 6:28 AM To: [email protected] Subject: [users@httpd] Apache VirtualHost to other server:port Hi! How can configure a VirtualHost to another server:port ? My configuration is: <VirtualHost server:port> ServerName www.sitename.com<http://www.sitename.com> DocumentRoot /site DocumentIndex /index.php </VirtualHost> The configuration is not working, any idea? Tks.
