Ok folks here's the deal
I have a cable modem - firewall - server.
I use netsol dnsmanager to handel the fact that i have a dynamic ip.
currently
www.thedan.org resolves correctly to the isp-given ip
address.
however even though i have virtual hosts defined in httpd.conf the
server always handles the request in the default manner.
the ip of my firewall/router is 24.194.239.71
the ip of the server is 192.168.0.3
here is a clip form my httpd.conf
---------------
Listen *
NameVirtualServer *
<VirtualHost *>
ServerName
www.thedan.org
DocumentRoot /www/thedandotorg
</VirtualHost>
------------------------------------
what is up?