GIDForums  

Go Back   GIDForums > Web Hosting Forums > Apache Web Server Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 23-Feb-2007, 05:46
felix felix is offline
New Member
 
Join Date: Feb 2007
Posts: 4
felix is on a distinguished road
Arrow

????plz help


i 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  
Old 07-Mar-2007, 01:31
miyamoto miyamoto is offline
New Member
 
Join Date: Mar 2007
Posts: 5
miyamoto is on a distinguished road

Re: ????plz help


did u set up the name server (BIND)?
  #3  
Old 07-Mar-2007, 01:43
davethedork davethedork is offline
New Member
 
Join Date: Mar 2007
Posts: 11
davethedork is on a distinguished road

Re: ????plz help


Adding 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  
Old 07-Mar-2007, 03:23
miyamoto miyamoto is offline
New Member
 
Join Date: Mar 2007
Posts: 5
miyamoto is on a distinguished road

Re: ????plz help


you 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  
Old 07-Mar-2007, 03:41
davethedork davethedork is offline
New Member
 
Join Date: Mar 2007
Posts: 11
davethedork is on a distinguished road

Re: ????plz help


please 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  
Old 07-Mar-2007, 03:55
miyamoto miyamoto is offline
New Member
 
Join Date: Mar 2007
Posts: 5
miyamoto is on a distinguished road

Re: ????plz help


it 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  
Old 07-Mar-2007, 04:56
davethedork davethedork is offline
New Member
 
Join Date: Mar 2007
Posts: 11
davethedork is on a distinguished road

Re: ????plz help


You 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  
Old 07-Mar-2007, 05:04
davethedork davethedork is offline
New Member
 
Join Date: Mar 2007
Posts: 11
davethedork is on a distinguished road

Re: ????plz help


Quote:
@ IN SOA your.domain.name. your@mail.com. (

This should read:

@ IN SOA your.domain.name. your.mail.com. (

Quote:
;
IN NS your.domain.name.
;

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 GIDBlogToyota - 2008 July Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 15:56.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.