Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50351 invoked by uid 500); 23 Dec 2002 03:10:32 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50340 invoked from network); 23 Dec 2002 03:10:32 -0000 Received: from smtp-server2.tampabay.rr.com (65.32.1.39) by daedalus.apache.org with SMTP; 23 Dec 2002 03:10:32 -0000 Received: from michaelk1 (rrcs-se-24-73-170-130.biz.rr.com [24.73.170.130]) by smtp-server2.tampabay.rr.com (8.12.2/8.12.2) with ESMTP id gBN3AcMs006086 for ; Sun, 22 Dec 2002 22:10:41 -0500 (EST) From: "Michael Klama" To: Date: Sun, 22 Dec 2002 22:10:37 -0500 Message-ID: <001501c2aa30$de256520$6401a8c0@michaelk1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <001401c2aa2f$8b054b40$6401a8c0@michaelk1> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] DNS Resolution I am including the virtual host portion from my httpd.conf file # Virtual host www.mrktechweb.com ServerAdmin hostmaster@mrktechweb.com ServerName dns1.mrktechweb.com ServerAlias www.mrktechweb.com allowoverride none Anything wrong with this? Mike -----Original Message----- From: Michael Klama [mailto:nosedive@tampabay.rr.com] Sent: Sunday, December 22, 2002 10:01 PM To: users@httpd.apache.org Subject: RE: [users@httpd] DNS Resolution I can get through using mrktechweb.com but cannot get through using www.mrktechweb.com As you can see from my zone file I have the www CNAME in place. I don't understand why the www is not working. Any other suggestions? I did the nmap -sT -PT your.server.ip.number and can see that the proper ports are open and it says 1 host up but I still cannot get through with www Mike -----Original Message----- From: Renato Salles [mailto:maillist@brturbo.com] Sent: Sunday, December 22, 2002 9:41 PM To: users@httpd.apache.org Subject: Re: [users@httpd] DNS Resolution Em Dom 22 Dez 2002 19:14, Michael Klama escreveu: > I checked with my ISP and they do not block port 80 nor any other Check it yourself telneting to www.mrktechweb.com 80 or doing: nmap -sT -PT your.server.ip.number > ports. I am including a copy of my zone file for your review. > $TTL 86400 > @ IN SOA dns1.mrktechweb.com. hostmaster.mrktechweb.com. ( > 20 ; serial > 28800 ; refresh > 7200 ; retry > 604800 ; expire > 86400 ; ttl > ) > > > @ IN NS dns1.mrktechweb.com. > > @ IN MX 10 mail > > @ IN A 24.73.170.131 > > www IN CNAME dns1 > > Mike I did it, your apache is active to this port. Go ahead, and good look. RSalles > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org