| | |
INTERNAL Webserver help....
![]() |
•
•
Join Date: Sep 2005
Posts: 1
Reputation:
Solved Threads: 0
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).
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).
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.
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/httpdYou 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
<Something clever here>

RHCDS/MCP/DCSP
![]() |
Similar Threads
- Internal Server Error (Perl)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- Self Hosting (Networking Hardware Configuration)
- Red Hat Linux Webserver Configurations (*nix Software)
- how can i get my webserver running? (Linux Servers and Apache)
Other Threads in the Linux Servers and Apache Forum
- Previous Thread: Need some help with .htaccess rediret...
- Next Thread: domain name reg question
| Thread Tools | Search this Thread |
.net amazon apache apple asus bbc bluegene centos cisco citrix cloud cloudcomputing code datacenters debian dell desktops development distributions drivers economy eeepc energy enterprise fedora fsf gadgets gentoo gnu gos government gpl hardware hyper-v ibm java jobs kindle knoppix kvm laptop laptops lawsuits ldap licensing linustorvalds linux linuxfoundation linuxmagazine magazines microserver microsoft mobile mobilephones netbooks news novell olpc open openmoko openoffice opensolaris opensource operatingsystems os patents pc pcworld plathome politics print qumranet redhat rhel robot russia sco server servers slackware software solaris source stallman sun supercomputer support tivo torvalds training tv ubuntu umpc unix virtualization vmware windows x86 xandros xen





