INTERNAL Webserver help....

Reply

Join Date: Sep 2005
Posts: 1
Reputation: moeom is an unknown quantity at this point 
Solved Threads: 0
moeom moeom is offline Offline
Newbie Poster

INTERNAL Webserver help....

 
0
  #1
Sep 17th, 2005
Hi. I am running FC4 and I am trying to set up an intranet web server. So far, i installed Apcahe 2.0. Everything works to the point where i have created webpages. The problem is computers within my network cannot see the webpages without typing in the IP address (ie: http://192.168.0.4). I would like the computers to access my webpages by typing in a real name (ie: http://apache.server.com). Any help would be appreciated.

Also...i tried adding the following line to the my Windows Client's HOSTS file:

192.168.0.4 apache.server.com

That didn's do anything (cannot find the page).
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 26
Reputation: ramprage is an unknown quantity at this point 
Solved Threads: 1
ramprage's Avatar
ramprage ramprage is offline Offline
Light Poster

Re: INTERNAL Webserver help....

 
0
  #2
Oct 5th, 2005
Do you have a name server running so when you type in yourdomain.com it can direct the request to the proper IP?
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 511
Reputation: blud will become famous soon enough blud will become famous soon enough 
Solved Threads: 17
Moderator
Staff Writer
blud blud is offline Offline
Linux Reject

Re: INTERNAL Webserver help....

 
0
  #3
Oct 8th, 2005
If you added that line to the windows hosts file, you should be able to connect to the WebServer through the address. Question: Do you have the webserver set to listen on that ip on port 80?

A quick way to check this on linux would be using the following command:
netstat -anp | grep :80

This should return a line like this:
tcp 0 0 0.0.0.0:80 0.0.0.0 LISTEN 25802/httpd

You can also just type the ip address in the web browser and see if it pulls up a page. If it does, I would recommend configuring bind on your linux server to be an internal nameserver as well, and use that server to resolve names for your internal network.
--
<Something clever here>
RHCDS/MCP/DCSP
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 26
Reputation: ramprage is an unknown quantity at this point 
Solved Threads: 1
ramprage's Avatar
ramprage ramprage is offline Offline
Light Poster

Re: INTERNAL Webserver help....

 
0
  #4
Oct 9th, 2005
They're on Windows, so the commands posted won't work
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 511
Reputation: blud will become famous soon enough blud will become famous soon enough 
Solved Threads: 17
Moderator
Staff Writer
blud blud is offline Offline
Linux Reject

Re: INTERNAL Webserver help....

 
0
  #5
Oct 11th, 2005
errr, did you miss this part of his post?

"Hi. I am running FC4 and I am trying to set up an intranet web server."
--
<Something clever here>
RHCDS/MCP/DCSP
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Linux Servers and Apache Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC