473,396 Members | 1,929 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,396 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 3412
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.