DNS issues in 2003 server
setup new apache web server virtual host listings of www.bwfund.org , bwfund.org. internally comes fine, outside www goes server fine not bwfund.org. takes forever , times out. if ping bwfund.org, dns servers ip comes not web server. what's deal?
on our 2003 dns server, have www.bwfund.org pointing web server alias(cname) , host(a) record bwfund.org pointing web server ip (same parent folder) name. pdc , bdc have same listings bwfund.org. somethings wrong.
on our 2003 dns server, have www.bwfund.org pointing web server alias(cname) , host(a) record bwfund.org pointing web server ip (same parent folder) name. pdc , bdc have same listings bwfund.org. somethings wrong.
hiya,
you use apache ... did configure virtual host accordingly ?
the dns seems work fine pings , tracerts same ip ..
i don't know how have apache setup, lets assume use virtual host files .. virtual host (just example)
in serveralias you need add both, www , w/o www...
hope makes sense ..
you use apache ... did configure virtual host accordingly ?
the dns seems work fine pings , tracerts same ip ..
i don't know how have apache setup, lets assume use virtual host files .. virtual host (just example)
<virtualhost 204.85.36.1540> |
servername www.bwfund.org |
serveralias www.bwfund.org bwfund.org |
serveradmin mail@mbwfund |
documentroot /home/bwfund/htdocs/ |
scriptalias /cgi-bin /home/bwfund/cgi-bin |
errorlog /home/bwfund/logs/error_log |
customlog "|/usr/local/sbin/cronolog /home/bwfund/logs/log.%y%m%d" common |
directoryindex index.php |
</virtualhost> |
in serveralias you need add both, www , w/o www...
hope makes sense ..
Windows Server > Network Infrastructure Servers
Comments
Post a Comment