Page 1 of 1

Virtual

PostPosted: 19. June 2008 07:17
by edhrx
Hi
I'm trying to set up a virtual host

I have put this in httpd.conf
<VirtualHost 192.168.1.66:8080>

ServerName 192.168.1.66:8080
DocumentRoot "C:/xampp/htdocs"

</VirtualHost>

192.168.1.66 is the ip of the pc on my home network where the server is

however a call to http://192.168.1.66:8080 does not connect


Do I need to use some other switches

PostPosted: 19. June 2008 09:37
by Wiedmann
You have a "Listen 8080" somewhere in your main configuration?

PostPosted: 19. June 2008 12:01
by edhrx
@wiedmann

sorted....