Hi ,
My config 1 pc under W2K (192.168.0.1), with ICS ,
another 1 with XP pro (192.168.0.2) ,
and with dyndns services.
Problem , how to set up apache in order to run on
my XP pro pc , my server is not reachage from
outside of the network.
So far I did map the port 80 on the W2K
(the 1 with the internet connection) ,
but this only work on the pc with W2K ,
on the other one blanck page
and from outside : "error website not available"
From pc with XP I can ping myweb.dyndns.org ,
I can view my site with internet explorer by typing
http://192.168.0.1
but can't when I use
http://myweb.dyndns.org
part of the httpd.conf
=====================
namevirtualhost *:80
<VirtualHost *>
ServerName myweb.dyndns.org
DocumentRoot "C:/Program Files/EasyPHP/www/nuke/html"
</VirtualHost>
<VirtualHost *>
ServerName myweb.dyndns.org/ctohtml
DocumentRoot "C:/Program Files/EasyPHP/www/nuke/html/ctohtml"
</VirtualHost>
<VirtualHost *>
=====================
Thank you for your help.