473,320 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Linux DNS(Bind9)

sashi
1,754 Expert 1GB
Hi everyone,

need help regarding DNS::Bind9 configuration, below is the copy of my forward zone file,

$TTL 3D
@ IN SOA ns.xyz.com.my. admin.xyz.com.my. (
200604045
3600
3600
3600
3600 )

NS www ; Inet Address of nameserver
xyz.com.my. MX 10 mail ; Primary Mail Exchanger

localhost A 127.0.0.1
pzns-master A 1.2.3.4

ns CNAME xyz-master
www CNAME xyz-master
mail CNAME xyz-master

status CNAME xyz-master
mrtg CNAME xyz-master
mysql CNAME xyz-master

webmin CNAME xyz-master
usermin CNAME xyz-master
. IN CNAME xyz-master


the problem is.. am unable to browse my site without including "www" at begining of the domain name.. can anyone help me to sort this problem.. thanks in advance..
Jun 22 '06 #1
2 3408
This seems to be more of a Apache configuration problem. try putting the following into your Apache httpd.conf :

ServerName domain.com
ServerAlias www.domain.com
Sep 12 '06 #2
sashi
1,754 Expert 1GB
This seems to be more of a Apache configuration problem. try putting the following into your Apache httpd.conf :

ServerName domain.com
ServerAlias www.domain.com
Hi there,

Thanks for the reply. Guess what?? I modified Apache httpd.conf as instructed, still nothing happens.
Nov 21 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Tizzah | last post by:
What is wrong with that? regex = /^(http|https):\/\/+({1}+)*\.{2,5}(({1,5})?\/.*)?$/ if(field.hpage.value != regex.test(field.hpage.value)){ alert("Bad Homepage") field.hpage.focus()...
0
by: imtired | last post by:
Hi all, Im trying to setup a DNS server at home for a possible business using Windows XP Pro and BIND9 Got most of it working now (ie able to bowse using the IP for the DNS server -yay) but when i...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.