![]() |
|
#1
|
|||
|
|||
????plz helpi have installed apache 2.2 on my computer and it works fine .................so when you install it you have to put a web adress .........i put one but wen i try to browse it ..it dosent work ...............when i introduce my ip adres it imidiatly founds it ...but wen a aother computer tries to browse it it dosent work .........................what do i have to do ??? plz plz plz help .....10x 10x 10x 10x
|
|||
|
#2
|
|||
|
|||
Re: ????plz helpdid u set up the name server (BIND)?
|
|
#3
|
|||
|
|||
Re: ????plz helpAdding the domain name to your apache config is only letting apache know where to pull the data from when requested. As the previous posted stated you will need to point the domain to your IP via an A record using a DNS server. Hope this helps.
|
|
#4
|
|||
|
|||
Re: ????plz helpyou need to make a file in /var/named called "your.domain.name" that looks like this
$TTL 1800 @ IN SOA your.domain.name. your@mail.com. ( 0001; Serial Number 1800; Refresh 30 min 900; Retry 15 min 3600000; Expire 1000 hours 3600 ) ; Minimum 24 hours ; IN NS your.domain.name. ; ns IN A 123.456.789.123; www IN A 123.456.789.123; web IN CNAME www; NOTE: you have to replace "your.domain.name" with whatever your domain name is, and "123.456.789.123" with your static IP, and of course "your@mail.com" with a valid mail address. Good Luck!!! |
|
#5
|
|||
|
|||
Re: ????plz helpplease diregard miyamoto's post.
There are many other things besides just creating a zone file that you will need to do in order to setup dns. Besides that fact there are several errors with his example zone file. |
|
#6
|
|||
|
|||
Re: ????plz helpit works for me
Anyway, felix's post is not explicit at all. the only thing I can imagine is either in his httpd.conf setup or the bind setup. |
|
#7
|
|||
|
|||
Re: ????plz helpYou were correct is letting him know he needs to setup DNS but just dropping a zone file in a directory will not accomplish this. You would have been better off directing him to a DNS tutorial.
|
|
#8
|
|||
|
|||
Re: ????plz helpQuote:
This should read: @ IN SOA your.domain.name. your.mail.com. ( Quote:
This should read: ; IN NS nameserver.domain.com. IN NS nameserver2.domain.com. IN A IP_ADDRESS IN MX mail.domain.com. ; Then before your records at the bottom you need an additional $ORIGIN line: $ORIGIN domain.com. __________________
davethedork unix/linux systems administrator http://tvghosting.com :: Top Notch Servers + Excellect Support |
Recent GIDBlog
Programming ebook direct download available by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The